COLOR #C6E9DC

HEX: #C6E9DC
RGB: (198,233,220)

Color info

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

RGB color model

#C6E9DC color RGB value is (198,233,220).

  • red value is 198;
  • green value is 233;
  • blue value is 220.
RGB:
(198,233,220)
(78%,91%,86%)

RGB channels and saturation

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

198
233
220

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

Portions of RGB colors in percentages

R + G + B =
198 + 233 + 220 = 651 (100%)
R 198 of 651 ~ 30.41%
G 233 of 651 ~ 35.79%
B 220 of 651 ~ 33.79%

%30.41
%35.79
%33.79

CMYK color model

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

  • cyan value is 15.02%
  • magenta value is 0.00%
  • yellow value is 5.58%
  • 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
%5.58
%8.63

Codes

Color #C6E9DC in popluar color models

C6E9DC
RGB198233220
HSL158°44.30%84.51%
HSB/HSV158°15.02%91.37%
CMYK15.02%0.00%5.58%
8.63%

Color #C6E9DC in popluar number systems.

HEXC6E9DC
Decimal198233220
Binary110001101110100111011100
Octal306351334

Shades and tints

Shades of #C6E9DC

#C6E9DC
(198,233,220)
#B4D4C8
(180,212,200)
#A2BFB4
(162,191,180)
#90AAA0
(144,170,160)
#7E958C
(126,149,140)
#6C8078
(108,128,120)
#5A6B64
(90,107,100)
#485650
(72,86,80)
#36413C
(54,65,60)
#242C28
(36,44,40)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #C6E9DC

#C6E9DC
(198,233,220)
#CBEBDF
(203,235,223)
#D0EDE2
(208,237,226)
#D5EFE5
(213,239,229)
#DAF1E8
(218,241,232)
#DFF3EB
(223,243,235)
#E4F5EE
(228,245,238)
#E9F7F1
(233,247,241)
#EEF9F4
(238,249,244)
#F3FBF7
(243,251,247)
#F8FDFA
(248,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E9DC; }

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

This text font color is #C6E9DC.


Background Color

.myBgColor { background-color: #C6E9DC; }

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

This div background color is #C6E9DC.


Border color

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

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

This div border color is #C6E9DC.


Opacity

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

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

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

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

This text has shadow with #C6E9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E9DC on black background.


Color preview on white background

This text has color #C6E9DC on white background.



Black color preview on #C6E9DC background

This text has black color on #C6E9DC background.


White color preview on #C6E9DC background

This text has white color on #C6E9DC background.