COLOR #CFE2E4

HEX: #CFE2E4
RGB: (207,226,228)

Color info

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

RGB color model

#CFE2E4 color RGB value is (207,226,228).

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

RGB channels and saturation

R 207 of 255 = 81%
G 226 of 255 = 89%
B 228 of 255 = 89%

207
226
228

R + G + B ~ 86%. #CFE2E4 is light color.

Portions of RGB colors in percentages

R + G + B =
207 + 226 + 228 = 661 (100%)
R 207 of 661 ~ 31.32%
G 226 of 661 ~ 34.19%
B 228 of 661 ~ 34.49%

%31.32
%34.19
%34.49

CMYK color model

#CFE2E4 color CMYK value is (9,1,0,11).

  • cyan value is 9.21%
  • magenta value is 0.88%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(9,1,0,11)
C9M1Y0K11 
(9%,1%,0%,11%)
(0.09/0.01/0.00/0.11)	

CMYK percentages

%9.21
%0.88
%0
%10.59

Codes

Color #CFE2E4 in popluar color models

CFE2E4
RGB207226228
HSL186°28.00%85.29%
HSB/HSV186°9.21%89.41%
CMYK9.21%0.88%0.00%
10.59%

Color #CFE2E4 in popluar number systems.

HEXCFE2E4
Decimal207226228
Binary110011111110001011100100
Octal317342344

Shades and tints

Shades of #CFE2E4

#CFE2E4
(207,226,228)
#BDCED0
(189,206,208)
#ABBABC
(171,186,188)
#99A6A8
(153,166,168)
#879294
(135,146,148)
#757E80
(117,126,128)
#636A6C
(99,106,108)
#515658
(81,86,88)
#3F4244
(63,66,68)
#2D2E30
(45,46,48)
#1B1A1C
(27,26,28)
#000000
(0,0,0)

Tints of #CFE2E4

#CFE2E4
(207,226,228)
#D3E4E6
(211,228,230)
#D7E6E8
(215,230,232)
#DBE8EA
(219,232,234)
#DFEAEC
(223,234,236)
#E3ECEE
(227,236,238)
#E7EEF0
(231,238,240)
#EBF0F2
(235,240,242)
#EFF2F4
(239,242,244)
#F3F4F6
(243,244,246)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE2E4; }

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

This text font color is #CFE2E4.


Background Color

.myBgColor { background-color: #CFE2E4; }

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

This div background color is #CFE2E4.


Border color

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

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

This div border color is #CFE2E4.


Opacity

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

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

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

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

This text has shadow with #CFE2E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE2E4 on black background.


Color preview on white background

This text has color #CFE2E4 on white background.



Black color preview on #CFE2E4 background

This text has black color on #CFE2E4 background.


White color preview on #CFE2E4 background

This text has white color on #CFE2E4 background.