COLOR #CBDAE5

HEX: #CBDAE5
RGB: (203,218,229)

Color info

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

RGB color model

#CBDAE5 color RGB value is (203,218,229).

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

RGB channels and saturation

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

203
218
229

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

Portions of RGB colors in percentages

R + G + B =
203 + 218 + 229 = 650 (100%)
R 203 of 650 ~ 31.23%
G 218 of 650 ~ 33.54%
B 229 of 650 ~ 35.23%

%31.23
%33.54
%35.23

CMYK color model

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

  • cyan value is 11.35%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(11,5,0,10)
C11M5Y0K10 
(11%,5%,0%,10%)
(0.11/0.05/0.00/0.10)	

CMYK percentages

%11.35
%4.8
%0
%10.2

Codes

Color #CBDAE5 in popluar color models

CBDAE5
RGB203218229
HSL205°33.33%84.71%
HSB/HSV205°11.35%89.80%
CMYK11.35%4.80%0.00%
10.20%

Color #CBDAE5 in popluar number systems.

HEXCBDAE5
Decimal203218229
Binary110010111101101011100101
Octal313332345

Shades and tints

Shades of #CBDAE5

#CBDAE5
(203,218,229)
#B9C7D1
(185,199,209)
#A7B4BD
(167,180,189)
#95A1A9
(149,161,169)
#838E95
(131,142,149)
#717B81
(113,123,129)
#5F686D
(95,104,109)
#4D5559
(77,85,89)
#3B4245
(59,66,69)
#292F31
(41,47,49)
#171C1D
(23,28,29)
#000000
(0,0,0)

Tints of #CBDAE5

#CBDAE5
(203,218,229)
#CFDDE7
(207,221,231)
#D3E0E9
(211,224,233)
#D7E3EB
(215,227,235)
#DBE6ED
(219,230,237)
#DFE9EF
(223,233,239)
#E3ECF1
(227,236,241)
#E7EFF3
(231,239,243)
#EBF2F5
(235,242,245)
#EFF5F7
(239,245,247)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBDAE5; }

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

This text font color is #CBDAE5.


Background Color

.myBgColor { background-color: #CBDAE5; }

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

This div background color is #CBDAE5.


Border color

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

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

This div border color is #CBDAE5.


Opacity

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

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

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

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

This text has shadow with #CBDAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBDAE5 on black background.


Color preview on white background

This text has color #CBDAE5 on white background.



Black color preview on #CBDAE5 background

This text has black color on #CBDAE5 background.


White color preview on #CBDAE5 background

This text has white color on #CBDAE5 background.