COLOR #D4ABAE

HEX: #D4ABAE RGB: (212,171,174)

Color info

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

RGB color model

#D4ABAE color RGB value is (212,171,174).

RGB: (212,171,174) (83%, 67%, 68%)

RGB channels and saturation

R 212 of 255 = 83%
G 171 of 255 = 67%
B 174 of 255 = 68%

212
171
174

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

Portions of RGB colors in percentages

R + G + B = 212 + 171 + 174 = 557 (100%)
R 212 of 557 ~ 38.06%
G 171 of 557 ~ 30.7%
B 174 of 557 ~ 31.24'%

%38.06
%30.7
%31.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.34%
  • yellow value is 17.92%
  • key color value is 16.86%
CMYK: (0,19,18,17) C0M19Y18K17 (0%,19%,18%,17%) (0.00/0.19/0.18/0.17) 

CMYK percentages

%0
%19.34
%17.92
%16.86

Codes

Color #D4ABAE in popluar color models

D4 AB AE
RGB 212 171 174
HSL 356° 32.28% 75.10%
HSB/HSV 356° 19.34% 83.14%
CMYK 0.00% 19.34% 17.92%
16.86%

Color #D4ABAE in popluar number systems.

HEX D4 AB AE
Decimal 212 171 174
Binary 11010100 10101011 10101110
Octal 324 253 256

Shades and tints

Shades of #D4ABAE

#D4ABAE
(212,171,174)
#C19C9F
(193,156,159)
#AE8D90
(174,141,144)
#9B7E81
(155,126,129)
#886F72
(136,111,114)
#756063
(117,96,99)
#625154
(98,81,84)
#4F4245
(79,66,69)
#3C3336
(60,51,54)
#292427
(41,36,39)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #D4ABAE

#D4ABAE
(212,171,174)
#D7B2B5
(215,178,181)
#DAB9BC
(218,185,188)
#DDC0C3
(221,192,195)
#E0C7CA
(224,199,202)
#E3CED1
(227,206,209)
#E6D5D8
(230,213,216)
#E9DCDF
(233,220,223)
#ECE3E6
(236,227,230)
#EFEAED
(239,234,237)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4ABAE; }

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

This text font color is #D4ABAE.

Background Color

.myBgColor { background-color: #D4ABAE; }

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

This div background color is #D4ABAE.

Border color

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

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

This div border color is #D4ABAE.

Opacity

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

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

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

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

This text has shadow with #D4ABAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4ABAE.

Preview

Color preview on black background

This text has color #D4ABAE on black background.


Color preview on white background

This text has color #D4ABAE on white background.


Black color preview on #D4ABAE background

This text has black color on #D4ABAE background.


White color preview on #D4ABAE background

This text has white color on #D4ABAE background.


Related colors

Complementary color

Complementary color for #hex is #2B5451.


I love getcolorcode.com

Triadic colors

1 #AED4AB and #ABAED4 with #D4ABAE are triadic colors.

2 #AEABD4 and #ABD4AE with #D4ABAE are triadic colors.