COLOR #CFE0C7

HEX: #CFE0C7
RGB: (207,224,199)

Color info

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

RGB color model

#CFE0C7 color RGB value is (207,224,199).

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

RGB channels and saturation

R 207 of 255 = 81%
G 224 of 255 = 88%
B 199 of 255 = 78%

207
224
199

R + G + B ~ 82%. #CFE0C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 224 + 199 = 630 (100%)
R 207 of 630 ~ 32.86%
G 224 of 630 ~ 35.56%
B 199 of 630 ~ 31.59%

%32.86
%35.56
%31.59

CMYK color model

#CFE0C7 color CMYK value is (8,0,11,12).

  • cyan value is 7.59%
  • magenta value is 0.00%
  • yellow value is 11.16%
  • key color value is 12.16%
CMYK:
(8,0,11,12)
C8M0Y11K12 
(8%,0%,11%,12%)
(0.08/0.00/0.11/0.12)	

CMYK percentages

%7.59
%0
%11.16
%12.16

Codes

Color #CFE0C7 in popluar color models

CFE0C7
RGB207224199
HSL101°28.74%82.94%
HSB/HSV101°11.16%87.84%
CMYK7.59%0.00%11.16%
12.16%

Color #CFE0C7 in popluar number systems.

HEXCFE0C7
Decimal207224199
Binary110011111110000011000111
Octal317340307

Shades and tints

Shades of #CFE0C7

#CFE0C7
(207,224,199)
#BDCCB5
(189,204,181)
#ABB8A3
(171,184,163)
#99A491
(153,164,145)
#87907F
(135,144,127)
#757C6D
(117,124,109)
#63685B
(99,104,91)
#515449
(81,84,73)
#3F4037
(63,64,55)
#2D2C25
(45,44,37)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #CFE0C7

#CFE0C7
(207,224,199)
#D3E2CC
(211,226,204)
#D7E4D1
(215,228,209)
#DBE6D6
(219,230,214)
#DFE8DB
(223,232,219)
#E3EAE0
(227,234,224)
#E7ECE5
(231,236,229)
#EBEEEA
(235,238,234)
#EFF0EF
(239,240,239)
#F3F2F4
(243,242,244)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE0C7; }

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

This text font color is #CFE0C7.


Background Color

.myBgColor { background-color: #CFE0C7; }

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

This div background color is #CFE0C7.


Border color

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

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

This div border color is #CFE0C7.


Opacity

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

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

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

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

This text has shadow with #CFE0C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE0C7 on black background.


Color preview on white background

This text has color #CFE0C7 on white background.



Black color preview on #CFE0C7 background

This text has black color on #CFE0C7 background.


White color preview on #CFE0C7 background

This text has white color on #CFE0C7 background.