COLOR #CFE1EA

HEX: #CFE1EA RGB: (207,225,234)

Color info

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

RGB color model

#CFE1EA color RGB value is (207,225,234).

RGB: (207,225,234) (81%, 88%, 92%)

RGB channels and saturation

R 207 of 255 = 81%
G 225 of 255 = 88%
B 234 of 255 = 92%

207
225
234

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

Portions of RGB colors in percentages

R + G + B = 207 + 225 + 234 = 666 (100%)
R 207 of 666 ~ 31.08%
G 225 of 666 ~ 33.78%
B 234 of 666 ~ 35.14'%

%31.08
%33.78
%35.14

CMYK color model

#CFE1EA color CMYK value is (12,4,0,8).

  • cyan value is 11.54%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (12,4,0,8)
C12M4Y0K8 (12%, 4%, 0%, 8%)
(0.12 / 0.04 / 0.00 / 0.08)

CMYK percentages

%11.54
%3.85
%0
%8.24

Codes

Color #CFE1EA in popluar color models

CF E1 EA
RGB 207 225 234
HSL 200° 39.13% 86.47%
HSB/HSV 200° 11.54% 91.76%
CMYK 11.54% 3.85% 0.00%
8.24%

Color #CFE1EA in popluar number systems.

HEX CF E1 EA
Decimal 207 225 234
Binary 11001111 11100001 11101010
Octal 317 341 352

Shades and tints

Shades of #CFE1EA

#CFE1EA
(207,225,234)
#BDCDD5
(189,205,213)
#ABB9C0
(171,185,192)
#99A5AB
(153,165,171)
#879196
(135,145,150)
#757D81
(117,125,129)
#63696C
(99,105,108)
#515557
(81,85,87)
#3F4142
(63,65,66)
#2D2D2D
(45,45,45)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #CFE1EA

#CFE1EA
(207,225,234)
#D3E3EB
(211,227,235)
#D7E5EC
(215,229,236)
#DBE7ED
(219,231,237)
#DFE9EE
(223,233,238)
#E3EBEF
(227,235,239)
#E7EDF0
(231,237,240)
#EBEFF1
(235,239,241)
#EFF1F2
(239,241,242)
#F3F3F3
(243,243,243)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE1EA; }

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

This text font color is #CFE1EA.

Background Color

.myBgColor { background-color: #CFE1EA; }

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

This div background color is #CFE1EA.

Border color

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

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

This div border color is #CFE1EA.

Opacity

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

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

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

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

This text has shadow with #CFE1EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE1EA.

Preview

Color preview on black background

This text has color #CFE1EA on black background.


Color preview on white background

This text has color #CFE1EA on white background.


Black color preview on #CFE1EA background

This text has black color on #CFE1EA background.


White color preview on #CFE1EA background

This text has white color on #CFE1EA background.


Related colors

Complementary color

Complementary color for #hex is #301E15.


I love getcolorcode.com

Triadic colors

1 #EACFE1 and #E1EACF with #CFE1EA are triadic colors.

2 #EAE1CF and #E1CFEA with #CFE1EA are triadic colors.