COLOR #C6F6DB

HEX: #C6F6DB RGB: (198,246,219)

Color info

#C6F6DB contains red, green and blue colors in about the same proportion. Web safe color of #C6F6DB is #CCFFCC (or #CFC).

RGB color model

#C6F6DB color RGB value is (198,246,219).

RGB: (198,246,219) (78%, 96%, 86%)

RGB channels and saturation

R 198 of 255 = 78%
G 246 of 255 = 96%
B 219 of 255 = 86%

198
246
219

R + G + B ~ 87%. #C6F6DB is light color.

Portions of RGB colors in percentages

R + G + B = 198 + 246 + 219 = 663 (100%)
R 198 of 663 ~ 29.86%
G 246 of 663 ~ 37.1%
B 219 of 663 ~ 33.03'%

%29.86
%37.1
%33.03

CMYK color model

#C6F6DB color CMYK value is (20,0,11,4).

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 3.53%
CMYK: (20,0,11,4) C20M0Y11K4 (20%,0%,11%,4%) (0.20/0.00/0.11/0.04) 

CMYK percentages

%19.51
%0
%10.98
%3.53

Codes

Color #C6F6DB in popluar color models

C6 F6 DB
RGB 198 246 219
HSL 146° 72.73% 87.06%
HSB/HSV 146° 19.51% 96.47%
CMYK 19.51% 0.00% 10.98%
3.53%

Color #C6F6DB in popluar number systems.

HEX C6 F6 DB
Decimal 198 246 219
Binary 11000110 11110110 11011011
Octal 306 366 333

Shades and tints

Shades of #C6F6DB

#C6F6DB
(198,246,219)
#B4E0C8
(180,224,200)
#A2CAB5
(162,202,181)
#90B4A2
(144,180,162)
#7E9E8F
(126,158,143)
#6C887C
(108,136,124)
#5A7269
(90,114,105)
#485C56
(72,92,86)
#364643
(54,70,67)
#243030
(36,48,48)
#121A1D
(18,26,29)
#000000
(0,0,0)

Tints of #C6F6DB

#C6F6DB
(198,246,219)
#CBF6DE
(203,246,222)
#D0F6E1
(208,246,225)
#D5F6E4
(213,246,228)
#DAF6E7
(218,246,231)
#DFF6EA
(223,246,234)
#E4F6ED
(228,246,237)
#E9F6F0
(233,246,240)
#EEF6F3
(238,246,243)
#F3F6F6
(243,246,246)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F6DB color. Also use rgb(198,246,219) instead hex code.

Text Font Color

.myTextColor { color: #C6F6DB; }

<p style="color:#C6F6DB">This sample text font color is #C6F6DB.</p>

This text font color is #C6F6DB.

Background Color

.myBgColor { background-color: #C6F6DB; }

<div style="background-color:#C6F6DB">Inner text</div>

This div background color is #C6F6DB.

Border color

.myBorderColor { border: 1px solid #C6F6DB; }

<div style="border:3px solid #C6F6DB">Div</div>

This div border color is #C6F6DB.

Opacity

.myOpacity80 { color: #C6F6DB; opacity: 0.8; }

<p style="color:#C6F6DB;opacity:0.8;">80%</p>

Text with #C6F6DB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C6F6DB;}

<p style="text-shadow: 3px 3px 1px #C6F6DB">Text here.</p>

This text has shadow with #C6F6DB color.


.textShadow {text-shadow: 3px 3px 1px #C6F6DB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C6F6DB, 5px 5px 20px red">Text here.</p>

This text has shadow with #C6F6DB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6F6DB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C6F6DB, Direction=45, Strength=4)">Text</p>

This text has shadow with #C6F6DB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6F6DB;
-webkit-box-shadow: 1px 1px 3px 2px #C6F6DB;
box-shadow: 1px 1px 3px 2px #C6F6DB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6F6DB; -webkit-box-shadow: 1px 1px 3px 2px #C6F6DB; box-shadow:1px 1px 3px 2px #C6F6DB;">
Div content here
</div>

This div box has shadow with color #C6F6DB.

Preview

Color preview on black background

This text has color #C6F6DB on black background.


Color preview on white background

This text has color #C6F6DB on white background.


Black color preview on #C6F6DB background

This text has black color on #C6F6DB background.


White color preview on #C6F6DB background

This text has white color on #C6F6DB background.


Related colors

Complementary color

Complementary color for #hex is #390924.


I love getcolorcode.com

Triadic colors

1 #DBC6F6 and #F6DBC6 with #C6F6DB are triadic colors.

2 #DBF6C6 and #F6C6DB with #C6F6DB are triadic colors.