COLOR #D3B0CD

HEX: #D3B0CD RGB: (211,176,205)

Color info

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

RGB color model

#D3B0CD color RGB value is (211,176,205).

RGB: (211,176,205) (83%, 69%, 80%)

RGB channels and saturation

R 211 of 255 = 83%
G 176 of 255 = 69%
B 205 of 255 = 80%

211
176
205

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

Portions of RGB colors in percentages

R + G + B = 211 + 176 + 205 = 592 (100%)
R 211 of 592 ~ 35.64%
G 176 of 592 ~ 29.73%
B 205 of 592 ~ 34.63'%

%35.64
%29.73
%34.63

CMYK color model

#D3B0CD color CMYK value is (0,17,3,17).

  • cyan value is 0.00%
  • magenta value is 16.59%
  • yellow value is 2.84%
  • key color value is 17.25%

CMYK: (0,17,3,17)
C0M17Y3K17 (0%, 17%, 3%, 17%)
(0.00 / 0.17 / 0.03 / 0.17)

CMYK percentages

%0
%16.59
%2.84
%17.25

Codes

Color #D3B0CD in popluar color models

D3 B0 CD
RGB 211 176 205
HSL 310° 28.46% 75.88%
HSB/HSV 310° 16.59% 82.75%
CMYK 0.00% 16.59% 2.84%
17.25%

Color #D3B0CD in popluar number systems.

HEX D3 B0 CD
Decimal 211 176 205
Binary 11010011 10110000 11001101
Octal 323 260 315

Shades and tints

Shades of #D3B0CD

#D3B0CD
(211,176,205)
#C0A0BB
(192,160,187)
#AD90A9
(173,144,169)
#9A8097
(154,128,151)
#877085
(135,112,133)
#746073
(116,96,115)
#615061
(97,80,97)
#4E404F
(78,64,79)
#3B303D
(59,48,61)
#28202B
(40,32,43)
#151019
(21,16,25)
#000000
(0,0,0)

Tints of #D3B0CD

#D3B0CD
(211,176,205)
#D7B7D1
(215,183,209)
#DBBED5
(219,190,213)
#DFC5D9
(223,197,217)
#E3CCDD
(227,204,221)
#E7D3E1
(231,211,225)
#EBDAE5
(235,218,229)
#EFE1E9
(239,225,233)
#F3E8ED
(243,232,237)
#F7EFF1
(247,239,241)
#FBF6F5
(251,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B0CD color. Also use rgb(211,176,205) instead hex code.

Text Font Color

.myTextColor { color: #D3B0CD; }

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

This text font color is #D3B0CD.

Background Color

.myBgColor { background-color: #D3B0CD; }

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

This div background color is #D3B0CD.

Border color

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

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

This div border color is #D3B0CD.

Opacity

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

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

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

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

This text has shadow with #D3B0CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3B0CD.

Preview

Color preview on black background

This text has color #D3B0CD on black background.


Color preview on white background

This text has color #D3B0CD on white background.


Black color preview on #D3B0CD background

This text has black color on #D3B0CD background.


White color preview on #D3B0CD background

This text has white color on #D3B0CD background.


Related colors

Complementary color

Complementary color for #hex is #2C4F32.


I love getcolorcode.com

Triadic colors

1 #CDD3B0 and #B0CDD3 with #D3B0CD are triadic colors.

2 #CDB0D3 and #B0D3CD with #D3B0CD are triadic colors.