COLOR #D4AEB0

HEX: #D4AEB0 RGB: (212,174,176)

Color info

#D4AEB0 contains red, green and blue colors in about the same proportion. Web safe color of #D4AEB0 is #CC9999 (or #C99).

RGB color model

#D4AEB0 color RGB value is (212,174,176).

RGB: (212,174,176) (83%, 68%, 69%)

RGB channels and saturation

R 212 of 255 = 83%
G 174 of 255 = 68%
B 176 of 255 = 69%

212
174
176

R + G + B ~ 73%. #D4AEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 174 + 176 = 562 (100%)
R 212 of 562 ~ 37.72%
G 174 of 562 ~ 30.96%
B 176 of 562 ~ 31.32'%

%37.72
%30.96
%31.32

CMYK color model

#D4AEB0 color CMYK value is (0,18,17,17).

  • cyan value is 0.00%
  • magenta value is 17.92%
  • yellow value is 16.98%
  • key color value is 16.86%
CMYK: (0,18,17,17) C0M18Y17K17 (0%,18%,17%,17%) (0.00/0.18/0.17/0.17) 

CMYK percentages

%0
%17.92
%16.98
%16.86

Codes

Color #D4AEB0 in popluar color models

D4 AE B0
RGB 212 174 176
HSL 357° 30.65% 75.69%
HSB/HSV 357° 17.92% 83.14%
CMYK 0.00% 17.92% 16.98%
16.86%

Color #D4AEB0 in popluar number systems.

HEX D4 AE B0
Decimal 212 174 176
Binary 11010100 10101110 10110000
Octal 324 256 260

Shades and tints

Shades of #D4AEB0

#D4AEB0
(212,174,176)
#C19FA0
(193,159,160)
#AE9090
(174,144,144)
#9B8180
(155,129,128)
#887270
(136,114,112)
#756360
(117,99,96)
#625450
(98,84,80)
#4F4540
(79,69,64)
#3C3630
(60,54,48)
#292720
(41,39,32)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #D4AEB0

#D4AEB0
(212,174,176)
#D7B5B7
(215,181,183)
#DABCBE
(218,188,190)
#DDC3C5
(221,195,197)
#E0CACC
(224,202,204)
#E3D1D3
(227,209,211)
#E6D8DA
(230,216,218)
#E9DFE1
(233,223,225)
#ECE6E8
(236,230,232)
#EFEDEF
(239,237,239)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4AEB0 color. Also use rgb(212,174,176) instead hex code.

Text Font Color

.myTextColor { color: #D4AEB0; }

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

This text font color is #D4AEB0.

Background Color

.myBgColor { background-color: #D4AEB0; }

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

This div background color is #D4AEB0.

Border color

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

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

This div border color is #D4AEB0.

Opacity

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

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

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

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

This text has shadow with #D4AEB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4AEB0.

Preview

Color preview on black background

This text has color #D4AEB0 on black background.


Color preview on white background

This text has color #D4AEB0 on white background.


Black color preview on #D4AEB0 background

This text has black color on #D4AEB0 background.


White color preview on #D4AEB0 background

This text has white color on #D4AEB0 background.


Related colors

Complementary color

Complementary color for #hex is #2B514F.


I love getcolorcode.com

Triadic colors

1 #B0D4AE and #AEB0D4 with #D4AEB0 are triadic colors.

2 #B0AED4 and #AED4B0 with #D4AEB0 are triadic colors.