COLOR #CFE1EB

HEX: #CFE1EB RGB: (207,225,235)

Color info

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

RGB color model

#CFE1EB color RGB value is (207,225,235).

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

RGB channels and saturation

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

207
225
235

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

Portions of RGB colors in percentages

R + G + B = 207 + 225 + 235 = 667 (100%)
R 207 of 667 ~ 31.03%
G 225 of 667 ~ 33.73%
B 235 of 667 ~ 35.23'%

%31.03
%33.73
%35.23

CMYK color model

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

  • cyan value is 11.91%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • key color value is 7.84%

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

CMYK percentages

%11.91
%4.26
%0
%7.84

Codes

Color #CFE1EB in popluar color models

CF E1 EB
RGB 207 225 235
HSL 201° 41.18% 86.67%
HSB/HSV 201° 11.91% 92.16%
CMYK 11.91% 4.26% 0.00%
7.84%

Color #CFE1EB in popluar number systems.

HEX CF E1 EB
Decimal 207 225 235
Binary 11001111 11100001 11101011
Octal 317 341 353

Shades and tints

Shades of #CFE1EB

#CFE1EB
(207,225,235)
#BDCDD6
(189,205,214)
#ABB9C1
(171,185,193)
#99A5AC
(153,165,172)
#879197
(135,145,151)
#757D82
(117,125,130)
#63696D
(99,105,109)
#515558
(81,85,88)
#3F4143
(63,65,67)
#2D2D2E
(45,45,46)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #CFE1EB

#CFE1EB
(207,225,235)
#D3E3EC
(211,227,236)
#D7E5ED
(215,229,237)
#DBE7EE
(219,231,238)
#DFE9EF
(223,233,239)
#E3EBF0
(227,235,240)
#E7EDF1
(231,237,241)
#EBEFF2
(235,239,242)
#EFF1F3
(239,241,243)
#F3F3F4
(243,243,244)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE1EB; }

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

This text font color is #CFE1EB.

Background Color

.myBgColor { background-color: #CFE1EB; }

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

This div background color is #CFE1EB.

Border color

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

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

This div border color is #CFE1EB.

Opacity

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

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

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

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

This text has shadow with #CFE1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE1EB.

Preview

Color preview on black background

This text has color #CFE1EB on black background.


Color preview on white background

This text has color #CFE1EB on white background.


Black color preview on #CFE1EB background

This text has black color on #CFE1EB background.


White color preview on #CFE1EB background

This text has white color on #CFE1EB background.


Related colors

Complementary color

Complementary color for #hex is #301E14.


I love getcolorcode.com

Triadic colors

1 #EBCFE1 and #E1EBCF with #CFE1EB are triadic colors.

2 #EBE1CF and #E1CFEB with #CFE1EB are triadic colors.