COLOR #D7ABB5

HEX: #D7ABB5
RGB: (215,171,181)

Color info

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

RGB color model

#D7ABB5 color RGB value is (215,171,181).

  • red value is 215;
  • green value is 171;
  • blue value is 181.
RGB:
(215,171,181)
(84%,67%,71%)

RGB channels and saturation

R 215 of 255 = 84%
G 171 of 255 = 67%
B 181 of 255 = 71%

215
171
181

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

Portions of RGB colors in percentages

R + G + B =
215 + 171 + 181 = 567 (100%)
R 215 of 567 ~ 37.92%
G 171 of 567 ~ 30.16%
B 181 of 567 ~ 31.92%

%37.92
%30.16
%31.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.47%
  • yellow value is 15.81%
  • key color value is 15.69%
CMYK:
(0,20,16,16)
C0M20Y16K16 
(0%,20%,16%,16%)
(0.00/0.20/0.16/0.16)	

CMYK percentages

%0
%20.47
%15.81
%15.69

Codes

Color #D7ABB5 in popluar color models

D7ABB5
RGB215171181
HSL346°35.48%75.69%
HSB/HSV346°20.47%84.31%
CMYK0.00%20.47%15.81%
15.69%

Color #D7ABB5 in popluar number systems.

HEXD7ABB5
Decimal215171181
Binary110101111010101110110101
Octal327253265

Shades and tints

Shades of #D7ABB5

#D7ABB5
(215,171,181)
#C49CA5
(196,156,165)
#B18D95
(177,141,149)
#9E7E85
(158,126,133)
#8B6F75
(139,111,117)
#786065
(120,96,101)
#655155
(101,81,85)
#524245
(82,66,69)
#3F3335
(63,51,53)
#2C2425
(44,36,37)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #D7ABB5

#D7ABB5
(215,171,181)
#DAB2BB
(218,178,187)
#DDB9C1
(221,185,193)
#E0C0C7
(224,192,199)
#E3C7CD
(227,199,205)
#E6CED3
(230,206,211)
#E9D5D9
(233,213,217)
#ECDCDF
(236,220,223)
#EFE3E5
(239,227,229)
#F2EAEB
(242,234,235)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7ABB5 color. Also use rgb(215,171,181) instead hex code.

Text Font Color

.myTextColor { color: #D7ABB5; }

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

This text font color is #D7ABB5.


Background Color

.myBgColor { background-color: #D7ABB5; }

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

This div background color is #D7ABB5.


Border color

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

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

This div border color is #D7ABB5.


Opacity

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

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

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

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

This text has shadow with #D7ABB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7ABB5 on black background.


Color preview on white background

This text has color #D7ABB5 on white background.



Black color preview on #D7ABB5 background

This text has black color on #D7ABB5 background.


White color preview on #D7ABB5 background

This text has white color on #D7ABB5 background.