COLOR #D7ABCC

HEX: #D7ABCC
RGB: (215,171,204)

Color info

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

RGB color model

#D7ABCC color RGB value is (215,171,204).

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

RGB channels and saturation

R 215 of 255 = 84%
G 171 of 255 = 67%
B 204 of 255 = 80%

215
171
204

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

Portions of RGB colors in percentages

R + G + B =
215 + 171 + 204 = 590 (100%)
R 215 of 590 ~ 36.44%
G 171 of 590 ~ 28.98%
B 204 of 590 ~ 34.58%

%36.44
%28.98
%34.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.47%
  • yellow value is 5.12%
  • key color value is 15.69%
CMYK:
(0,20,5,16)
C0M20Y5K16 
(0%,20%,5%,16%)
(0.00/0.20/0.05/0.16)	

CMYK percentages

%0
%20.47
%5.12
%15.69

Codes

Color #D7ABCC in popluar color models

D7ABCC
RGB215171204
HSL315°35.48%75.69%
HSB/HSV315°20.47%84.31%
CMYK0.00%20.47%5.12%
15.69%

Color #D7ABCC in popluar number systems.

HEXD7ABCC
Decimal215171204
Binary110101111010101111001100
Octal327253314

Shades and tints

Shades of #D7ABCC

#D7ABCC
(215,171,204)
#C49CBA
(196,156,186)
#B18DA8
(177,141,168)
#9E7E96
(158,126,150)
#8B6F84
(139,111,132)
#786072
(120,96,114)
#655160
(101,81,96)
#52424E
(82,66,78)
#3F333C
(63,51,60)
#2C242A
(44,36,42)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #D7ABCC

#D7ABCC
(215,171,204)
#DAB2D0
(218,178,208)
#DDB9D4
(221,185,212)
#E0C0D8
(224,192,216)
#E3C7DC
(227,199,220)
#E6CEE0
(230,206,224)
#E9D5E4
(233,213,228)
#ECDCE8
(236,220,232)
#EFE3EC
(239,227,236)
#F2EAF0
(242,234,240)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ABCC; }

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

This text font color is #D7ABCC.


Background Color

.myBgColor { background-color: #D7ABCC; }

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

This div background color is #D7ABCC.


Border color

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

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

This div border color is #D7ABCC.


Opacity

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

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

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

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

This text has shadow with #D7ABCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7ABCC on black background.


Color preview on white background

This text has color #D7ABCC on white background.



Black color preview on #D7ABCC background

This text has black color on #D7ABCC background.


White color preview on #D7ABCC background

This text has white color on #D7ABCC background.