COLOR #D3B4C8

HEX: #D3B4C8
RGB: (211,180,200)

Color info

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

RGB color model

#D3B4C8 color RGB value is (211,180,200).

  • red value is 211;
  • green value is 180;
  • blue value is 200.
RGB:
(211,180,200)
(83%,71%,78%)

RGB channels and saturation

R 211 of 255 = 83%
G 180 of 255 = 71%
B 200 of 255 = 78%

211
180
200

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

Portions of RGB colors in percentages

R + G + B =
211 + 180 + 200 = 591 (100%)
R 211 of 591 ~ 35.7%
G 180 of 591 ~ 30.46%
B 200 of 591 ~ 33.84%

%35.7
%30.46
%33.84

CMYK color model

#D3B4C8 color CMYK value is (0,15,5,17).

  • cyan value is 0.00%
  • magenta value is 14.69%
  • yellow value is 5.21%
  • key color value is 17.25%
CMYK:
(0,15,5,17)
C0M15Y5K17 
(0%,15%,5%,17%)
(0.00/0.15/0.05/0.17)	

CMYK percentages

%0
%14.69
%5.21
%17.25

Codes

Color #D3B4C8 in popluar color models

D3B4C8
RGB211180200
HSL321°26.05%76.67%
HSB/HSV321°14.69%82.75%
CMYK0.00%14.69%5.21%
17.25%

Color #D3B4C8 in popluar number systems.

HEXD3B4C8
Decimal211180200
Binary110100111011010011001000
Octal323264310

Shades and tints

Shades of #D3B4C8

#D3B4C8
(211,180,200)
#C0A4B6
(192,164,182)
#AD94A4
(173,148,164)
#9A8492
(154,132,146)
#877480
(135,116,128)
#74646E
(116,100,110)
#61545C
(97,84,92)
#4E444A
(78,68,74)
#3B3438
(59,52,56)
#282426
(40,36,38)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #D3B4C8

#D3B4C8
(211,180,200)
#D7BACD
(215,186,205)
#DBC0D2
(219,192,210)
#DFC6D7
(223,198,215)
#E3CCDC
(227,204,220)
#E7D2E1
(231,210,225)
#EBD8E6
(235,216,230)
#EFDEEB
(239,222,235)
#F3E4F0
(243,228,240)
#F7EAF5
(247,234,245)
#FBF0FA
(251,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B4C8 color. Also use rgb(211,180,200) instead hex code.

Text Font Color

.myTextColor { color: #D3B4C8; }

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

This text font color is #D3B4C8.


Background Color

.myBgColor { background-color: #D3B4C8; }

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

This div background color is #D3B4C8.


Border color

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

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

This div border color is #D3B4C8.


Opacity

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

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

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

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

This text has shadow with #D3B4C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B4C8 on black background.


Color preview on white background

This text has color #D3B4C8 on white background.



Black color preview on #D3B4C8 background

This text has black color on #D3B4C8 background.


White color preview on #D3B4C8 background

This text has white color on #D3B4C8 background.