COLOR #C6E9DB

HEX: #C6E9DB RGB: (198,233,219)

Color info

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

RGB color model

#C6E9DB color RGB value is (198,233,219).

RGB: (198,233,219) (78%, 91%, 86%)

RGB channels and saturation

R 198 of 255 = 78%
G 233 of 255 = 91%
B 219 of 255 = 86%

198
233
219

R + G + B ~ 85%. #C6E9DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 233 + 219 = 650 (100%)
R 198 of 650 ~ 30.46%
G 233 of 650 ~ 35.85%
B 219 of 650 ~ 33.69'%

%30.46
%35.85
%33.69

CMYK color model

#C6E9DB color CMYK value is (15,0,6,9).

  • cyan value is 15.02%
  • magenta value is 0.00%
  • yellow value is 6.01%
  • key color value is 8.63%

CMYK: (15,0,6,9)
C15M0Y6K9 (15%, 0%, 6%, 9%)
(0.15 / 0.00 / 0.06 / 0.09)

CMYK percentages

%15.02
%0
%6.01
%8.63

Codes

Color #C6E9DB in popluar color models

C6 E9 DB
RGB 198 233 219
HSL 156° 44.30% 84.51%
HSB/HSV 156° 15.02% 91.37%
CMYK 15.02% 0.00% 6.01%
8.63%

Color #C6E9DB in popluar number systems.

HEX C6 E9 DB
Decimal 198 233 219
Binary 11000110 11101001 11011011
Octal 306 351 333

Shades and tints

Shades of #C6E9DB

#C6E9DB
(198,233,219)
#B4D4C8
(180,212,200)
#A2BFB5
(162,191,181)
#90AAA2
(144,170,162)
#7E958F
(126,149,143)
#6C807C
(108,128,124)
#5A6B69
(90,107,105)
#485656
(72,86,86)
#364143
(54,65,67)
#242C30
(36,44,48)
#12171D
(18,23,29)
#000000
(0,0,0)

Tints of #C6E9DB

#C6E9DB
(198,233,219)
#CBEBDE
(203,235,222)
#D0EDE1
(208,237,225)
#D5EFE4
(213,239,228)
#DAF1E7
(218,241,231)
#DFF3EA
(223,243,234)
#E4F5ED
(228,245,237)
#E9F7F0
(233,247,240)
#EEF9F3
(238,249,243)
#F3FBF6
(243,251,246)
#F8FDF9
(248,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E9DB; }

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

This text font color is #C6E9DB.

Background Color

.myBgColor { background-color: #C6E9DB; }

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

This div background color is #C6E9DB.

Border color

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

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

This div border color is #C6E9DB.

Opacity

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

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

Text with #C6E9DB 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 #C6E9DB;}

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

This text has shadow with #C6E9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E9DB.

Preview

Color preview on black background

This text has color #C6E9DB on black background.


Color preview on white background

This text has color #C6E9DB on white background.


Black color preview on #C6E9DB background

This text has black color on #C6E9DB background.


White color preview on #C6E9DB background

This text has white color on #C6E9DB background.


Related colors

Complementary color

Complementary color for #hex is #391624.


I love getcolorcode.com

Triadic colors

1 #DBC6E9 and #E9DBC6 with #C6E9DB are triadic colors.

2 #DBE9C6 and #E9C6DB with #C6E9DB are triadic colors.