COLOR #CFE4C0

HEX: #CFE4C0
RGB: (207,228,192)

Color info

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

RGB color model

#CFE4C0 color RGB value is (207,228,192).

  • red value is 207;
  • green value is 228;
  • blue value is 192.
RGB:
(207,228,192)
(81%,89%,75%)

RGB channels and saturation

R 207 of 255 = 81%
G 228 of 255 = 89%
B 192 of 255 = 75%

207
228
192

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

Portions of RGB colors in percentages

R + G + B =
207 + 228 + 192 = 627 (100%)
R 207 of 627 ~ 33.01%
G 228 of 627 ~ 36.36%
B 192 of 627 ~ 30.62%

%33.01
%36.36
%30.62

CMYK color model

#CFE4C0 color CMYK value is (9,0,16,11).

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 10.59%
CMYK:
(9,0,16,11)
C9M0Y16K11 
(9%,0%,16%,11%)
(0.09/0.00/0.16/0.11)	

CMYK percentages

%9.21
%0
%15.79
%10.59

Codes

Color #CFE4C0 in popluar color models

CFE4C0
RGB207228192
HSL95°40.00%82.35%
HSB/HSV95°15.79%89.41%
CMYK9.21%0.00%15.79%
10.59%

Color #CFE4C0 in popluar number systems.

HEXCFE4C0
Decimal207228192
Binary110011111110010011000000
Octal317344300

Shades and tints

Shades of #CFE4C0

#CFE4C0
(207,228,192)
#BDD0AF
(189,208,175)
#ABBC9E
(171,188,158)
#99A88D
(153,168,141)
#87947C
(135,148,124)
#75806B
(117,128,107)
#636C5A
(99,108,90)
#515849
(81,88,73)
#3F4438
(63,68,56)
#2D3027
(45,48,39)
#1B1C16
(27,28,22)
#000000
(0,0,0)

Tints of #CFE4C0

#CFE4C0
(207,228,192)
#D3E6C5
(211,230,197)
#D7E8CA
(215,232,202)
#DBEACF
(219,234,207)
#DFECD4
(223,236,212)
#E3EED9
(227,238,217)
#E7F0DE
(231,240,222)
#EBF2E3
(235,242,227)
#EFF4E8
(239,244,232)
#F3F6ED
(243,246,237)
#F7F8F2
(247,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE4C0 color. Also use rgb(207,228,192) instead hex code.

Text Font Color

.myTextColor { color: #CFE4C0; }

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

This text font color is #CFE4C0.


Background Color

.myBgColor { background-color: #CFE4C0; }

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

This div background color is #CFE4C0.


Border color

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

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

This div border color is #CFE4C0.


Opacity

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

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

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

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

This text has shadow with #CFE4C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE4C0 on black background.


Color preview on white background

This text has color #CFE4C0 on white background.



Black color preview on #CFE4C0 background

This text has black color on #CFE4C0 background.


White color preview on #CFE4C0 background

This text has white color on #CFE4C0 background.