COLOR #C6E7DC

HEX: #C6E7DC
RGB: (198,231,220)

Color info

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

RGB color model

#C6E7DC color RGB value is (198,231,220).

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

RGB channels and saturation

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

198
231
220

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

Portions of RGB colors in percentages

R + G + B =
198 + 231 + 220 = 649 (100%)
R 198 of 649 ~ 30.51%
G 231 of 649 ~ 35.59%
B 220 of 649 ~ 33.9%

%30.51
%35.59
%33.9

CMYK color model

#C6E7DC color CMYK value is (14,0,5,9).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 9.41%
CMYK:
(14,0,5,9)
C14M0Y5K9 
(14%,0%,5%,9%)
(0.14/0.00/0.05/0.09)	

CMYK percentages

%14.29
%0
%4.76
%9.41

Codes

Color #C6E7DC in popluar color models

C6E7DC
RGB198231220
HSL160°40.74%84.12%
HSB/HSV160°14.29%90.59%
CMYK14.29%0.00%4.76%
9.41%

Color #C6E7DC in popluar number systems.

HEXC6E7DC
Decimal198231220
Binary110001101110011111011100
Octal306347334

Shades and tints

Shades of #C6E7DC

#C6E7DC
(198,231,220)
#B4D2C8
(180,210,200)
#A2BDB4
(162,189,180)
#90A8A0
(144,168,160)
#7E938C
(126,147,140)
#6C7E78
(108,126,120)
#5A6964
(90,105,100)
#485450
(72,84,80)
#363F3C
(54,63,60)
#242A28
(36,42,40)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #C6E7DC

#C6E7DC
(198,231,220)
#CBE9DF
(203,233,223)
#D0EBE2
(208,235,226)
#D5EDE5
(213,237,229)
#DAEFE8
(218,239,232)
#DFF1EB
(223,241,235)
#E4F3EE
(228,243,238)
#E9F5F1
(233,245,241)
#EEF7F4
(238,247,244)
#F3F9F7
(243,249,247)
#F8FBFA
(248,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E7DC; }

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

This text font color is #C6E7DC.


Background Color

.myBgColor { background-color: #C6E7DC; }

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

This div background color is #C6E7DC.


Border color

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

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

This div border color is #C6E7DC.


Opacity

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

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

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

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

This text has shadow with #C6E7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E7DC on black background.


Color preview on white background

This text has color #C6E7DC on white background.



Black color preview on #C6E7DC background

This text has black color on #C6E7DC background.


White color preview on #C6E7DC background

This text has white color on #C6E7DC background.