COLOR #D7A7CE

HEX: #D7A7CE
RGB: (215,167,206)

Color info

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

RGB color model

#D7A7CE color RGB value is (215,167,206).

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

RGB channels and saturation

R 215 of 255 = 84%
G 167 of 255 = 65%
B 206 of 255 = 81%

215
167
206

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

Portions of RGB colors in percentages

R + G + B =
215 + 167 + 206 = 588 (100%)
R 215 of 588 ~ 36.56%
G 167 of 588 ~ 28.4%
B 206 of 588 ~ 35.03%

%36.56
%28.4
%35.03

CMYK color model

#D7A7CE color CMYK value is (0,22,4,16).

  • cyan value is 0.00%
  • magenta value is 22.33%
  • yellow value is 4.19%
  • key color value is 15.69%
CMYK:
(0,22,4,16)
C0M22Y4K16 
(0%,22%,4%,16%)
(0.00/0.22/0.04/0.16)	

CMYK percentages

%0
%22.33
%4.19
%15.69

Codes

Color #D7A7CE in popluar color models

D7A7CE
RGB215167206
HSL311°37.50%74.90%
HSB/HSV311°22.33%84.31%
CMYK0.00%22.33%4.19%
15.69%

Color #D7A7CE in popluar number systems.

HEXD7A7CE
Decimal215167206
Binary110101111010011111001110
Octal327247316

Shades and tints

Shades of #D7A7CE

#D7A7CE
(215,167,206)
#C498BC
(196,152,188)
#B189AA
(177,137,170)
#9E7A98
(158,122,152)
#8B6B86
(139,107,134)
#785C74
(120,92,116)
#654D62
(101,77,98)
#523E50
(82,62,80)
#3F2F3E
(63,47,62)
#2C202C
(44,32,44)
#19111A
(25,17,26)
#000000
(0,0,0)

Tints of #D7A7CE

#D7A7CE
(215,167,206)
#DAAFD2
(218,175,210)
#DDB7D6
(221,183,214)
#E0BFDA
(224,191,218)
#E3C7DE
(227,199,222)
#E6CFE2
(230,207,226)
#E9D7E6
(233,215,230)
#ECDFEA
(236,223,234)
#EFE7EE
(239,231,238)
#F2EFF2
(242,239,242)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7A7CE; }

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

This text font color is #D7A7CE.


Background Color

.myBgColor { background-color: #D7A7CE; }

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

This div background color is #D7A7CE.


Border color

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

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

This div border color is #D7A7CE.


Opacity

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

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

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

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

This text has shadow with #D7A7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A7CE on black background.


Color preview on white background

This text has color #D7A7CE on white background.



Black color preview on #D7A7CE background

This text has black color on #D7A7CE background.


White color preview on #D7A7CE background

This text has white color on #D7A7CE background.