COLOR #DAD4AE

HEX: #DAD4AE
RGB: (218,212,174)

Color info

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

RGB color model

#DAD4AE color RGB value is (218,212,174).

  • red value is 218;
  • green value is 212;
  • blue value is 174.
RGB:
(218,212,174)
(85%,83%,68%)

RGB channels and saturation

R 218 of 255 = 85%
G 212 of 255 = 83%
B 174 of 255 = 68%

218
212
174

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

Portions of RGB colors in percentages

R + G + B =
218 + 212 + 174 = 604 (100%)
R 218 of 604 ~ 36.09%
G 212 of 604 ~ 35.1%
B 174 of 604 ~ 28.81%

%36.09
%35.1
%28.81

CMYK color model

#DAD4AE color CMYK value is (0,3,20,15).

  • cyan value is 0.00%
  • magenta value is 2.75%
  • yellow value is 20.18%
  • key color value is 14.51%
CMYK:
(0,3,20,15)
C0M3Y20K15 
(0%,3%,20%,15%)
(0.00/0.03/0.20/0.15)	

CMYK percentages

%0
%2.75
%20.18
%14.51

Codes

Color #DAD4AE in popluar color models

DAD4AE
RGB218212174
HSL52°37.29%76.86%
HSB/HSV52°20.18%85.49%
CMYK0.00%2.75%20.18%
14.51%

Color #DAD4AE in popluar number systems.

HEXDAD4AE
Decimal218212174
Binary110110101101010010101110
Octal332324256

Shades and tints

Shades of #DAD4AE

#DAD4AE
(218,212,174)
#C7C19F
(199,193,159)
#B4AE90
(180,174,144)
#A19B81
(161,155,129)
#8E8872
(142,136,114)
#7B7563
(123,117,99)
#686254
(104,98,84)
#554F45
(85,79,69)
#423C36
(66,60,54)
#2F2927
(47,41,39)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #DAD4AE

#DAD4AE
(218,212,174)
#DDD7B5
(221,215,181)
#E0DABC
(224,218,188)
#E3DDC3
(227,221,195)
#E6E0CA
(230,224,202)
#E9E3D1
(233,227,209)
#ECE6D8
(236,230,216)
#EFE9DF
(239,233,223)
#F2ECE6
(242,236,230)
#F5EFED
(245,239,237)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD4AE color. Also use rgb(218,212,174) instead hex code.

Text Font Color

.myTextColor { color: #DAD4AE; }

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

This text font color is #DAD4AE.


Background Color

.myBgColor { background-color: #DAD4AE; }

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

This div background color is #DAD4AE.


Border color

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

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

This div border color is #DAD4AE.


Opacity

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

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

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

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

This text has shadow with #DAD4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD4AE on black background.


Color preview on white background

This text has color #DAD4AE on white background.



Black color preview on #DAD4AE background

This text has black color on #DAD4AE background.


White color preview on #DAD4AE background

This text has white color on #DAD4AE background.