COLOR #CFDBE6

HEX: #CFDBE6
RGB: (207,219,230)

Color info

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

RGB color model

#CFDBE6 color RGB value is (207,219,230).

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

RGB channels and saturation

R 207 of 255 = 81%
G 219 of 255 = 86%
B 230 of 255 = 90%

207
219
230

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

Portions of RGB colors in percentages

R + G + B =
207 + 219 + 230 = 656 (100%)
R 207 of 656 ~ 31.55%
G 219 of 656 ~ 33.38%
B 230 of 656 ~ 35.06%

%31.55
%33.38
%35.06

CMYK color model

#CFDBE6 color CMYK value is (10,5,0,10).

  • cyan value is 10.00%
  • magenta value is 4.78%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(10,5,0,10)
C10M5Y0K10 
(10%,5%,0%,10%)
(0.10/0.05/0.00/0.10)	

CMYK percentages

%10
%4.78
%0
%9.8

Codes

Color #CFDBE6 in popluar color models

CFDBE6
RGB207219230
HSL209°31.51%85.69%
HSB/HSV209°10.00%90.20%
CMYK10.00%4.78%0.00%
9.80%

Color #CFDBE6 in popluar number systems.

HEXCFDBE6
Decimal207219230
Binary110011111101101111100110
Octal317333346

Shades and tints

Shades of #CFDBE6

#CFDBE6
(207,219,230)
#BDC8D2
(189,200,210)
#ABB5BE
(171,181,190)
#99A2AA
(153,162,170)
#878F96
(135,143,150)
#757C82
(117,124,130)
#63696E
(99,105,110)
#51565A
(81,86,90)
#3F4346
(63,67,70)
#2D3032
(45,48,50)
#1B1D1E
(27,29,30)
#000000
(0,0,0)

Tints of #CFDBE6

#CFDBE6
(207,219,230)
#D3DEE8
(211,222,232)
#D7E1EA
(215,225,234)
#DBE4EC
(219,228,236)
#DFE7EE
(223,231,238)
#E3EAF0
(227,234,240)
#E7EDF2
(231,237,242)
#EBF0F4
(235,240,244)
#EFF3F6
(239,243,246)
#F3F6F8
(243,246,248)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFDBE6; }

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

This text font color is #CFDBE6.


Background Color

.myBgColor { background-color: #CFDBE6; }

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

This div background color is #CFDBE6.


Border color

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

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

This div border color is #CFDBE6.


Opacity

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

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

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

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

This text has shadow with #CFDBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFDBE6 on black background.


Color preview on white background

This text has color #CFDBE6 on white background.



Black color preview on #CFDBE6 background

This text has black color on #CFDBE6 background.


White color preview on #CFDBE6 background

This text has white color on #CFDBE6 background.