COLOR #DAAEB7

HEX: #DAAEB7 RGB: (218,174,183)

Color info

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

RGB color model

#DAAEB7 color RGB value is (218,174,183).

RGB: (218,174,183) (85%, 68%, 72%)

RGB channels and saturation

R 218 of 255 = 85%
G 174 of 255 = 68%
B 183 of 255 = 72%

218
174
183

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

Portions of RGB colors in percentages

R + G + B = 218 + 174 + 183 = 575 (100%)
R 218 of 575 ~ 37.91%
G 174 of 575 ~ 30.26%
B 183 of 575 ~ 31.83'%

%37.91
%30.26
%31.83

CMYK color model

#DAAEB7 color CMYK value is (0,20,16,15).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 16.06%
  • key color value is 14.51%

CMYK: (0,20,16,15)
C0M20Y16K15 (0%, 20%, 16%, 15%)
(0.00 / 0.20 / 0.16 / 0.15)

CMYK percentages

%0
%20.18
%16.06
%14.51

Codes

Color #DAAEB7 in popluar color models

DA AE B7
RGB 218 174 183
HSL 348° 37.29% 76.86%
HSB/HSV 348° 20.18% 85.49%
CMYK 0.00% 20.18% 16.06%
14.51%

Color #DAAEB7 in popluar number systems.

HEX DA AE B7
Decimal 218 174 183
Binary 11011010 10101110 10110111
Octal 332 256 267

Shades and tints

Shades of #DAAEB7

#DAAEB7
(218,174,183)
#C79FA7
(199,159,167)
#B49097
(180,144,151)
#A18187
(161,129,135)
#8E7277
(142,114,119)
#7B6367
(123,99,103)
#685457
(104,84,87)
#554547
(85,69,71)
#423637
(66,54,55)
#2F2727
(47,39,39)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #DAAEB7

#DAAEB7
(218,174,183)
#DDB5BD
(221,181,189)
#E0BCC3
(224,188,195)
#E3C3C9
(227,195,201)
#E6CACF
(230,202,207)
#E9D1D5
(233,209,213)
#ECD8DB
(236,216,219)
#EFDFE1
(239,223,225)
#F2E6E7
(242,230,231)
#F5EDED
(245,237,237)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAAEB7; }

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

This text font color is #DAAEB7.

Background Color

.myBgColor { background-color: #DAAEB7; }

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

This div background color is #DAAEB7.

Border color

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

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

This div border color is #DAAEB7.

Opacity

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

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

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

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

This text has shadow with #DAAEB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAAEB7.

Preview

Color preview on black background

This text has color #DAAEB7 on black background.


Color preview on white background

This text has color #DAAEB7 on white background.


Black color preview on #DAAEB7 background

This text has black color on #DAAEB7 background.


White color preview on #DAAEB7 background

This text has white color on #DAAEB7 background.


Related colors

Complementary color

Complementary color for #hex is #255148.


I love getcolorcode.com

Triadic colors

1 #B7DAAE and #AEB7DA with #DAAEB7 are triadic colors.

2 #B7AEDA and #AEDAB7 with #DAAEB7 are triadic colors.