COLOR #D5DBCB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

213
219
203

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

Portions of RGB colors in percentages

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

%33.54
%34.49
%31.97

CMYK color model

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

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

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

CMYK percentages

%2.74
%0
%7.31
%14.12

Codes

Color #D5DBCB in popluar color models

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

Color #D5DBCB in popluar number systems.

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

Shades and tints

Shades of #D5DBCB

#D5DBCB
(213,219,203)
#C2C8B9
(194,200,185)
#AFB5A7
(175,181,167)
#9CA295
(156,162,149)
#898F83
(137,143,131)
#767C71
(118,124,113)
#63695F
(99,105,95)
#50564D
(80,86,77)
#3D433B
(61,67,59)
#2A3029
(42,48,41)
#171D17
(23,29,23)
#000000
(0,0,0)

Tints of #D5DBCB

#D5DBCB
(213,219,203)
#D8DECF
(216,222,207)
#DBE1D3
(219,225,211)
#DEE4D7
(222,228,215)
#E1E7DB
(225,231,219)
#E4EADF
(228,234,223)
#E7EDE3
(231,237,227)
#EAF0E7
(234,240,231)
#EDF3EB
(237,243,235)
#F0F6EF
(240,246,239)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DBCB; }

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

This text font color is #D5DBCB.

Background Color

.myBgColor { background-color: #D5DBCB; }

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

This div background color is #D5DBCB.

Border color

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

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

This div border color is #D5DBCB.

Opacity

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

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

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

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

This text has shadow with #D5DBCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DBCB.

Preview

Color preview on black background

This text has color #D5DBCB on black background.


Color preview on white background

This text has color #D5DBCB on white background.


Black color preview on #D5DBCB background

This text has black color on #D5DBCB background.


White color preview on #D5DBCB background

This text has white color on #D5DBCB background.


Related colors

Complementary color

Complementary color for #hex is #2A2434.


I love getcolorcode.com

Triadic colors

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

2 #CBDBD5 and #DBD5CB with #D5DBCB are triadic colors.