COLOR #DAAF9E

HEX: #DAAF9E
RGB: (218,175,158)

Color info

#DAAF9E contains mainly red and green colors. Web safe color of #DAAF9E is #CC9999 (or #C99).

RGB color model

#DAAF9E color RGB value is (218,175,158).

  • red value is 218;
  • green value is 175;
  • blue value is 158.
RGB:
(218,175,158)
(85%,69%,62%)

RGB channels and saturation

R 218 of 255 = 85%
G 175 of 255 = 69%
B 158 of 255 = 62%

218
175
158

R + G + B ~ 72%. #DAAF9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 175 + 158 = 551 (100%)
R 218 of 551 ~ 39.56%
G 175 of 551 ~ 31.76%
B 158 of 551 ~ 28.68%

%39.56
%31.76
%28.68

CMYK color model

#DAAF9E color CMYK value is (0,20,28,15).

  • cyan value is 0.00%
  • magenta value is 19.72%
  • yellow value is 27.52%
  • key color value is 14.51%
CMYK:
(0,20,28,15)
C0M20Y28K15 
(0%,20%,28%,15%)
(0.00/0.20/0.28/0.15)	

CMYK percentages

%0
%19.72
%27.52
%14.51

Codes

Color #DAAF9E in popluar color models

DAAF9E
RGB218175158
HSL17°44.78%73.73%
HSB/HSV17°27.52%85.49%
CMYK0.00%19.72%27.52%
14.51%

Color #DAAF9E in popluar number systems.

HEXDAAF9E
Decimal218175158
Binary110110101010111110011110
Octal332257236

Shades and tints

Shades of #DAAF9E

#DAAF9E
(218,175,158)
#C7A090
(199,160,144)
#B49182
(180,145,130)
#A18274
(161,130,116)
#8E7366
(142,115,102)
#7B6458
(123,100,88)
#68554A
(104,85,74)
#55463C
(85,70,60)
#42372E
(66,55,46)
#2F2820
(47,40,32)
#1C1912
(28,25,18)
#000000
(0,0,0)

Tints of #DAAF9E

#DAAF9E
(218,175,158)
#DDB6A6
(221,182,166)
#E0BDAE
(224,189,174)
#E3C4B6
(227,196,182)
#E6CBBE
(230,203,190)
#E9D2C6
(233,210,198)
#ECD9CE
(236,217,206)
#EFE0D6
(239,224,214)
#F2E7DE
(242,231,222)
#F5EEE6
(245,238,230)
#F8F5EE
(248,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAAF9E color. Also use rgb(218,175,158) instead hex code.

Text Font Color

.myTextColor { color: #DAAF9E; }

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

This text font color is #DAAF9E.


Background Color

.myBgColor { background-color: #DAAF9E; }

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

This div background color is #DAAF9E.


Border color

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

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

This div border color is #DAAF9E.


Opacity

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

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

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

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

This text has shadow with #DAAF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAAF9E on black background.


Color preview on white background

This text has color #DAAF9E on white background.



Black color preview on #DAAF9E background

This text has black color on #DAAF9E background.


White color preview on #DAAF9E background

This text has white color on #DAAF9E background.