COLOR #D2BDCA

HEX: #D2BDCA
RGB: (210,189,202)

Color info

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

RGB color model

#D2BDCA color RGB value is (210,189,202).

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

RGB channels and saturation

R 210 of 255 = 82%
G 189 of 255 = 74%
B 202 of 255 = 79%

210
189
202

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

Portions of RGB colors in percentages

R + G + B =
210 + 189 + 202 = 601 (100%)
R 210 of 601 ~ 34.94%
G 189 of 601 ~ 31.45%
B 202 of 601 ~ 33.61%

%34.94
%31.45
%33.61

CMYK color model

#D2BDCA color CMYK value is (0,10,4,18).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 3.81%
  • key color value is 17.65%
CMYK:
(0,10,4,18)
C0M10Y4K18 
(0%,10%,4%,18%)
(0.00/0.10/0.04/0.18)	

CMYK percentages

%0
%10
%3.81
%17.65

Codes

Color #D2BDCA in popluar color models

D2BDCA
RGB210189202
HSL323°18.92%78.24%
HSB/HSV323°10.00%82.35%
CMYK0.00%10.00%3.81%
17.65%

Color #D2BDCA in popluar number systems.

HEXD2BDCA
Decimal210189202
Binary110100101011110111001010
Octal322275312

Shades and tints

Shades of #D2BDCA

#D2BDCA
(210,189,202)
#BFACB8
(191,172,184)
#AC9BA6
(172,155,166)
#998A94
(153,138,148)
#867982
(134,121,130)
#736870
(115,104,112)
#60575E
(96,87,94)
#4D464C
(77,70,76)
#3A353A
(58,53,58)
#272428
(39,36,40)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #D2BDCA

#D2BDCA
(210,189,202)
#D6C3CE
(214,195,206)
#DAC9D2
(218,201,210)
#DECFD6
(222,207,214)
#E2D5DA
(226,213,218)
#E6DBDE
(230,219,222)
#EAE1E2
(234,225,226)
#EEE7E6
(238,231,230)
#F2EDEA
(242,237,234)
#F6F3EE
(246,243,238)
#FAF9F2
(250,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BDCA; }

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

This text font color is #D2BDCA.


Background Color

.myBgColor { background-color: #D2BDCA; }

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

This div background color is #D2BDCA.


Border color

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

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

This div border color is #D2BDCA.


Opacity

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

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

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

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

This text has shadow with #D2BDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BDCA on black background.


Color preview on white background

This text has color #D2BDCA on white background.



Black color preview on #D2BDCA background

This text has black color on #D2BDCA background.


White color preview on #D2BDCA background

This text has white color on #D2BDCA background.