COLOR #CBD5DB

HEX: #CBD5DB RGB: (203,213,219)

Color info

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

RGB color model

#CBD5DB color RGB value is (203,213,219).

RGB: (203,213,219) (80%, 84%, 86%)

RGB channels and saturation

R 203 of 255 = 80%
G 213 of 255 = 84%
B 219 of 255 = 86%

203
213
219

R + G + B ~ 83%. #CBD5DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 213 + 219 = 635 (100%)
R 203 of 635 ~ 31.97%
G 213 of 635 ~ 33.54%
B 219 of 635 ~ 34.49'%

%31.97
%33.54
%34.49

CMYK color model

#CBD5DB color CMYK value is (7,3,0,14).

  • cyan value is 7.31%
  • magenta value is 2.74%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (7,3,0,14)
C7M3Y0K14 (7%, 3%, 0%, 14%)
(0.07 / 0.03 / 0.00 / 0.14)

CMYK percentages

%7.31
%2.74
%0
%14.12

Codes

Color #CBD5DB in popluar color models

CB D5 DB
RGB 203 213 219
HSL 203° 18.18% 82.75%
HSB/HSV 203° 7.31% 85.88%
CMYK 7.31% 2.74% 0.00%
14.12%

Color #CBD5DB in popluar number systems.

HEX CB D5 DB
Decimal 203 213 219
Binary 11001011 11010101 11011011
Octal 313 325 333

Shades and tints

Shades of #CBD5DB

#CBD5DB
(203,213,219)
#B9C2C8
(185,194,200)
#A7AFB5
(167,175,181)
#959CA2
(149,156,162)
#83898F
(131,137,143)
#71767C
(113,118,124)
#5F6369
(95,99,105)
#4D5056
(77,80,86)
#3B3D43
(59,61,67)
#292A30
(41,42,48)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #CBD5DB

#CBD5DB
(203,213,219)
#CFD8DE
(207,216,222)
#D3DBE1
(211,219,225)
#D7DEE4
(215,222,228)
#DBE1E7
(219,225,231)
#DFE4EA
(223,228,234)
#E3E7ED
(227,231,237)
#E7EAF0
(231,234,240)
#EBEDF3
(235,237,243)
#EFF0F6
(239,240,246)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBD5DB color. Also use rgb(203,213,219) instead hex code.

Text Font Color

.myTextColor { color: #CBD5DB; }

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

This text font color is #CBD5DB.

Background Color

.myBgColor { background-color: #CBD5DB; }

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

This div background color is #CBD5DB.

Border color

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

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

This div border color is #CBD5DB.

Opacity

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

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

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

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

This text has shadow with #CBD5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBD5DB.

Preview

Color preview on black background

This text has color #CBD5DB on black background.


Color preview on white background

This text has color #CBD5DB on white background.


Black color preview on #CBD5DB background

This text has black color on #CBD5DB background.


White color preview on #CBD5DB background

This text has white color on #CBD5DB background.


Related colors

Complementary color

Complementary color for #hex is #342A24.


I love getcolorcode.com

Triadic colors

1 #DBCBD5 and #D5DBCB with #CBD5DB are triadic colors.

2 #DBD5CB and #D5CBDB with #CBD5DB are triadic colors.