COLOR #D2B6CA

HEX: #D2B6CA
RGB: (210,182,202)

Color info

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

RGB color model

#D2B6CA color RGB value is (210,182,202).

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

RGB channels and saturation

R 210 of 255 = 82%
G 182 of 255 = 71%
B 202 of 255 = 79%

210
182
202

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

Portions of RGB colors in percentages

R + G + B =
210 + 182 + 202 = 594 (100%)
R 210 of 594 ~ 35.35%
G 182 of 594 ~ 30.64%
B 202 of 594 ~ 34.01%

%35.35
%30.64
%34.01

CMYK color model

#D2B6CA color CMYK value is (0,13,4,18).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 3.81%
  • key color value is 17.65%
CMYK:
(0,13,4,18)
C0M13Y4K18 
(0%,13%,4%,18%)
(0.00/0.13/0.04/0.18)	

CMYK percentages

%0
%13.33
%3.81
%17.65

Codes

Color #D2B6CA in popluar color models

D2B6CA
RGB210182202
HSL317°23.73%76.86%
HSB/HSV317°13.33%82.35%
CMYK0.00%13.33%3.81%
17.65%

Color #D2B6CA in popluar number systems.

HEXD2B6CA
Decimal210182202
Binary110100101011011011001010
Octal322266312

Shades and tints

Shades of #D2B6CA

#D2B6CA
(210,182,202)
#BFA6B8
(191,166,184)
#AC96A6
(172,150,166)
#998694
(153,134,148)
#867682
(134,118,130)
#736670
(115,102,112)
#60565E
(96,86,94)
#4D464C
(77,70,76)
#3A363A
(58,54,58)
#272628
(39,38,40)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #D2B6CA

#D2B6CA
(210,182,202)
#D6BCCE
(214,188,206)
#DAC2D2
(218,194,210)
#DEC8D6
(222,200,214)
#E2CEDA
(226,206,218)
#E6D4DE
(230,212,222)
#EADAE2
(234,218,226)
#EEE0E6
(238,224,230)
#F2E6EA
(242,230,234)
#F6ECEE
(246,236,238)
#FAF2F2
(250,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B6CA; }

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

This text font color is #D2B6CA.


Background Color

.myBgColor { background-color: #D2B6CA; }

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

This div background color is #D2B6CA.


Border color

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

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

This div border color is #D2B6CA.


Opacity

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

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

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

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

This text has shadow with #D2B6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B6CA on black background.


Color preview on white background

This text has color #D2B6CA on white background.



Black color preview on #D2B6CA background

This text has black color on #D2B6CA background.


White color preview on #D2B6CA background

This text has white color on #D2B6CA background.