COLOR #D4ADAE

HEX: #D4ADAE RGB: (212,173,174)

Color info

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

RGB color model

#D4ADAE color RGB value is (212,173,174).

RGB: (212,173,174) (83%, 68%, 68%)

RGB channels and saturation

R 212 of 255 = 83%
G 173 of 255 = 68%
B 174 of 255 = 68%

212
173
174

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

Portions of RGB colors in percentages

R + G + B = 212 + 173 + 174 = 559 (100%)
R 212 of 559 ~ 37.92%
G 173 of 559 ~ 30.95%
B 174 of 559 ~ 31.13'%

%37.92
%30.95
%31.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 17.92%
  • key color value is 16.86%

CMYK: (0,18,18,17)
C0M18Y18K17 (0%, 18%, 18%, 17%)
(0.00 / 0.18 / 0.18 / 0.17)

CMYK percentages

%0
%18.4
%17.92
%16.86

Codes

Color #D4ADAE in popluar color models

D4 AD AE
RGB 212 173 174
HSL 358° 31.20% 75.49%
HSB/HSV 358° 18.40% 83.14%
CMYK 0.00% 18.40% 17.92%
16.86%

Color #D4ADAE in popluar number systems.

HEX D4 AD AE
Decimal 212 173 174
Binary 11010100 10101101 10101110
Octal 324 255 256

Shades and tints

Shades of #D4ADAE

#D4ADAE
(212,173,174)
#C19E9F
(193,158,159)
#AE8F90
(174,143,144)
#9B8081
(155,128,129)
#887172
(136,113,114)
#756263
(117,98,99)
#625354
(98,83,84)
#4F4445
(79,68,69)
#3C3536
(60,53,54)
#292627
(41,38,39)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #D4ADAE

#D4ADAE
(212,173,174)
#D7B4B5
(215,180,181)
#DABBBC
(218,187,188)
#DDC2C3
(221,194,195)
#E0C9CA
(224,201,202)
#E3D0D1
(227,208,209)
#E6D7D8
(230,215,216)
#E9DEDF
(233,222,223)
#ECE5E6
(236,229,230)
#EFECED
(239,236,237)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4ADAE; }

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

This text font color is #D4ADAE.

Background Color

.myBgColor { background-color: #D4ADAE; }

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

This div background color is #D4ADAE.

Border color

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

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

This div border color is #D4ADAE.

Opacity

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

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

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

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

This text has shadow with #D4ADAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4ADAE.

Preview

Color preview on black background

This text has color #D4ADAE on black background.


Color preview on white background

This text has color #D4ADAE on white background.


Black color preview on #D4ADAE background

This text has black color on #D4ADAE background.


White color preview on #D4ADAE background

This text has white color on #D4ADAE background.


Related colors

Complementary color

Complementary color for #hex is #2B5251.


I love getcolorcode.com

Triadic colors

1 #AED4AD and #ADAED4 with #D4ADAE are triadic colors.

2 #AEADD4 and #ADD4AE with #D4ADAE are triadic colors.