COLOR #D1ADC4

HEX: #D1ADC4
RGB: (209,173,196)

Color info

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

RGB color model

#D1ADC4 color RGB value is (209,173,196).

  • red value is 209;
  • green value is 173;
  • blue value is 196.
RGB:
(209,173,196)
(82%,68%,77%)

RGB channels and saturation

R 209 of 255 = 82%
G 173 of 255 = 68%
B 196 of 255 = 77%

209
173
196

R + G + B ~ 76%. #D1ADC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 173 + 196 = 578 (100%)
R 209 of 578 ~ 36.16%
G 173 of 578 ~ 29.93%
B 196 of 578 ~ 33.91%

%36.16
%29.93
%33.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.22%
  • yellow value is 6.22%
  • key color value is 18.04%
CMYK:
(0,17,6,18)
C0M17Y6K18 
(0%,17%,6%,18%)
(0.00/0.17/0.06/0.18)	

CMYK percentages

%0
%17.22
%6.22
%18.04

Codes

Color #D1ADC4 in popluar color models

D1ADC4
RGB209173196
HSL322°28.13%74.90%
HSB/HSV322°17.22%81.96%
CMYK0.00%17.22%6.22%
18.04%

Color #D1ADC4 in popluar number systems.

HEXD1ADC4
Decimal209173196
Binary110100011010110111000100
Octal321255304

Shades and tints

Shades of #D1ADC4

#D1ADC4
(209,173,196)
#BE9EB3
(190,158,179)
#AB8FA2
(171,143,162)
#988091
(152,128,145)
#857180
(133,113,128)
#72626F
(114,98,111)
#5F535E
(95,83,94)
#4C444D
(76,68,77)
#39353C
(57,53,60)
#26262B
(38,38,43)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #D1ADC4

#D1ADC4
(209,173,196)
#D5B4C9
(213,180,201)
#D9BBCE
(217,187,206)
#DDC2D3
(221,194,211)
#E1C9D8
(225,201,216)
#E5D0DD
(229,208,221)
#E9D7E2
(233,215,226)
#EDDEE7
(237,222,231)
#F1E5EC
(241,229,236)
#F5ECF1
(245,236,241)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1ADC4; }

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

This text font color is #D1ADC4.


Background Color

.myBgColor { background-color: #D1ADC4; }

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

This div background color is #D1ADC4.


Border color

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

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

This div border color is #D1ADC4.


Opacity

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

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

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

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

This text has shadow with #D1ADC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1ADC4 on black background.


Color preview on white background

This text has color #D1ADC4 on white background.



Black color preview on #D1ADC4 background

This text has black color on #D1ADC4 background.


White color preview on #D1ADC4 background

This text has white color on #D1ADC4 background.