COLOR #D2B0CC

HEX: #D2B0CC RGB: (210,176,204)

Color info

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

RGB color model

#D2B0CC color RGB value is (210,176,204).

RGB: (210,176,204) (82%, 69%, 80%)

RGB channels and saturation

R 210 of 255 = 82%
G 176 of 255 = 69%
B 204 of 255 = 80%

210
176
204

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

Portions of RGB colors in percentages

R + G + B = 210 + 176 + 204 = 590 (100%)
R 210 of 590 ~ 35.59%
G 176 of 590 ~ 29.83%
B 204 of 590 ~ 34.58'%

%35.59
%29.83
%34.58

CMYK color model

#D2B0CC color CMYK value is (0,16,3,18).

  • cyan value is 0.00%
  • magenta value is 16.19%
  • yellow value is 2.86%
  • key color value is 17.65%

CMYK: (0,16,3,18)
C0M16Y3K18 (0%, 16%, 3%, 18%)
(0.00 / 0.16 / 0.03 / 0.18)

CMYK percentages

%0
%16.19
%2.86
%17.65

Codes

Color #D2B0CC in popluar color models

D2 B0 CC
RGB 210 176 204
HSL 311° 27.42% 75.69%
HSB/HSV 311° 16.19% 82.35%
CMYK 0.00% 16.19% 2.86%
17.65%

Color #D2B0CC in popluar number systems.

HEX D2 B0 CC
Decimal 210 176 204
Binary 11010010 10110000 11001100
Octal 322 260 314

Shades and tints

Shades of #D2B0CC

#D2B0CC
(210,176,204)
#BFA0BA
(191,160,186)
#AC90A8
(172,144,168)
#998096
(153,128,150)
#867084
(134,112,132)
#736072
(115,96,114)
#605060
(96,80,96)
#4D404E
(77,64,78)
#3A303C
(58,48,60)
#27202A
(39,32,42)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #D2B0CC

#D2B0CC
(210,176,204)
#D6B7D0
(214,183,208)
#DABED4
(218,190,212)
#DEC5D8
(222,197,216)
#E2CCDC
(226,204,220)
#E6D3E0
(230,211,224)
#EADAE4
(234,218,228)
#EEE1E8
(238,225,232)
#F2E8EC
(242,232,236)
#F6EFF0
(246,239,240)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B0CC color. Also use rgb(210,176,204) instead hex code.

Text Font Color

.myTextColor { color: #D2B0CC; }

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

This text font color is #D2B0CC.

Background Color

.myBgColor { background-color: #D2B0CC; }

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

This div background color is #D2B0CC.

Border color

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

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

This div border color is #D2B0CC.

Opacity

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

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

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

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

This text has shadow with #D2B0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2B0CC.

Preview

Color preview on black background

This text has color #D2B0CC on black background.


Color preview on white background

This text has color #D2B0CC on white background.


Black color preview on #D2B0CC background

This text has black color on #D2B0CC background.


White color preview on #D2B0CC background

This text has white color on #D2B0CC background.


Related colors

Complementary color

Complementary color for #hex is #2D4F33.


I love getcolorcode.com

Triadic colors

1 #CCD2B0 and #B0CCD2 with #D2B0CC are triadic colors.

2 #CCB0D2 and #B0D2CC with #D2B0CC are triadic colors.