COLOR #CFE2EA

HEX: #CFE2EA
RGB: (207,226,234)

Color info

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

RGB color model

#CFE2EA color RGB value is (207,226,234).

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

RGB channels and saturation

R 207 of 255 = 81%
G 226 of 255 = 89%
B 234 of 255 = 92%

207
226
234

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

Portions of RGB colors in percentages

R + G + B =
207 + 226 + 234 = 667 (100%)
R 207 of 667 ~ 31.03%
G 226 of 667 ~ 33.88%
B 234 of 667 ~ 35.08%

%31.03
%33.88
%35.08

CMYK color model

#CFE2EA color CMYK value is (12,3,0,8).

  • cyan value is 11.54%
  • magenta value is 3.42%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(12,3,0,8)
C12M3Y0K8 
(12%,3%,0%,8%)
(0.12/0.03/0.00/0.08)	

CMYK percentages

%11.54
%3.42
%0
%8.24

Codes

Color #CFE2EA in popluar color models

CFE2EA
RGB207226234
HSL198°39.13%86.47%
HSB/HSV198°11.54%91.76%
CMYK11.54%3.42%0.00%
8.24%

Color #CFE2EA in popluar number systems.

HEXCFE2EA
Decimal207226234
Binary110011111110001011101010
Octal317342352

Shades and tints

Shades of #CFE2EA

#CFE2EA
(207,226,234)
#BDCED5
(189,206,213)
#ABBAC0
(171,186,192)
#99A6AB
(153,166,171)
#879296
(135,146,150)
#757E81
(117,126,129)
#636A6C
(99,106,108)
#515657
(81,86,87)
#3F4242
(63,66,66)
#2D2E2D
(45,46,45)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #CFE2EA

#CFE2EA
(207,226,234)
#D3E4EB
(211,228,235)
#D7E6EC
(215,230,236)
#DBE8ED
(219,232,237)
#DFEAEE
(223,234,238)
#E3ECEF
(227,236,239)
#E7EEF0
(231,238,240)
#EBF0F1
(235,240,241)
#EFF2F2
(239,242,242)
#F3F4F3
(243,244,243)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE2EA; }

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

This text font color is #CFE2EA.


Background Color

.myBgColor { background-color: #CFE2EA; }

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

This div background color is #CFE2EA.


Border color

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

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

This div border color is #CFE2EA.


Opacity

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

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

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

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

This text has shadow with #CFE2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE2EA on black background.


Color preview on white background

This text has color #CFE2EA on white background.



Black color preview on #CFE2EA background

This text has black color on #CFE2EA background.


White color preview on #CFE2EA background

This text has white color on #CFE2EA background.