COLOR #CBDAE7

HEX: #CBDAE7
RGB: (203,218,231)

Color info

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

RGB color model

#CBDAE7 color RGB value is (203,218,231).

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

RGB channels and saturation

R 203 of 255 = 80%
G 218 of 255 = 85%
B 231 of 255 = 91%

203
218
231

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

Portions of RGB colors in percentages

R + G + B =
203 + 218 + 231 = 652 (100%)
R 203 of 652 ~ 31.13%
G 218 of 652 ~ 33.44%
B 231 of 652 ~ 35.43%

%31.13
%33.44
%35.43

CMYK color model

#CBDAE7 color CMYK value is (12,6,0,9).

  • cyan value is 12.12%
  • magenta value is 5.63%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(12,6,0,9)
C12M6Y0K9 
(12%,6%,0%,9%)
(0.12/0.06/0.00/0.09)	

CMYK percentages

%12.12
%5.63
%0
%9.41

Codes

Color #CBDAE7 in popluar color models

CBDAE7
RGB203218231
HSL208°36.84%85.10%
HSB/HSV208°12.12%90.59%
CMYK12.12%5.63%0.00%
9.41%

Color #CBDAE7 in popluar number systems.

HEXCBDAE7
Decimal203218231
Binary110010111101101011100111
Octal313332347

Shades and tints

Shades of #CBDAE7

#CBDAE7
(203,218,231)
#B9C7D2
(185,199,210)
#A7B4BD
(167,180,189)
#95A1A8
(149,161,168)
#838E93
(131,142,147)
#717B7E
(113,123,126)
#5F6869
(95,104,105)
#4D5554
(77,85,84)
#3B423F
(59,66,63)
#292F2A
(41,47,42)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #CBDAE7

#CBDAE7
(203,218,231)
#CFDDE9
(207,221,233)
#D3E0EB
(211,224,235)
#D7E3ED
(215,227,237)
#DBE6EF
(219,230,239)
#DFE9F1
(223,233,241)
#E3ECF3
(227,236,243)
#E7EFF5
(231,239,245)
#EBF2F7
(235,242,247)
#EFF5F9
(239,245,249)
#F3F8FB
(243,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBDAE7; }

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

This text font color is #CBDAE7.


Background Color

.myBgColor { background-color: #CBDAE7; }

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

This div background color is #CBDAE7.


Border color

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

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

This div border color is #CBDAE7.


Opacity

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

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

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

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

This text has shadow with #CBDAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBDAE7 on black background.


Color preview on white background

This text has color #CBDAE7 on white background.



Black color preview on #CBDAE7 background

This text has black color on #CBDAE7 background.


White color preview on #CBDAE7 background

This text has white color on #CBDAE7 background.