COLOR #D7A7CB

HEX: #D7A7CB
RGB: (215,167,203)

Color info

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

RGB color model

#D7A7CB color RGB value is (215,167,203).

  • red value is 215;
  • green value is 167;
  • blue value is 203.
RGB:
(215,167,203)
(84%,65%,80%)

RGB channels and saturation

R 215 of 255 = 84%
G 167 of 255 = 65%
B 203 of 255 = 80%

215
167
203

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

Portions of RGB colors in percentages

R + G + B =
215 + 167 + 203 = 585 (100%)
R 215 of 585 ~ 36.75%
G 167 of 585 ~ 28.55%
B 203 of 585 ~ 34.7%

%36.75
%28.55
%34.7

CMYK color model

#D7A7CB color CMYK value is (0,22,6,16).

  • cyan value is 0.00%
  • magenta value is 22.33%
  • yellow value is 5.58%
  • key color value is 15.69%
CMYK:
(0,22,6,16)
C0M22Y6K16 
(0%,22%,6%,16%)
(0.00/0.22/0.06/0.16)	

CMYK percentages

%0
%22.33
%5.58
%15.69

Codes

Color #D7A7CB in popluar color models

D7A7CB
RGB215167203
HSL315°37.50%74.90%
HSB/HSV315°22.33%84.31%
CMYK0.00%22.33%5.58%
15.69%

Color #D7A7CB in popluar number systems.

HEXD7A7CB
Decimal215167203
Binary110101111010011111001011
Octal327247313

Shades and tints

Shades of #D7A7CB

#D7A7CB
(215,167,203)
#C498B9
(196,152,185)
#B189A7
(177,137,167)
#9E7A95
(158,122,149)
#8B6B83
(139,107,131)
#785C71
(120,92,113)
#654D5F
(101,77,95)
#523E4D
(82,62,77)
#3F2F3B
(63,47,59)
#2C2029
(44,32,41)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #D7A7CB

#D7A7CB
(215,167,203)
#DAAFCF
(218,175,207)
#DDB7D3
(221,183,211)
#E0BFD7
(224,191,215)
#E3C7DB
(227,199,219)
#E6CFDF
(230,207,223)
#E9D7E3
(233,215,227)
#ECDFE7
(236,223,231)
#EFE7EB
(239,231,235)
#F2EFEF
(242,239,239)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A7CB color. Also use rgb(215,167,203) instead hex code.

Text Font Color

.myTextColor { color: #D7A7CB; }

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

This text font color is #D7A7CB.


Background Color

.myBgColor { background-color: #D7A7CB; }

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

This div background color is #D7A7CB.


Border color

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

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

This div border color is #D7A7CB.


Opacity

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

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

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

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

This text has shadow with #D7A7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A7CB on black background.


Color preview on white background

This text has color #D7A7CB on white background.



Black color preview on #D7A7CB background

This text has black color on #D7A7CB background.


White color preview on #D7A7CB background

This text has white color on #D7A7CB background.