COLOR #CFE9E4

HEX: #CFE9E4
RGB: (207,233,228)

Color info

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

RGB color model

#CFE9E4 color RGB value is (207,233,228).

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

RGB channels and saturation

R 207 of 255 = 81%
G 233 of 255 = 91%
B 228 of 255 = 89%

207
233
228

R + G + B ~ 87%. #CFE9E4 is light color.

Portions of RGB colors in percentages

R + G + B =
207 + 233 + 228 = 668 (100%)
R 207 of 668 ~ 30.99%
G 233 of 668 ~ 34.88%
B 228 of 668 ~ 34.13%

%30.99
%34.88
%34.13

CMYK color model

#CFE9E4 color CMYK value is (11,0,2,9).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 2.15%
  • key color value is 8.63%
CMYK:
(11,0,2,9)
C11M0Y2K9 
(11%,0%,2%,9%)
(0.11/0.00/0.02/0.09)	

CMYK percentages

%11.16
%0
%2.15
%8.63

Codes

Color #CFE9E4 in popluar color models

CFE9E4
RGB207233228
HSL168°37.14%86.27%
HSB/HSV168°11.16%91.37%
CMYK11.16%0.00%2.15%
8.63%

Color #CFE9E4 in popluar number systems.

HEXCFE9E4
Decimal207233228
Binary110011111110100111100100
Octal317351344

Shades and tints

Shades of #CFE9E4

#CFE9E4
(207,233,228)
#BDD4D0
(189,212,208)
#ABBFBC
(171,191,188)
#99AAA8
(153,170,168)
#879594
(135,149,148)
#758080
(117,128,128)
#636B6C
(99,107,108)
#515658
(81,86,88)
#3F4144
(63,65,68)
#2D2C30
(45,44,48)
#1B171C
(27,23,28)
#000000
(0,0,0)

Tints of #CFE9E4

#CFE9E4
(207,233,228)
#D3EBE6
(211,235,230)
#D7EDE8
(215,237,232)
#DBEFEA
(219,239,234)
#DFF1EC
(223,241,236)
#E3F3EE
(227,243,238)
#E7F5F0
(231,245,240)
#EBF7F2
(235,247,242)
#EFF9F4
(239,249,244)
#F3FBF6
(243,251,246)
#F7FDF8
(247,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE9E4; }

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

This text font color is #CFE9E4.


Background Color

.myBgColor { background-color: #CFE9E4; }

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

This div background color is #CFE9E4.


Border color

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

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

This div border color is #CFE9E4.


Opacity

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

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

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

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

This text has shadow with #CFE9E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE9E4 on black background.


Color preview on white background

This text has color #CFE9E4 on white background.



Black color preview on #CFE9E4 background

This text has black color on #CFE9E4 background.


White color preview on #CFE9E4 background

This text has white color on #CFE9E4 background.