COLOR #DAAEB5

HEX: #DAAEB5
RGB: (218,174,181)

Color info

#DAAEB5 contains red, green and blue colors in about the same proportion. Web safe color of #DAAEB5 is #CC99CC (or #C9C).

RGB color model

#DAAEB5 color RGB value is (218,174,181).

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

RGB channels and saturation

R 218 of 255 = 85%
G 174 of 255 = 68%
B 181 of 255 = 71%

218
174
181

R + G + B ~ 75%. #DAAEB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 174 + 181 = 573 (100%)
R 218 of 573 ~ 38.05%
G 174 of 573 ~ 30.37%
B 181 of 573 ~ 31.59%

%38.05
%30.37
%31.59

CMYK color model

#DAAEB5 color CMYK value is (0,20,17,15).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 16.97%
  • key color value is 14.51%
CMYK:
(0,20,17,15)
C0M20Y17K15 
(0%,20%,17%,15%)
(0.00/0.20/0.17/0.15)	

CMYK percentages

%0
%20.18
%16.97
%14.51

Codes

Color #DAAEB5 in popluar color models

DAAEB5
RGB218174181
HSL350°37.29%76.86%
HSB/HSV350°20.18%85.49%
CMYK0.00%20.18%16.97%
14.51%

Color #DAAEB5 in popluar number systems.

HEXDAAEB5
Decimal218174181
Binary110110101010111010110101
Octal332256265

Shades and tints

Shades of #DAAEB5

#DAAEB5
(218,174,181)
#C79FA5
(199,159,165)
#B49095
(180,144,149)
#A18185
(161,129,133)
#8E7275
(142,114,117)
#7B6365
(123,99,101)
#685455
(104,84,85)
#554545
(85,69,69)
#423635
(66,54,53)
#2F2725
(47,39,37)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #DAAEB5

#DAAEB5
(218,174,181)
#DDB5BB
(221,181,187)
#E0BCC1
(224,188,193)
#E3C3C7
(227,195,199)
#E6CACD
(230,202,205)
#E9D1D3
(233,209,211)
#ECD8D9
(236,216,217)
#EFDFDF
(239,223,223)
#F2E6E5
(242,230,229)
#F5EDEB
(245,237,235)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAAEB5; }

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

This text font color is #DAAEB5.


Background Color

.myBgColor { background-color: #DAAEB5; }

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

This div background color is #DAAEB5.


Border color

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

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

This div border color is #DAAEB5.


Opacity

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

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

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

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

This text has shadow with #DAAEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAAEB5 on black background.


Color preview on white background

This text has color #DAAEB5 on white background.



Black color preview on #DAAEB5 background

This text has black color on #DAAEB5 background.


White color preview on #DAAEB5 background

This text has white color on #DAAEB5 background.