COLOR #D4ADB2

HEX: #D4ADB2 RGB: (212,173,178)

Color info

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

RGB color model

#D4ADB2 color RGB value is (212,173,178).

RGB: (212,173,178) (83%, 68%, 70%)

RGB channels and saturation

R 212 of 255 = 83%
G 173 of 255 = 68%
B 178 of 255 = 70%

212
173
178

R + G + B ~ 74%. #D4ADB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 173 + 178 = 563 (100%)
R 212 of 563 ~ 37.66%
G 173 of 563 ~ 30.73%
B 178 of 563 ~ 31.62'%

%37.66
%30.73
%31.62

CMYK color model

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

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

CMYK: (0,18,16,17)
C0M18Y16K17 (0%, 18%, 16%, 17%)
(0.00 / 0.18 / 0.16 / 0.17)

CMYK percentages

%0
%18.4
%16.04
%16.86

Codes

Color #D4ADB2 in popluar color models

D4 AD B2
RGB 212 173 178
HSL 352° 31.20% 75.49%
HSB/HSV 352° 18.40% 83.14%
CMYK 0.00% 18.40% 16.04%
16.86%

Color #D4ADB2 in popluar number systems.

HEX D4 AD B2
Decimal 212 173 178
Binary 11010100 10101101 10110010
Octal 324 255 262

Shades and tints

Shades of #D4ADB2

#D4ADB2
(212,173,178)
#C19EA2
(193,158,162)
#AE8F92
(174,143,146)
#9B8082
(155,128,130)
#887172
(136,113,114)
#756262
(117,98,98)
#625352
(98,83,82)
#4F4442
(79,68,66)
#3C3532
(60,53,50)
#292622
(41,38,34)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #D4ADB2

#D4ADB2
(212,173,178)
#D7B4B9
(215,180,185)
#DABBC0
(218,187,192)
#DDC2C7
(221,194,199)
#E0C9CE
(224,201,206)
#E3D0D5
(227,208,213)
#E6D7DC
(230,215,220)
#E9DEE3
(233,222,227)
#ECE5EA
(236,229,234)
#EFECF1
(239,236,241)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4ADB2; }

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

This text font color is #D4ADB2.

Background Color

.myBgColor { background-color: #D4ADB2; }

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

This div background color is #D4ADB2.

Border color

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

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

This div border color is #D4ADB2.

Opacity

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

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

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

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

This text has shadow with #D4ADB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4ADB2.

Preview

Color preview on black background

This text has color #D4ADB2 on black background.


Color preview on white background

This text has color #D4ADB2 on white background.


Black color preview on #D4ADB2 background

This text has black color on #D4ADB2 background.


White color preview on #D4ADB2 background

This text has white color on #D4ADB2 background.


Related colors

Complementary color

Complementary color for #hex is #2B524D.


I love getcolorcode.com

Triadic colors

1 #B2D4AD and #ADB2D4 with #D4ADB2 are triadic colors.

2 #B2ADD4 and #ADD4B2 with #D4ADB2 are triadic colors.