COLOR #CBDAEB

HEX: #CBDAEB
RGB: (203,218,235)

Color info

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

RGB color model

#CBDAEB color RGB value is (203,218,235).

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

RGB channels and saturation

R 203 of 255 = 80%
G 218 of 255 = 85%
B 235 of 255 = 92%

203
218
235

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

Portions of RGB colors in percentages

R + G + B =
203 + 218 + 235 = 656 (100%)
R 203 of 656 ~ 30.95%
G 218 of 656 ~ 33.23%
B 235 of 656 ~ 35.82%

%30.95
%33.23
%35.82

CMYK color model

#CBDAEB color CMYK value is (14,7,0,8).

  • cyan value is 13.62%
  • magenta value is 7.23%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(14,7,0,8)
C14M7Y0K8 
(14%,7%,0%,8%)
(0.14/0.07/0.00/0.08)	

CMYK percentages

%13.62
%7.23
%0
%7.84

Codes

Color #CBDAEB in popluar color models

CBDAEB
RGB203218235
HSL212°44.44%85.88%
HSB/HSV212°13.62%92.16%
CMYK13.62%7.23%0.00%
7.84%

Color #CBDAEB in popluar number systems.

HEXCBDAEB
Decimal203218235
Binary110010111101101011101011
Octal313332353

Shades and tints

Shades of #CBDAEB

#CBDAEB
(203,218,235)
#B9C7D6
(185,199,214)
#A7B4C1
(167,180,193)
#95A1AC
(149,161,172)
#838E97
(131,142,151)
#717B82
(113,123,130)
#5F686D
(95,104,109)
#4D5558
(77,85,88)
#3B4243
(59,66,67)
#292F2E
(41,47,46)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #CBDAEB

#CBDAEB
(203,218,235)
#CFDDEC
(207,221,236)
#D3E0ED
(211,224,237)
#D7E3EE
(215,227,238)
#DBE6EF
(219,230,239)
#DFE9F0
(223,233,240)
#E3ECF1
(227,236,241)
#E7EFF2
(231,239,242)
#EBF2F3
(235,242,243)
#EFF5F4
(239,245,244)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBDAEB; }

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

This text font color is #CBDAEB.


Background Color

.myBgColor { background-color: #CBDAEB; }

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

This div background color is #CBDAEB.


Border color

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

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

This div border color is #CBDAEB.


Opacity

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

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

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

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

This text has shadow with #CBDAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBDAEB on black background.


Color preview on white background

This text has color #CBDAEB on white background.



Black color preview on #CBDAEB background

This text has black color on #CBDAEB background.


White color preview on #CBDAEB background

This text has white color on #CBDAEB background.