COLOR #CFDBE4

HEX: #CFDBE4 RGB: (207,219,228)

Color info

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

RGB color model

#CFDBE4 color RGB value is (207,219,228).

RGB: (207,219,228) (81%, 86%, 89%)

RGB channels and saturation

R 207 of 255 = 81%
G 219 of 255 = 86%
B 228 of 255 = 89%

207
219
228

R + G + B ~ 85%. #CFDBE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 219 + 228 = 654 (100%)
R 207 of 654 ~ 31.65%
G 219 of 654 ~ 33.49%
B 228 of 654 ~ 34.86'%

%31.65
%33.49
%34.86

CMYK color model

#CFDBE4 color CMYK value is (9,4,0,11).

  • cyan value is 9.21%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (9,4,0,11)
C9M4Y0K11 (9%, 4%, 0%, 11%)
(0.09 / 0.04 / 0.00 / 0.11)

CMYK percentages

%9.21
%3.95
%0
%10.59

Codes

Color #CFDBE4 in popluar color models

CF DB E4
RGB 207 219 228
HSL 206° 28.00% 85.29%
HSB/HSV 206° 9.21% 89.41%
CMYK 9.21% 3.95% 0.00%
10.59%

Color #CFDBE4 in popluar number systems.

HEX CF DB E4
Decimal 207 219 228
Binary 11001111 11011011 11100100
Octal 317 333 344

Shades and tints

Shades of #CFDBE4

#CFDBE4
(207,219,228)
#BDC8D0
(189,200,208)
#ABB5BC
(171,181,188)
#99A2A8
(153,162,168)
#878F94
(135,143,148)
#757C80
(117,124,128)
#63696C
(99,105,108)
#515658
(81,86,88)
#3F4344
(63,67,68)
#2D3030
(45,48,48)
#1B1D1C
(27,29,28)
#000000
(0,0,0)

Tints of #CFDBE4

#CFDBE4
(207,219,228)
#D3DEE6
(211,222,230)
#D7E1E8
(215,225,232)
#DBE4EA
(219,228,234)
#DFE7EC
(223,231,236)
#E3EAEE
(227,234,238)
#E7EDF0
(231,237,240)
#EBF0F2
(235,240,242)
#EFF3F4
(239,243,244)
#F3F6F6
(243,246,246)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFDBE4; }

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

This text font color is #CFDBE4.

Background Color

.myBgColor { background-color: #CFDBE4; }

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

This div background color is #CFDBE4.

Border color

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

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

This div border color is #CFDBE4.

Opacity

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

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

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

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

This text has shadow with #CFDBE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFDBE4.

Preview

Color preview on black background

This text has color #CFDBE4 on black background.


Color preview on white background

This text has color #CFDBE4 on white background.


Black color preview on #CFDBE4 background

This text has black color on #CFDBE4 background.


White color preview on #CFDBE4 background

This text has white color on #CFDBE4 background.


Related colors

Complementary color

Complementary color for #hex is #30241B.


I love getcolorcode.com

Triadic colors

1 #E4CFDB and #DBE4CF with #CFDBE4 are triadic colors.

2 #E4DBCF and #DBCFE4 with #CFDBE4 are triadic colors.