COLOR #DAD8AB

HEX: #DAD8AB
RGB: (218,216,171)

Color info

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

RGB color model

#DAD8AB color RGB value is (218,216,171).

  • red value is 218;
  • green value is 216;
  • blue value is 171.
RGB:
(218,216,171)
(85%,85%,67%)

RGB channels and saturation

R 218 of 255 = 85%
G 216 of 255 = 85%
B 171 of 255 = 67%

218
216
171

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

Portions of RGB colors in percentages

R + G + B =
218 + 216 + 171 = 605 (100%)
R 218 of 605 ~ 36.03%
G 216 of 605 ~ 35.7%
B 171 of 605 ~ 28.26%

%36.03
%35.7
%28.26

CMYK color model

#DAD8AB color CMYK value is (0,1,22,15).

  • cyan value is 0.00%
  • magenta value is 0.92%
  • yellow value is 21.56%
  • key color value is 14.51%
CMYK:
(0,1,22,15)
C0M1Y22K15 
(0%,1%,22%,15%)
(0.00/0.01/0.22/0.15)	

CMYK percentages

%0
%0.92
%21.56
%14.51

Codes

Color #DAD8AB in popluar color models

DAD8AB
RGB218216171
HSL57°38.84%76.27%
HSB/HSV57°21.56%85.49%
CMYK0.00%0.92%21.56%
14.51%

Color #DAD8AB in popluar number systems.

HEXDAD8AB
Decimal218216171
Binary110110101101100010101011
Octal332330253

Shades and tints

Shades of #DAD8AB

#DAD8AB
(218,216,171)
#C7C59C
(199,197,156)
#B4B28D
(180,178,141)
#A19F7E
(161,159,126)
#8E8C6F
(142,140,111)
#7B7960
(123,121,96)
#686651
(104,102,81)
#555342
(85,83,66)
#424033
(66,64,51)
#2F2D24
(47,45,36)
#1C1A15
(28,26,21)
#000000
(0,0,0)

Tints of #DAD8AB

#DAD8AB
(218,216,171)
#DDDBB2
(221,219,178)
#E0DEB9
(224,222,185)
#E3E1C0
(227,225,192)
#E6E4C7
(230,228,199)
#E9E7CE
(233,231,206)
#ECEAD5
(236,234,213)
#EFEDDC
(239,237,220)
#F2F0E3
(242,240,227)
#F5F3EA
(245,243,234)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD8AB color. Also use rgb(218,216,171) instead hex code.

Text Font Color

.myTextColor { color: #DAD8AB; }

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

This text font color is #DAD8AB.


Background Color

.myBgColor { background-color: #DAD8AB; }

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

This div background color is #DAD8AB.


Border color

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

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

This div border color is #DAD8AB.


Opacity

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

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

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

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

This text has shadow with #DAD8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD8AB on black background.


Color preview on white background

This text has color #DAD8AB on white background.



Black color preview on #DAD8AB background

This text has black color on #DAD8AB background.


White color preview on #DAD8AB background

This text has white color on #DAD8AB background.