COLOR #CBDAE6

HEX: #CBDAE6
RGB: (203,218,230)

Color info

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

RGB color model

#CBDAE6 color RGB value is (203,218,230).

  • red value is 203;
  • green value is 218;
  • blue value is 230.
RGB:
(203,218,230)
(80%,85%,90%)

RGB channels and saturation

R 203 of 255 = 80%
G 218 of 255 = 85%
B 230 of 255 = 90%

203
218
230

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

Portions of RGB colors in percentages

R + G + B =
203 + 218 + 230 = 651 (100%)
R 203 of 651 ~ 31.18%
G 218 of 651 ~ 33.49%
B 230 of 651 ~ 35.33%

%31.18
%33.49
%35.33

CMYK color model

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

  • cyan value is 11.74%
  • magenta value is 5.22%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(12,5,0,10)
C12M5Y0K10 
(12%,5%,0%,10%)
(0.12/0.05/0.00/0.10)	

CMYK percentages

%11.74
%5.22
%0
%9.8

Codes

Color #CBDAE6 in popluar color models

CBDAE6
RGB203218230
HSL207°35.06%84.90%
HSB/HSV207°11.74%90.20%
CMYK11.74%5.22%0.00%
9.80%

Color #CBDAE6 in popluar number systems.

HEXCBDAE6
Decimal203218230
Binary110010111101101011100110
Octal313332346

Shades and tints

Shades of #CBDAE6

#CBDAE6
(203,218,230)
#B9C7D2
(185,199,210)
#A7B4BE
(167,180,190)
#95A1AA
(149,161,170)
#838E96
(131,142,150)
#717B82
(113,123,130)
#5F686E
(95,104,110)
#4D555A
(77,85,90)
#3B4246
(59,66,70)
#292F32
(41,47,50)
#171C1E
(23,28,30)
#000000
(0,0,0)

Tints of #CBDAE6

#CBDAE6
(203,218,230)
#CFDDE8
(207,221,232)
#D3E0EA
(211,224,234)
#D7E3EC
(215,227,236)
#DBE6EE
(219,230,238)
#DFE9F0
(223,233,240)
#E3ECF2
(227,236,242)
#E7EFF4
(231,239,244)
#EBF2F6
(235,242,246)
#EFF5F8
(239,245,248)
#F3F8FA
(243,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBDAE6 color. Also use rgb(203,218,230) instead hex code.

Text Font Color

.myTextColor { color: #CBDAE6; }

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

This text font color is #CBDAE6.


Background Color

.myBgColor { background-color: #CBDAE6; }

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

This div background color is #CBDAE6.


Border color

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

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

This div border color is #CBDAE6.


Opacity

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

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

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

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

This text has shadow with #CBDAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBDAE6 on black background.


Color preview on white background

This text has color #CBDAE6 on white background.



Black color preview on #CBDAE6 background

This text has black color on #CBDAE6 background.


White color preview on #CBDAE6 background

This text has white color on #CBDAE6 background.