COLOR #DAD3A9

HEX: #DAD3A9
RGB: (218,211,169)

Color info

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

RGB color model

#DAD3A9 color RGB value is (218,211,169).

  • red value is 218;
  • green value is 211;
  • blue value is 169.
RGB:
(218,211,169)
(85%,83%,66%)

RGB channels and saturation

R 218 of 255 = 85%
G 211 of 255 = 83%
B 169 of 255 = 66%

218
211
169

R + G + B ~ 78%. #DAD3A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 211 + 169 = 598 (100%)
R 218 of 598 ~ 36.45%
G 211 of 598 ~ 35.28%
B 169 of 598 ~ 28.26%

%36.45
%35.28
%28.26

CMYK color model

#DAD3A9 color CMYK value is (0,3,22,15).

  • cyan value is 0.00%
  • magenta value is 3.21%
  • yellow value is 22.48%
  • key color value is 14.51%
CMYK:
(0,3,22,15)
C0M3Y22K15 
(0%,3%,22%,15%)
(0.00/0.03/0.22/0.15)	

CMYK percentages

%0
%3.21
%22.48
%14.51

Codes

Color #DAD3A9 in popluar color models

DAD3A9
RGB218211169
HSL51°39.84%75.88%
HSB/HSV51°22.48%85.49%
CMYK0.00%3.21%22.48%
14.51%

Color #DAD3A9 in popluar number systems.

HEXDAD3A9
Decimal218211169
Binary110110101101001110101001
Octal332323251

Shades and tints

Shades of #DAD3A9

#DAD3A9
(218,211,169)
#C7C09A
(199,192,154)
#B4AD8B
(180,173,139)
#A19A7C
(161,154,124)
#8E876D
(142,135,109)
#7B745E
(123,116,94)
#68614F
(104,97,79)
#554E40
(85,78,64)
#423B31
(66,59,49)
#2F2822
(47,40,34)
#1C1513
(28,21,19)
#000000
(0,0,0)

Tints of #DAD3A9

#DAD3A9
(218,211,169)
#DDD7B0
(221,215,176)
#E0DBB7
(224,219,183)
#E3DFBE
(227,223,190)
#E6E3C5
(230,227,197)
#E9E7CC
(233,231,204)
#ECEBD3
(236,235,211)
#EFEFDA
(239,239,218)
#F2F3E1
(242,243,225)
#F5F7E8
(245,247,232)
#F8FBEF
(248,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD3A9 color. Also use rgb(218,211,169) instead hex code.

Text Font Color

.myTextColor { color: #DAD3A9; }

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

This text font color is #DAD3A9.


Background Color

.myBgColor { background-color: #DAD3A9; }

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

This div background color is #DAD3A9.


Border color

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

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

This div border color is #DAD3A9.


Opacity

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

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

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

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

This text has shadow with #DAD3A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD3A9 on black background.


Color preview on white background

This text has color #DAD3A9 on white background.



Black color preview on #DAD3A9 background

This text has black color on #DAD3A9 background.


White color preview on #DAD3A9 background

This text has white color on #DAD3A9 background.