COLOR #CFE7DE

HEX: #CFE7DE
RGB: (207,231,222)

Color info

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

RGB color model

#CFE7DE color RGB value is (207,231,222).

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

RGB channels and saturation

R 207 of 255 = 81%
G 231 of 255 = 91%
B 222 of 255 = 87%

207
231
222

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

Portions of RGB colors in percentages

R + G + B =
207 + 231 + 222 = 660 (100%)
R 207 of 660 ~ 31.36%
G 231 of 660 ~ 35%
B 222 of 660 ~ 33.64%

%31.36
%35
%33.64

CMYK color model

#CFE7DE color CMYK value is (10,0,4,9).

  • cyan value is 10.39%
  • magenta value is 0.00%
  • yellow value is 3.90%
  • key color value is 9.41%
CMYK:
(10,0,4,9)
C10M0Y4K9 
(10%,0%,4%,9%)
(0.10/0.00/0.04/0.09)	

CMYK percentages

%10.39
%0
%3.9
%9.41

Codes

Color #CFE7DE in popluar color models

CFE7DE
RGB207231222
HSL158°33.33%85.88%
HSB/HSV158°10.39%90.59%
CMYK10.39%0.00%3.90%
9.41%

Color #CFE7DE in popluar number systems.

HEXCFE7DE
Decimal207231222
Binary110011111110011111011110
Octal317347336

Shades and tints

Shades of #CFE7DE

#CFE7DE
(207,231,222)
#BDD2CA
(189,210,202)
#ABBDB6
(171,189,182)
#99A8A2
(153,168,162)
#87938E
(135,147,142)
#757E7A
(117,126,122)
#636966
(99,105,102)
#515452
(81,84,82)
#3F3F3E
(63,63,62)
#2D2A2A
(45,42,42)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #CFE7DE

#CFE7DE
(207,231,222)
#D3E9E1
(211,233,225)
#D7EBE4
(215,235,228)
#DBEDE7
(219,237,231)
#DFEFEA
(223,239,234)
#E3F1ED
(227,241,237)
#E7F3F0
(231,243,240)
#EBF5F3
(235,245,243)
#EFF7F6
(239,247,246)
#F3F9F9
(243,249,249)
#F7FBFC
(247,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE7DE; }

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

This text font color is #CFE7DE.


Background Color

.myBgColor { background-color: #CFE7DE; }

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

This div background color is #CFE7DE.


Border color

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

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

This div border color is #CFE7DE.


Opacity

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

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

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

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

This text has shadow with #CFE7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE7DE on black background.


Color preview on white background

This text has color #CFE7DE on white background.



Black color preview on #CFE7DE background

This text has black color on #CFE7DE background.


White color preview on #CFE7DE background

This text has white color on #CFE7DE background.