COLOR #CFE7DC

HEX: #CFE7DC
RGB: (207,231,220)

Color info

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

RGB color model

#CFE7DC color RGB value is (207,231,220).

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

RGB channels and saturation

R 207 of 255 = 81%
G 231 of 255 = 91%
B 220 of 255 = 86%

207
231
220

R + G + B ~ 86%. #CFE7DC is light color.

Portions of RGB colors in percentages

R + G + B =
207 + 231 + 220 = 658 (100%)
R 207 of 658 ~ 31.46%
G 231 of 658 ~ 35.11%
B 220 of 658 ~ 33.43%

%31.46
%35.11
%33.43

CMYK color model

#CFE7DC color CMYK value is (10,0,5,9).

  • cyan value is 10.39%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 9.41%
CMYK:
(10,0,5,9)
C10M0Y5K9 
(10%,0%,5%,9%)
(0.10/0.00/0.05/0.09)	

CMYK percentages

%10.39
%0
%4.76
%9.41

Codes

Color #CFE7DC in popluar color models

CFE7DC
RGB207231220
HSL153°33.33%85.88%
HSB/HSV153°10.39%90.59%
CMYK10.39%0.00%4.76%
9.41%

Color #CFE7DC in popluar number systems.

HEXCFE7DC
Decimal207231220
Binary110011111110011111011100
Octal317347334

Shades and tints

Shades of #CFE7DC

#CFE7DC
(207,231,220)
#BDD2C8
(189,210,200)
#ABBDB4
(171,189,180)
#99A8A0
(153,168,160)
#87938C
(135,147,140)
#757E78
(117,126,120)
#636964
(99,105,100)
#515450
(81,84,80)
#3F3F3C
(63,63,60)
#2D2A28
(45,42,40)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #CFE7DC

#CFE7DC
(207,231,220)
#D3E9DF
(211,233,223)
#D7EBE2
(215,235,226)
#DBEDE5
(219,237,229)
#DFEFE8
(223,239,232)
#E3F1EB
(227,241,235)
#E7F3EE
(231,243,238)
#EBF5F1
(235,245,241)
#EFF7F4
(239,247,244)
#F3F9F7
(243,249,247)
#F7FBFA
(247,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE7DC; }

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

This text font color is #CFE7DC.


Background Color

.myBgColor { background-color: #CFE7DC; }

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

This div background color is #CFE7DC.


Border color

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

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

This div border color is #CFE7DC.


Opacity

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

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

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

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

This text has shadow with #CFE7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE7DC on black background.


Color preview on white background

This text has color #CFE7DC on white background.



Black color preview on #CFE7DC background

This text has black color on #CFE7DC background.


White color preview on #CFE7DC background

This text has white color on #CFE7DC background.