COLOR #CFE4E7

HEX: #CFE4E7
RGB: (207,228,231)

Color info

#CFE4E7 contains red, green and blue colors in about the same proportion. Web safe color of #CFE4E7 is #CCCCFF (or #CCF).

RGB color model

#CFE4E7 color RGB value is (207,228,231).

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

RGB channels and saturation

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

207
228
231

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

Portions of RGB colors in percentages

R + G + B =
207 + 228 + 231 = 666 (100%)
R 207 of 666 ~ 31.08%
G 228 of 666 ~ 34.23%
B 231 of 666 ~ 34.68%

%31.08
%34.23
%34.68

CMYK color model

#CFE4E7 color CMYK value is (10,1,0,9).

  • cyan value is 10.39%
  • magenta value is 1.30%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(10,1,0,9)
C10M1Y0K9 
(10%,1%,0%,9%)
(0.10/0.01/0.00/0.09)	

CMYK percentages

%10.39
%1.3
%0
%9.41

Codes

Color #CFE4E7 in popluar color models

CFE4E7
RGB207228231
HSL188°33.33%85.88%
HSB/HSV188°10.39%90.59%
CMYK10.39%1.30%0.00%
9.41%

Color #CFE4E7 in popluar number systems.

HEXCFE4E7
Decimal207228231
Binary110011111110010011100111
Octal317344347

Shades and tints

Shades of #CFE4E7

#CFE4E7
(207,228,231)
#BDD0D2
(189,208,210)
#ABBCBD
(171,188,189)
#99A8A8
(153,168,168)
#879493
(135,148,147)
#75807E
(117,128,126)
#636C69
(99,108,105)
#515854
(81,88,84)
#3F443F
(63,68,63)
#2D302A
(45,48,42)
#1B1C15
(27,28,21)
#000000
(0,0,0)

Tints of #CFE4E7

#CFE4E7
(207,228,231)
#D3E6E9
(211,230,233)
#D7E8EB
(215,232,235)
#DBEAED
(219,234,237)
#DFECEF
(223,236,239)
#E3EEF1
(227,238,241)
#E7F0F3
(231,240,243)
#EBF2F5
(235,242,245)
#EFF4F7
(239,244,247)
#F3F6F9
(243,246,249)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE4E7; }

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

This text font color is #CFE4E7.


Background Color

.myBgColor { background-color: #CFE4E7; }

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

This div background color is #CFE4E7.


Border color

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

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

This div border color is #CFE4E7.


Opacity

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

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

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

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

This text has shadow with #CFE4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE4E7 on black background.


Color preview on white background

This text has color #CFE4E7 on white background.



Black color preview on #CFE4E7 background

This text has black color on #CFE4E7 background.


White color preview on #CFE4E7 background

This text has white color on #CFE4E7 background.