COLOR #D2B4CD

HEX: #D2B4CD
RGB: (210,180,205)

Color info

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

RGB color model

#D2B4CD color RGB value is (210,180,205).

  • red value is 210;
  • green value is 180;
  • blue value is 205.
RGB:
(210,180,205)
(82%,71%,80%)

RGB channels and saturation

R 210 of 255 = 82%
G 180 of 255 = 71%
B 205 of 255 = 80%

210
180
205

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

Portions of RGB colors in percentages

R + G + B =
210 + 180 + 205 = 595 (100%)
R 210 of 595 ~ 35.29%
G 180 of 595 ~ 30.25%
B 205 of 595 ~ 34.45%

%35.29
%30.25
%34.45

CMYK color model

#D2B4CD color CMYK value is (0,14,2,18).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 2.38%
  • key color value is 17.65%
CMYK:
(0,14,2,18)
C0M14Y2K18 
(0%,14%,2%,18%)
(0.00/0.14/0.02/0.18)	

CMYK percentages

%0
%14.29
%2.38
%17.65

Codes

Color #D2B4CD in popluar color models

D2B4CD
RGB210180205
HSL310°25.00%76.47%
HSB/HSV310°14.29%82.35%
CMYK0.00%14.29%2.38%
17.65%

Color #D2B4CD in popluar number systems.

HEXD2B4CD
Decimal210180205
Binary110100101011010011001101
Octal322264315

Shades and tints

Shades of #D2B4CD

#D2B4CD
(210,180,205)
#BFA4BB
(191,164,187)
#AC94A9
(172,148,169)
#998497
(153,132,151)
#867485
(134,116,133)
#736473
(115,100,115)
#605461
(96,84,97)
#4D444F
(77,68,79)
#3A343D
(58,52,61)
#27242B
(39,36,43)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #D2B4CD

#D2B4CD
(210,180,205)
#D6BAD1
(214,186,209)
#DAC0D5
(218,192,213)
#DEC6D9
(222,198,217)
#E2CCDD
(226,204,221)
#E6D2E1
(230,210,225)
#EAD8E5
(234,216,229)
#EEDEE9
(238,222,233)
#F2E4ED
(242,228,237)
#F6EAF1
(246,234,241)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B4CD color. Also use rgb(210,180,205) instead hex code.

Text Font Color

.myTextColor { color: #D2B4CD; }

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

This text font color is #D2B4CD.


Background Color

.myBgColor { background-color: #D2B4CD; }

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

This div background color is #D2B4CD.


Border color

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

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

This div border color is #D2B4CD.


Opacity

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

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

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

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

This text has shadow with #D2B4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B4CD on black background.


Color preview on white background

This text has color #D2B4CD on white background.



Black color preview on #D2B4CD background

This text has black color on #D2B4CD background.


White color preview on #D2B4CD background

This text has white color on #D2B4CD background.