COLOR #CFE5C7

HEX: #CFE5C7
RGB: (207,229,199)

Color info

#CFE5C7 contains red, green and blue colors in about the same proportion. Web safe color of #CFE5C7 is #CCCCCC (or #CCC).

RGB color model

#CFE5C7 color RGB value is (207,229,199).

  • red value is 207;
  • green value is 229;
  • blue value is 199.
RGB:
(207,229,199)
(81%,90%,78%)

RGB channels and saturation

R 207 of 255 = 81%
G 229 of 255 = 90%
B 199 of 255 = 78%

207
229
199

R + G + B ~ 83%. #CFE5C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 229 + 199 = 635 (100%)
R 207 of 635 ~ 32.6%
G 229 of 635 ~ 36.06%
B 199 of 635 ~ 31.34%

%32.6
%36.06
%31.34

CMYK color model

#CFE5C7 color CMYK value is (10,0,13,10).

  • cyan value is 9.61%
  • magenta value is 0.00%
  • yellow value is 13.10%
  • key color value is 10.20%
CMYK:
(10,0,13,10)
C10M0Y13K10 
(10%,0%,13%,10%)
(0.10/0.00/0.13/0.10)	

CMYK percentages

%9.61
%0
%13.1
%10.2

Codes

Color #CFE5C7 in popluar color models

CFE5C7
RGB207229199
HSL104°36.59%83.92%
HSB/HSV104°13.10%89.80%
CMYK9.61%0.00%13.10%
10.20%

Color #CFE5C7 in popluar number systems.

HEXCFE5C7
Decimal207229199
Binary110011111110010111000111
Octal317345307

Shades and tints

Shades of #CFE5C7

#CFE5C7
(207,229,199)
#BDD1B5
(189,209,181)
#ABBDA3
(171,189,163)
#99A991
(153,169,145)
#87957F
(135,149,127)
#75816D
(117,129,109)
#636D5B
(99,109,91)
#515949
(81,89,73)
#3F4537
(63,69,55)
#2D3125
(45,49,37)
#1B1D13
(27,29,19)
#000000
(0,0,0)

Tints of #CFE5C7

#CFE5C7
(207,229,199)
#D3E7CC
(211,231,204)
#D7E9D1
(215,233,209)
#DBEBD6
(219,235,214)
#DFEDDB
(223,237,219)
#E3EFE0
(227,239,224)
#E7F1E5
(231,241,229)
#EBF3EA
(235,243,234)
#EFF5EF
(239,245,239)
#F3F7F4
(243,247,244)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE5C7 color. Also use rgb(207,229,199) instead hex code.

Text Font Color

.myTextColor { color: #CFE5C7; }

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

This text font color is #CFE5C7.


Background Color

.myBgColor { background-color: #CFE5C7; }

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

This div background color is #CFE5C7.


Border color

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

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

This div border color is #CFE5C7.


Opacity

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

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

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

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

This text has shadow with #CFE5C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE5C7 on black background.


Color preview on white background

This text has color #CFE5C7 on white background.



Black color preview on #CFE5C7 background

This text has black color on #CFE5C7 background.


White color preview on #CFE5C7 background

This text has white color on #CFE5C7 background.