COLOR #D7B7CA

HEX: #D7B7CA
RGB: (215,183,202)

Color info

#D7B7CA contains red, green and blue colors in about the same proportion. Web safe color of #D7B7CA is #CCCCCC (or #CCC).

RGB color model

#D7B7CA color RGB value is (215,183,202).

  • red value is 215;
  • green value is 183;
  • blue value is 202.
RGB:
(215,183,202)
(84%,72%,79%)

RGB channels and saturation

R 215 of 255 = 84%
G 183 of 255 = 72%
B 202 of 255 = 79%

215
183
202

R + G + B ~ 78%. #D7B7CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 183 + 202 = 600 (100%)
R 215 of 600 ~ 35.83%
G 183 of 600 ~ 30.5%
B 202 of 600 ~ 33.67%

%35.83
%30.5
%33.67

CMYK color model

#D7B7CA color CMYK value is (0,15,6,16).

  • cyan value is 0.00%
  • magenta value is 14.88%
  • yellow value is 6.05%
  • key color value is 15.69%
CMYK:
(0,15,6,16)
C0M15Y6K16 
(0%,15%,6%,16%)
(0.00/0.15/0.06/0.16)	

CMYK percentages

%0
%14.88
%6.05
%15.69

Codes

Color #D7B7CA in popluar color models

D7B7CA
RGB215183202
HSL324°28.57%78.04%
HSB/HSV324°14.88%84.31%
CMYK0.00%14.88%6.05%
15.69%

Color #D7B7CA in popluar number systems.

HEXD7B7CA
Decimal215183202
Binary110101111011011111001010
Octal327267312

Shades and tints

Shades of #D7B7CA

#D7B7CA
(215,183,202)
#C4A7B8
(196,167,184)
#B197A6
(177,151,166)
#9E8794
(158,135,148)
#8B7782
(139,119,130)
#786770
(120,103,112)
#65575E
(101,87,94)
#52474C
(82,71,76)
#3F373A
(63,55,58)
#2C2728
(44,39,40)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #D7B7CA

#D7B7CA
(215,183,202)
#DABDCE
(218,189,206)
#DDC3D2
(221,195,210)
#E0C9D6
(224,201,214)
#E3CFDA
(227,207,218)
#E6D5DE
(230,213,222)
#E9DBE2
(233,219,226)
#ECE1E6
(236,225,230)
#EFE7EA
(239,231,234)
#F2EDEE
(242,237,238)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B7CA color. Also use rgb(215,183,202) instead hex code.

Text Font Color

.myTextColor { color: #D7B7CA; }

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

This text font color is #D7B7CA.


Background Color

.myBgColor { background-color: #D7B7CA; }

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

This div background color is #D7B7CA.


Border color

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

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

This div border color is #D7B7CA.


Opacity

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

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

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

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

This text has shadow with #D7B7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B7CA on black background.


Color preview on white background

This text has color #D7B7CA on white background.



Black color preview on #D7B7CA background

This text has black color on #D7B7CA background.


White color preview on #D7B7CA background

This text has white color on #D7B7CA background.