COLOR #D2ADAE

HEX: #D2ADAE RGB: (210,173,174)

Color info

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

RGB color model

#D2ADAE color RGB value is (210,173,174).

RGB: (210,173,174) (82%, 68%, 68%)

RGB channels and saturation

R 210 of 255 = 82%
G 173 of 255 = 68%
B 174 of 255 = 68%

210
173
174

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

Portions of RGB colors in percentages

R + G + B = 210 + 173 + 174 = 557 (100%)
R 210 of 557 ~ 37.7%
G 173 of 557 ~ 31.06%
B 174 of 557 ~ 31.24'%

%37.7
%31.06
%31.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.62%
  • yellow value is 17.14%
  • key color value is 17.65%

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

CMYK percentages

%0
%17.62
%17.14
%17.65

Codes

Color #D2ADAE in popluar color models

D2 AD AE
RGB 210 173 174
HSL 358° 29.13% 75.10%
HSB/HSV 358° 17.62% 82.35%
CMYK 0.00% 17.62% 17.14%
17.65%

Color #D2ADAE in popluar number systems.

HEX D2 AD AE
Decimal 210 173 174
Binary 11010010 10101101 10101110
Octal 322 255 256

Shades and tints

Shades of #D2ADAE

#D2ADAE
(210,173,174)
#BF9E9F
(191,158,159)
#AC8F90
(172,143,144)
#998081
(153,128,129)
#867172
(134,113,114)
#736263
(115,98,99)
#605354
(96,83,84)
#4D4445
(77,68,69)
#3A3536
(58,53,54)
#272627
(39,38,39)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #D2ADAE

#D2ADAE
(210,173,174)
#D6B4B5
(214,180,181)
#DABBBC
(218,187,188)
#DEC2C3
(222,194,195)
#E2C9CA
(226,201,202)
#E6D0D1
(230,208,209)
#EAD7D8
(234,215,216)
#EEDEDF
(238,222,223)
#F2E5E6
(242,229,230)
#F6ECED
(246,236,237)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2ADAE; }

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

This text font color is #D2ADAE.

Background Color

.myBgColor { background-color: #D2ADAE; }

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

This div background color is #D2ADAE.

Border color

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

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

This div border color is #D2ADAE.

Opacity

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

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

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

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

This text has shadow with #D2ADAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2ADAE.

Preview

Color preview on black background

This text has color #D2ADAE on black background.


Color preview on white background

This text has color #D2ADAE on white background.


Black color preview on #D2ADAE background

This text has black color on #D2ADAE background.


White color preview on #D2ADAE background

This text has white color on #D2ADAE background.


Related colors

Complementary color

Complementary color for #hex is #2D5251.


I love getcolorcode.com

Triadic colors

1 #AED2AD and #ADAED2 with #D2ADAE are triadic colors.

2 #AEADD2 and #ADD2AE with #D2ADAE are triadic colors.