COLOR #CBDAE0

HEX: #CBDAE0
RGB: (203,218,224)

Color info

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

RGB color model

#CBDAE0 color RGB value is (203,218,224).

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

RGB channels and saturation

R 203 of 255 = 80%
G 218 of 255 = 85%
B 224 of 255 = 88%

203
218
224

R + G + B ~ 84%. #CBDAE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 218 + 224 = 645 (100%)
R 203 of 645 ~ 31.47%
G 218 of 645 ~ 33.8%
B 224 of 645 ~ 34.73%

%31.47
%33.8
%34.73

CMYK color model

#CBDAE0 color CMYK value is (9,3,0,12).

  • cyan value is 9.38%
  • magenta value is 2.68%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(9,3,0,12)
C9M3Y0K12 
(9%,3%,0%,12%)
(0.09/0.03/0.00/0.12)	

CMYK percentages

%9.38
%2.68
%0
%12.16

Codes

Color #CBDAE0 in popluar color models

CBDAE0
RGB203218224
HSL197°25.30%83.73%
HSB/HSV197°9.38%87.84%
CMYK9.38%2.68%0.00%
12.16%

Color #CBDAE0 in popluar number systems.

HEXCBDAE0
Decimal203218224
Binary110010111101101011100000
Octal313332340

Shades and tints

Shades of #CBDAE0

#CBDAE0
(203,218,224)
#B9C7CC
(185,199,204)
#A7B4B8
(167,180,184)
#95A1A4
(149,161,164)
#838E90
(131,142,144)
#717B7C
(113,123,124)
#5F6868
(95,104,104)
#4D5554
(77,85,84)
#3B4240
(59,66,64)
#292F2C
(41,47,44)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #CBDAE0

#CBDAE0
(203,218,224)
#CFDDE2
(207,221,226)
#D3E0E4
(211,224,228)
#D7E3E6
(215,227,230)
#DBE6E8
(219,230,232)
#DFE9EA
(223,233,234)
#E3ECEC
(227,236,236)
#E7EFEE
(231,239,238)
#EBF2F0
(235,242,240)
#EFF5F2
(239,245,242)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBDAE0; }

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

This text font color is #CBDAE0.


Background Color

.myBgColor { background-color: #CBDAE0; }

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

This div background color is #CBDAE0.


Border color

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

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

This div border color is #CBDAE0.


Opacity

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

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

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

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

This text has shadow with #CBDAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBDAE0 on black background.


Color preview on white background

This text has color #CBDAE0 on white background.



Black color preview on #CBDAE0 background

This text has black color on #CBDAE0 background.


White color preview on #CBDAE0 background

This text has white color on #CBDAE0 background.