COLOR #D2BBCA

HEX: #D2BBCA
RGB: (210,187,202)

Color info

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

RGB color model

#D2BBCA color RGB value is (210,187,202).

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

RGB channels and saturation

R 210 of 255 = 82%
G 187 of 255 = 73%
B 202 of 255 = 79%

210
187
202

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

Portions of RGB colors in percentages

R + G + B =
210 + 187 + 202 = 599 (100%)
R 210 of 599 ~ 35.06%
G 187 of 599 ~ 31.22%
B 202 of 599 ~ 33.72%

%35.06
%31.22
%33.72

CMYK color model

#D2BBCA color CMYK value is (0,11,4,18).

  • cyan value is 0.00%
  • magenta value is 10.95%
  • yellow value is 3.81%
  • key color value is 17.65%
CMYK:
(0,11,4,18)
C0M11Y4K18 
(0%,11%,4%,18%)
(0.00/0.11/0.04/0.18)	

CMYK percentages

%0
%10.95
%3.81
%17.65

Codes

Color #D2BBCA in popluar color models

D2BBCA
RGB210187202
HSL321°20.35%77.84%
HSB/HSV321°10.95%82.35%
CMYK0.00%10.95%3.81%
17.65%

Color #D2BBCA in popluar number systems.

HEXD2BBCA
Decimal210187202
Binary110100101011101111001010
Octal322273312

Shades and tints

Shades of #D2BBCA

#D2BBCA
(210,187,202)
#BFAAB8
(191,170,184)
#AC99A6
(172,153,166)
#998894
(153,136,148)
#867782
(134,119,130)
#736670
(115,102,112)
#60555E
(96,85,94)
#4D444C
(77,68,76)
#3A333A
(58,51,58)
#272228
(39,34,40)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #D2BBCA

#D2BBCA
(210,187,202)
#D6C1CE
(214,193,206)
#DAC7D2
(218,199,210)
#DECDD6
(222,205,214)
#E2D3DA
(226,211,218)
#E6D9DE
(230,217,222)
#EADFE2
(234,223,226)
#EEE5E6
(238,229,230)
#F2EBEA
(242,235,234)
#F6F1EE
(246,241,238)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BBCA; }

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

This text font color is #D2BBCA.


Background Color

.myBgColor { background-color: #D2BBCA; }

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

This div background color is #D2BBCA.


Border color

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

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

This div border color is #D2BBCA.


Opacity

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

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

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

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

This text has shadow with #D2BBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BBCA on black background.


Color preview on white background

This text has color #D2BBCA on white background.



Black color preview on #D2BBCA background

This text has black color on #D2BBCA background.


White color preview on #D2BBCA background

This text has white color on #D2BBCA background.