COLOR #D7ABCF

HEX: #D7ABCF
RGB: (215,171,207)

Color info

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

RGB color model

#D7ABCF color RGB value is (215,171,207).

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

RGB channels and saturation

R 215 of 255 = 84%
G 171 of 255 = 67%
B 207 of 255 = 81%

215
171
207

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

Portions of RGB colors in percentages

R + G + B =
215 + 171 + 207 = 593 (100%)
R 215 of 593 ~ 36.26%
G 171 of 593 ~ 28.84%
B 207 of 593 ~ 34.91%

%36.26
%28.84
%34.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.47%
  • yellow value is 3.72%
  • key color value is 15.69%
CMYK:
(0,20,4,16)
C0M20Y4K16 
(0%,20%,4%,16%)
(0.00/0.20/0.04/0.16)	

CMYK percentages

%0
%20.47
%3.72
%15.69

Codes

Color #D7ABCF in popluar color models

D7ABCF
RGB215171207
HSL311°35.48%75.69%
HSB/HSV311°20.47%84.31%
CMYK0.00%20.47%3.72%
15.69%

Color #D7ABCF in popluar number systems.

HEXD7ABCF
Decimal215171207
Binary110101111010101111001111
Octal327253317

Shades and tints

Shades of #D7ABCF

#D7ABCF
(215,171,207)
#C49CBD
(196,156,189)
#B18DAB
(177,141,171)
#9E7E99
(158,126,153)
#8B6F87
(139,111,135)
#786075
(120,96,117)
#655163
(101,81,99)
#524251
(82,66,81)
#3F333F
(63,51,63)
#2C242D
(44,36,45)
#19151B
(25,21,27)
#000000
(0,0,0)

Tints of #D7ABCF

#D7ABCF
(215,171,207)
#DAB2D3
(218,178,211)
#DDB9D7
(221,185,215)
#E0C0DB
(224,192,219)
#E3C7DF
(227,199,223)
#E6CEE3
(230,206,227)
#E9D5E7
(233,213,231)
#ECDCEB
(236,220,235)
#EFE3EF
(239,227,239)
#F2EAF3
(242,234,243)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ABCF; }

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

This text font color is #D7ABCF.


Background Color

.myBgColor { background-color: #D7ABCF; }

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

This div background color is #D7ABCF.


Border color

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

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

This div border color is #D7ABCF.


Opacity

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

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

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

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

This text has shadow with #D7ABCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7ABCF on black background.


Color preview on white background

This text has color #D7ABCF on white background.



Black color preview on #D7ABCF background

This text has black color on #D7ABCF background.


White color preview on #D7ABCF background

This text has white color on #D7ABCF background.