COLOR #DAA7BB

HEX: #DAA7BB RGB: (218,167,187)

Color info

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

RGB color model

#DAA7BB color RGB value is (218,167,187).

RGB: (218,167,187) (85%, 65%, 73%)

RGB channels and saturation

R 218 of 255 = 85%
G 167 of 255 = 65%
B 187 of 255 = 73%

218
167
187

R + G + B ~ 74%. #DAA7BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 167 + 187 = 572 (100%)
R 218 of 572 ~ 38.11%
G 167 of 572 ~ 29.2%
B 187 of 572 ~ 32.69'%

%38.11
%29.2
%32.69

CMYK color model

#DAA7BB color CMYK value is (0,23,14,15).

  • cyan value is 0.00%
  • magenta value is 23.39%
  • yellow value is 14.22%
  • key color value is 14.51%

CMYK: (0,23,14,15)
C0M23Y14K15 (0%, 23%, 14%, 15%)
(0.00 / 0.23 / 0.14 / 0.15)

CMYK percentages

%0
%23.39
%14.22
%14.51

Codes

Color #DAA7BB in popluar color models

DA A7 BB
RGB 218 167 187
HSL 336° 40.80% 75.49%
HSB/HSV 336° 23.39% 85.49%
CMYK 0.00% 23.39% 14.22%
14.51%

Color #DAA7BB in popluar number systems.

HEX DA A7 BB
Decimal 218 167 187
Binary 11011010 10100111 10111011
Octal 332 247 273

Shades and tints

Shades of #DAA7BB

#DAA7BB
(218,167,187)
#C798AA
(199,152,170)
#B48999
(180,137,153)
#A17A88
(161,122,136)
#8E6B77
(142,107,119)
#7B5C66
(123,92,102)
#684D55
(104,77,85)
#553E44
(85,62,68)
#422F33
(66,47,51)
#2F2022
(47,32,34)
#1C1111
(28,17,17)
#000000
(0,0,0)

Tints of #DAA7BB

#DAA7BB
(218,167,187)
#DDAFC1
(221,175,193)
#E0B7C7
(224,183,199)
#E3BFCD
(227,191,205)
#E6C7D3
(230,199,211)
#E9CFD9
(233,207,217)
#ECD7DF
(236,215,223)
#EFDFE5
(239,223,229)
#F2E7EB
(242,231,235)
#F5EFF1
(245,239,241)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA7BB color. Also use rgb(218,167,187) instead hex code.

Text Font Color

.myTextColor { color: #DAA7BB; }

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

This text font color is #DAA7BB.

Background Color

.myBgColor { background-color: #DAA7BB; }

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

This div background color is #DAA7BB.

Border color

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

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

This div border color is #DAA7BB.

Opacity

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

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

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

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

This text has shadow with #DAA7BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAA7BB.

Preview

Color preview on black background

This text has color #DAA7BB on black background.


Color preview on white background

This text has color #DAA7BB on white background.


Black color preview on #DAA7BB background

This text has black color on #DAA7BB background.


White color preview on #DAA7BB background

This text has white color on #DAA7BB background.


Related colors

Complementary color

Complementary color for #hex is #255844.


I love getcolorcode.com

Triadic colors

1 #BBDAA7 and #A7BBDA with #DAA7BB are triadic colors.

2 #BBA7DA and #A7DABB with #DAA7BB are triadic colors.