COLOR #D7ADBF

HEX: #D7ADBF
RGB: (215,173,191)

Color info

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

RGB color model

#D7ADBF color RGB value is (215,173,191).

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

RGB channels and saturation

R 215 of 255 = 84%
G 173 of 255 = 68%
B 191 of 255 = 75%

215
173
191

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

Portions of RGB colors in percentages

R + G + B =
215 + 173 + 191 = 579 (100%)
R 215 of 579 ~ 37.13%
G 173 of 579 ~ 29.88%
B 191 of 579 ~ 32.99%

%37.13
%29.88
%32.99

CMYK color model

#D7ADBF color CMYK value is (0,20,11,16).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 11.16%
  • key color value is 15.69%
CMYK:
(0,20,11,16)
C0M20Y11K16 
(0%,20%,11%,16%)
(0.00/0.20/0.11/0.16)	

CMYK percentages

%0
%19.53
%11.16
%15.69

Codes

Color #D7ADBF in popluar color models

D7ADBF
RGB215173191
HSL334°34.43%76.08%
HSB/HSV334°19.53%84.31%
CMYK0.00%19.53%11.16%
15.69%

Color #D7ADBF in popluar number systems.

HEXD7ADBF
Decimal215173191
Binary110101111010110110111111
Octal327255277

Shades and tints

Shades of #D7ADBF

#D7ADBF
(215,173,191)
#C49EAE
(196,158,174)
#B18F9D
(177,143,157)
#9E808C
(158,128,140)
#8B717B
(139,113,123)
#78626A
(120,98,106)
#655359
(101,83,89)
#524448
(82,68,72)
#3F3537
(63,53,55)
#2C2626
(44,38,38)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #D7ADBF

#D7ADBF
(215,173,191)
#DAB4C4
(218,180,196)
#DDBBC9
(221,187,201)
#E0C2CE
(224,194,206)
#E3C9D3
(227,201,211)
#E6D0D8
(230,208,216)
#E9D7DD
(233,215,221)
#ECDEE2
(236,222,226)
#EFE5E7
(239,229,231)
#F2ECEC
(242,236,236)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ADBF; }

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

This text font color is #D7ADBF.


Background Color

.myBgColor { background-color: #D7ADBF; }

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

This div background color is #D7ADBF.


Border color

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

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

This div border color is #D7ADBF.


Opacity

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

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

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

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

This text has shadow with #D7ADBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7ADBF on black background.


Color preview on white background

This text has color #D7ADBF on white background.



Black color preview on #D7ADBF background

This text has black color on #D7ADBF background.


White color preview on #D7ADBF background

This text has white color on #D7ADBF background.