COLOR #D5DBB4

HEX: #D5DBB4
RGB: (213,219,180)

Color info

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

RGB color model

#D5DBB4 color RGB value is (213,219,180).

  • red value is 213;
  • green value is 219;
  • blue value is 180.
RGB:
(213,219,180)
(84%,86%,71%)

RGB channels and saturation

R 213 of 255 = 84%
G 219 of 255 = 86%
B 180 of 255 = 71%

213
219
180

R + G + B ~ 80%. #D5DBB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 219 + 180 = 612 (100%)
R 213 of 612 ~ 34.8%
G 219 of 612 ~ 35.78%
B 180 of 612 ~ 29.41%

%34.8
%35.78
%29.41

CMYK color model

#D5DBB4 color CMYK value is (3,0,18,14).

  • cyan value is 2.74%
  • magenta value is 0.00%
  • yellow value is 17.81%
  • key color value is 14.12%
CMYK:
(3,0,18,14)
C3M0Y18K14 
(3%,0%,18%,14%)
(0.03/0.00/0.18/0.14)	

CMYK percentages

%2.74
%0
%17.81
%14.12

Codes

Color #D5DBB4 in popluar color models

D5DBB4
RGB213219180
HSL69°35.14%78.24%
HSB/HSV69°17.81%85.88%
CMYK2.74%0.00%17.81%
14.12%

Color #D5DBB4 in popluar number systems.

HEXD5DBB4
Decimal213219180
Binary110101011101101110110100
Octal325333264

Shades and tints

Shades of #D5DBB4

#D5DBB4
(213,219,180)
#C2C8A4
(194,200,164)
#AFB594
(175,181,148)
#9CA284
(156,162,132)
#898F74
(137,143,116)
#767C64
(118,124,100)
#636954
(99,105,84)
#505644
(80,86,68)
#3D4334
(61,67,52)
#2A3024
(42,48,36)
#171D14
(23,29,20)
#000000
(0,0,0)

Tints of #D5DBB4

#D5DBB4
(213,219,180)
#D8DEBA
(216,222,186)
#DBE1C0
(219,225,192)
#DEE4C6
(222,228,198)
#E1E7CC
(225,231,204)
#E4EAD2
(228,234,210)
#E7EDD8
(231,237,216)
#EAF0DE
(234,240,222)
#EDF3E4
(237,243,228)
#F0F6EA
(240,246,234)
#F3F9F0
(243,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DBB4; }

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

This text font color is #D5DBB4.


Background Color

.myBgColor { background-color: #D5DBB4; }

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

This div background color is #D5DBB4.


Border color

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

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

This div border color is #D5DBB4.


Opacity

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

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

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

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

This text has shadow with #D5DBB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DBB4 on black background.


Color preview on white background

This text has color #D5DBB4 on white background.



Black color preview on #D5DBB4 background

This text has black color on #D5DBB4 background.


White color preview on #D5DBB4 background

This text has white color on #D5DBB4 background.