COLOR #D7ADB2

HEX: #D7ADB2
RGB: (215,173,178)

Color info

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

RGB color model

#D7ADB2 color RGB value is (215,173,178).

  • red value is 215;
  • green value is 173;
  • blue value is 178.
RGB:
(215,173,178)
(84%,68%,70%)

RGB channels and saturation

R 215 of 255 = 84%
G 173 of 255 = 68%
B 178 of 255 = 70%

215
173
178

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

Portions of RGB colors in percentages

R + G + B =
215 + 173 + 178 = 566 (100%)
R 215 of 566 ~ 37.99%
G 173 of 566 ~ 30.57%
B 178 of 566 ~ 31.45%

%37.99
%30.57
%31.45

CMYK color model

#D7ADB2 color CMYK value is (0,20,17,16).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 17.21%
  • key color value is 15.69%
CMYK:
(0,20,17,16)
C0M20Y17K16 
(0%,20%,17%,16%)
(0.00/0.20/0.17/0.16)	

CMYK percentages

%0
%19.53
%17.21
%15.69

Codes

Color #D7ADB2 in popluar color models

D7ADB2
RGB215173178
HSL353°34.43%76.08%
HSB/HSV353°19.53%84.31%
CMYK0.00%19.53%17.21%
15.69%

Color #D7ADB2 in popluar number systems.

HEXD7ADB2
Decimal215173178
Binary110101111010110110110010
Octal327255262

Shades and tints

Shades of #D7ADB2

#D7ADB2
(215,173,178)
#C49EA2
(196,158,162)
#B18F92
(177,143,146)
#9E8082
(158,128,130)
#8B7172
(139,113,114)
#786262
(120,98,98)
#655352
(101,83,82)
#524442
(82,68,66)
#3F3532
(63,53,50)
#2C2622
(44,38,34)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #D7ADB2

#D7ADB2
(215,173,178)
#DAB4B9
(218,180,185)
#DDBBC0
(221,187,192)
#E0C2C7
(224,194,199)
#E3C9CE
(227,201,206)
#E6D0D5
(230,208,213)
#E9D7DC
(233,215,220)
#ECDEE3
(236,222,227)
#EFE5EA
(239,229,234)
#F2ECF1
(242,236,241)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ADB2; }

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

This text font color is #D7ADB2.


Background Color

.myBgColor { background-color: #D7ADB2; }

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

This div background color is #D7ADB2.


Border color

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

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

This div border color is #D7ADB2.


Opacity

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

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

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

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

This text has shadow with #D7ADB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7ADB2 on black background.


Color preview on white background

This text has color #D7ADB2 on white background.



Black color preview on #D7ADB2 background

This text has black color on #D7ADB2 background.


White color preview on #D7ADB2 background

This text has white color on #D7ADB2 background.