COLOR #D8ADC4

HEX: #D8ADC4 RGB: (216,173,196)

Color info

#D8ADC4 contains red, green and blue colors in about the same proportion. Web safe color of #D8ADC4 is #CC99CC (or #C9C).

RGB color model

#D8ADC4 color RGB value is (216,173,196).

RGB: (216,173,196) (85%, 68%, 77%)

RGB channels and saturation

R 216 of 255 = 85%
G 173 of 255 = 68%
B 196 of 255 = 77%

216
173
196

R + G + B ~ 77%. #D8ADC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 173 + 196 = 585 (100%)
R 216 of 585 ~ 36.92%
G 173 of 585 ~ 29.57%
B 196 of 585 ~ 33.5'%

%36.92
%29.57
%33.5

CMYK color model

#D8ADC4 color CMYK value is (0,20,9,15).

  • cyan value is 0.00%
  • magenta value is 19.91%
  • yellow value is 9.26%
  • key color value is 15.29%

CMYK: (0,20,9,15)
C0M20Y9K15 (0%, 20%, 9%, 15%)
(0.00 / 0.20 / 0.09 / 0.15)

CMYK percentages

%0
%19.91
%9.26
%15.29

Codes

Color #D8ADC4 in popluar color models

D8 AD C4
RGB 216 173 196
HSL 328° 35.54% 76.27%
HSB/HSV 328° 19.91% 84.71%
CMYK 0.00% 19.91% 9.26%
15.29%

Color #D8ADC4 in popluar number systems.

HEX D8 AD C4
Decimal 216 173 196
Binary 11011000 10101101 11000100
Octal 330 255 304

Shades and tints

Shades of #D8ADC4

#D8ADC4
(216,173,196)
#C59EB3
(197,158,179)
#B28FA2
(178,143,162)
#9F8091
(159,128,145)
#8C7180
(140,113,128)
#79626F
(121,98,111)
#66535E
(102,83,94)
#53444D
(83,68,77)
#40353C
(64,53,60)
#2D262B
(45,38,43)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #D8ADC4

#D8ADC4
(216,173,196)
#DBB4C9
(219,180,201)
#DEBBCE
(222,187,206)
#E1C2D3
(225,194,211)
#E4C9D8
(228,201,216)
#E7D0DD
(231,208,221)
#EAD7E2
(234,215,226)
#EDDEE7
(237,222,231)
#F0E5EC
(240,229,236)
#F3ECF1
(243,236,241)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8ADC4 color. Also use rgb(216,173,196) instead hex code.

Text Font Color

.myTextColor { color: #D8ADC4; }

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

This text font color is #D8ADC4.

Background Color

.myBgColor { background-color: #D8ADC4; }

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

This div background color is #D8ADC4.

Border color

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

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

This div border color is #D8ADC4.

Opacity

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

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

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

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

This text has shadow with #D8ADC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8ADC4.

Preview

Color preview on black background

This text has color #D8ADC4 on black background.


Color preview on white background

This text has color #D8ADC4 on white background.


Black color preview on #D8ADC4 background

This text has black color on #D8ADC4 background.


White color preview on #D8ADC4 background

This text has white color on #D8ADC4 background.


Related colors

Complementary color

Complementary color for #hex is #27523B.


I love getcolorcode.com

Triadic colors

1 #C4D8AD and #ADC4D8 with #D8ADC4 are triadic colors.

2 #C4ADD8 and #ADD8C4 with #D8ADC4 are triadic colors.