COLOR #CFDBEA

HEX: #CFDBEA
RGB: (207,219,234)

Color info

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

RGB color model

#CFDBEA color RGB value is (207,219,234).

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

RGB channels and saturation

R 207 of 255 = 81%
G 219 of 255 = 86%
B 234 of 255 = 92%

207
219
234

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

Portions of RGB colors in percentages

R + G + B =
207 + 219 + 234 = 660 (100%)
R 207 of 660 ~ 31.36%
G 219 of 660 ~ 33.18%
B 234 of 660 ~ 35.45%

%31.36
%33.18
%35.45

CMYK color model

#CFDBEA color CMYK value is (12,6,0,8).

  • cyan value is 11.54%
  • magenta value is 6.41%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(12,6,0,8)
C12M6Y0K8 
(12%,6%,0%,8%)
(0.12/0.06/0.00/0.08)	

CMYK percentages

%11.54
%6.41
%0
%8.24

Codes

Color #CFDBEA in popluar color models

CFDBEA
RGB207219234
HSL213°39.13%86.47%
HSB/HSV213°11.54%91.76%
CMYK11.54%6.41%0.00%
8.24%

Color #CFDBEA in popluar number systems.

HEXCFDBEA
Decimal207219234
Binary110011111101101111101010
Octal317333352

Shades and tints

Shades of #CFDBEA

#CFDBEA
(207,219,234)
#BDC8D5
(189,200,213)
#ABB5C0
(171,181,192)
#99A2AB
(153,162,171)
#878F96
(135,143,150)
#757C81
(117,124,129)
#63696C
(99,105,108)
#515657
(81,86,87)
#3F4342
(63,67,66)
#2D302D
(45,48,45)
#1B1D18
(27,29,24)
#000000
(0,0,0)

Tints of #CFDBEA

#CFDBEA
(207,219,234)
#D3DEEB
(211,222,235)
#D7E1EC
(215,225,236)
#DBE4ED
(219,228,237)
#DFE7EE
(223,231,238)
#E3EAEF
(227,234,239)
#E7EDF0
(231,237,240)
#EBF0F1
(235,240,241)
#EFF3F2
(239,243,242)
#F3F6F3
(243,246,243)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFDBEA; }

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

This text font color is #CFDBEA.


Background Color

.myBgColor { background-color: #CFDBEA; }

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

This div background color is #CFDBEA.


Border color

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

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

This div border color is #CFDBEA.


Opacity

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

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

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

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

This text has shadow with #CFDBEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFDBEA on black background.


Color preview on white background

This text has color #CFDBEA on white background.



Black color preview on #CFDBEA background

This text has black color on #CFDBEA background.


White color preview on #CFDBEA background

This text has white color on #CFDBEA background.