COLOR #D2B2CA

HEX: #D2B2CA
RGB: (210,178,202)

Color info

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

RGB color model

#D2B2CA color RGB value is (210,178,202).

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

RGB channels and saturation

R 210 of 255 = 82%
G 178 of 255 = 70%
B 202 of 255 = 79%

210
178
202

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

Portions of RGB colors in percentages

R + G + B =
210 + 178 + 202 = 590 (100%)
R 210 of 590 ~ 35.59%
G 178 of 590 ~ 30.17%
B 202 of 590 ~ 34.24%

%35.59
%30.17
%34.24

CMYK color model

#D2B2CA color CMYK value is (0,15,4,18).

  • cyan value is 0.00%
  • magenta value is 15.24%
  • yellow value is 3.81%
  • key color value is 17.65%
CMYK:
(0,15,4,18)
C0M15Y4K18 
(0%,15%,4%,18%)
(0.00/0.15/0.04/0.18)	

CMYK percentages

%0
%15.24
%3.81
%17.65

Codes

Color #D2B2CA in popluar color models

D2B2CA
RGB210178202
HSL315°26.23%76.08%
HSB/HSV315°15.24%82.35%
CMYK0.00%15.24%3.81%
17.65%

Color #D2B2CA in popluar number systems.

HEXD2B2CA
Decimal210178202
Binary110100101011001011001010
Octal322262312

Shades and tints

Shades of #D2B2CA

#D2B2CA
(210,178,202)
#BFA2B8
(191,162,184)
#AC92A6
(172,146,166)
#998294
(153,130,148)
#867282
(134,114,130)
#736270
(115,98,112)
#60525E
(96,82,94)
#4D424C
(77,66,76)
#3A323A
(58,50,58)
#272228
(39,34,40)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #D2B2CA

#D2B2CA
(210,178,202)
#D6B9CE
(214,185,206)
#DAC0D2
(218,192,210)
#DEC7D6
(222,199,214)
#E2CEDA
(226,206,218)
#E6D5DE
(230,213,222)
#EADCE2
(234,220,226)
#EEE3E6
(238,227,230)
#F2EAEA
(242,234,234)
#F6F1EE
(246,241,238)
#FAF8F2
(250,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B2CA; }

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

This text font color is #D2B2CA.


Background Color

.myBgColor { background-color: #D2B2CA; }

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

This div background color is #D2B2CA.


Border color

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

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

This div border color is #D2B2CA.


Opacity

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

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

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

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

This text has shadow with #D2B2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B2CA on black background.


Color preview on white background

This text has color #D2B2CA on white background.



Black color preview on #D2B2CA background

This text has black color on #D2B2CA background.


White color preview on #D2B2CA background

This text has white color on #D2B2CA background.