COLOR #D5DBAC

HEX: #D5DBAC
RGB: (213,219,172)

Color info

#D5DBAC contains red, green and blue colors in about the same proportion. Web safe color of #D5DBAC is #CCCC99 (or #CC9).

RGB color model

#D5DBAC color RGB value is (213,219,172).

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

RGB channels and saturation

R 213 of 255 = 84%
G 219 of 255 = 86%
B 172 of 255 = 67%

213
219
172

R + G + B ~ 79%. #D5DBAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 219 + 172 = 604 (100%)
R 213 of 604 ~ 35.26%
G 219 of 604 ~ 36.26%
B 172 of 604 ~ 28.48%

%35.26
%36.26
%28.48

CMYK color model

#D5DBAC color CMYK value is (3,0,21,14).

  • cyan value is 2.74%
  • magenta value is 0.00%
  • yellow value is 21.46%
  • key color value is 14.12%
CMYK:
(3,0,21,14)
C3M0Y21K14 
(3%,0%,21%,14%)
(0.03/0.00/0.21/0.14)	

CMYK percentages

%2.74
%0
%21.46
%14.12

Codes

Color #D5DBAC in popluar color models

D5DBAC
RGB213219172
HSL68°39.50%76.67%
HSB/HSV68°21.46%85.88%
CMYK2.74%0.00%21.46%
14.12%

Color #D5DBAC in popluar number systems.

HEXD5DBAC
Decimal213219172
Binary110101011101101110101100
Octal325333254

Shades and tints

Shades of #D5DBAC

#D5DBAC
(213,219,172)
#C2C89D
(194,200,157)
#AFB58E
(175,181,142)
#9CA27F
(156,162,127)
#898F70
(137,143,112)
#767C61
(118,124,97)
#636952
(99,105,82)
#505643
(80,86,67)
#3D4334
(61,67,52)
#2A3025
(42,48,37)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #D5DBAC

#D5DBAC
(213,219,172)
#D8DEB3
(216,222,179)
#DBE1BA
(219,225,186)
#DEE4C1
(222,228,193)
#E1E7C8
(225,231,200)
#E4EACF
(228,234,207)
#E7EDD6
(231,237,214)
#EAF0DD
(234,240,221)
#EDF3E4
(237,243,228)
#F0F6EB
(240,246,235)
#F3F9F2
(243,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DBAC; }

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

This text font color is #D5DBAC.


Background Color

.myBgColor { background-color: #D5DBAC; }

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

This div background color is #D5DBAC.


Border color

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

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

This div border color is #D5DBAC.


Opacity

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

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

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

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

This text has shadow with #D5DBAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DBAC on black background.


Color preview on white background

This text has color #D5DBAC on white background.



Black color preview on #D5DBAC background

This text has black color on #D5DBAC background.


White color preview on #D5DBAC background

This text has white color on #D5DBAC background.