COLOR #DAAEB6

HEX: #DAAEB6
RGB: (218,174,182)

Color info

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

RGB color model

#DAAEB6 color RGB value is (218,174,182).

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

RGB channels and saturation

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

218
174
182

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

Portions of RGB colors in percentages

R + G + B =
218 + 174 + 182 = 574 (100%)
R 218 of 574 ~ 37.98%
G 174 of 574 ~ 30.31%
B 182 of 574 ~ 31.71%

%37.98
%30.31
%31.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 16.51%
  • 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.51
%14.51

Codes

Color #DAAEB6 in popluar color models

DAAEB6
RGB218174182
HSL349°37.29%76.86%
HSB/HSV349°20.18%85.49%
CMYK0.00%20.18%16.51%
14.51%

Color #DAAEB6 in popluar number systems.

HEXDAAEB6
Decimal218174182
Binary110110101010111010110110
Octal332256266

Shades and tints

Shades of #DAAEB6

#DAAEB6
(218,174,182)
#C79FA6
(199,159,166)
#B49096
(180,144,150)
#A18186
(161,129,134)
#8E7276
(142,114,118)
#7B6366
(123,99,102)
#685456
(104,84,86)
#554546
(85,69,70)
#423636
(66,54,54)
#2F2726
(47,39,38)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #DAAEB6

#DAAEB6
(218,174,182)
#DDB5BC
(221,181,188)
#E0BCC2
(224,188,194)
#E3C3C8
(227,195,200)
#E6CACE
(230,202,206)
#E9D1D4
(233,209,212)
#ECD8DA
(236,216,218)
#EFDFE0
(239,223,224)
#F2E6E6
(242,230,230)
#F5EDEC
(245,237,236)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAAEB6; }

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

This text font color is #DAAEB6.


Background Color

.myBgColor { background-color: #DAAEB6; }

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

This div background color is #DAAEB6.


Border color

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

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

This div border color is #DAAEB6.


Opacity

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

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

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

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

This text has shadow with #DAAEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAAEB6 on black background.


Color preview on white background

This text has color #DAAEB6 on white background.



Black color preview on #DAAEB6 background

This text has black color on #DAAEB6 background.


White color preview on #DAAEB6 background

This text has white color on #DAAEB6 background.