COLOR #D7B6CA

HEX: #D7B6CA
RGB: (215,182,202)

Color info

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

RGB color model

#D7B6CA color RGB value is (215,182,202).

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

RGB channels and saturation

R 215 of 255 = 84%
G 182 of 255 = 71%
B 202 of 255 = 79%

215
182
202

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

Portions of RGB colors in percentages

R + G + B =
215 + 182 + 202 = 599 (100%)
R 215 of 599 ~ 35.89%
G 182 of 599 ~ 30.38%
B 202 of 599 ~ 33.72%

%35.89
%30.38
%33.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.35%
  • 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
%15.35
%6.05
%15.69

Codes

Color #D7B6CA in popluar color models

D7B6CA
RGB215182202
HSL324°29.20%77.84%
HSB/HSV324°15.35%84.31%
CMYK0.00%15.35%6.05%
15.69%

Color #D7B6CA in popluar number systems.

HEXD7B6CA
Decimal215182202
Binary110101111011011011001010
Octal327266312

Shades and tints

Shades of #D7B6CA

#D7B6CA
(215,182,202)
#C4A6B8
(196,166,184)
#B196A6
(177,150,166)
#9E8694
(158,134,148)
#8B7682
(139,118,130)
#786670
(120,102,112)
#65565E
(101,86,94)
#52464C
(82,70,76)
#3F363A
(63,54,58)
#2C2628
(44,38,40)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #D7B6CA

#D7B6CA
(215,182,202)
#DABCCE
(218,188,206)
#DDC2D2
(221,194,210)
#E0C8D6
(224,200,214)
#E3CEDA
(227,206,218)
#E6D4DE
(230,212,222)
#E9DAE2
(233,218,226)
#ECE0E6
(236,224,230)
#EFE6EA
(239,230,234)
#F2ECEE
(242,236,238)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B6CA; }

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

This text font color is #D7B6CA.


Background Color

.myBgColor { background-color: #D7B6CA; }

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

This div background color is #D7B6CA.


Border color

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

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

This div border color is #D7B6CA.


Opacity

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

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

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

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

This text has shadow with #D7B6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B6CA on black background.


Color preview on white background

This text has color #D7B6CA on white background.



Black color preview on #D7B6CA background

This text has black color on #D7B6CA background.


White color preview on #D7B6CA background

This text has white color on #D7B6CA background.