COLOR #D4B0D0

HEX: #D4B0D0
RGB: (212,176,208)

Color info

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

RGB color model

#D4B0D0 color RGB value is (212,176,208).

  • red value is 212;
  • green value is 176;
  • blue value is 208.
RGB:
(212,176,208)
(83%,69%,82%)

RGB channels and saturation

R 212 of 255 = 83%
G 176 of 255 = 69%
B 208 of 255 = 82%

212
176
208

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

Portions of RGB colors in percentages

R + G + B =
212 + 176 + 208 = 596 (100%)
R 212 of 596 ~ 35.57%
G 176 of 596 ~ 29.53%
B 208 of 596 ~ 34.9%

%35.57
%29.53
%34.9

CMYK color model

#D4B0D0 color CMYK value is (0,17,2,17).

  • cyan value is 0.00%
  • magenta value is 16.98%
  • yellow value is 1.89%
  • key color value is 16.86%
CMYK:
(0,17,2,17)
C0M17Y2K17 
(0%,17%,2%,17%)
(0.00/0.17/0.02/0.17)	

CMYK percentages

%0
%16.98
%1.89
%16.86

Codes

Color #D4B0D0 in popluar color models

D4B0D0
RGB212176208
HSL307°29.51%76.08%
HSB/HSV307°16.98%83.14%
CMYK0.00%16.98%1.89%
16.86%

Color #D4B0D0 in popluar number systems.

HEXD4B0D0
Decimal212176208
Binary110101001011000011010000
Octal324260320

Shades and tints

Shades of #D4B0D0

#D4B0D0
(212,176,208)
#C1A0BE
(193,160,190)
#AE90AC
(174,144,172)
#9B809A
(155,128,154)
#887088
(136,112,136)
#756076
(117,96,118)
#625064
(98,80,100)
#4F4052
(79,64,82)
#3C3040
(60,48,64)
#29202E
(41,32,46)
#16101C
(22,16,28)
#000000
(0,0,0)

Tints of #D4B0D0

#D4B0D0
(212,176,208)
#D7B7D4
(215,183,212)
#DABED8
(218,190,216)
#DDC5DC
(221,197,220)
#E0CCE0
(224,204,224)
#E3D3E4
(227,211,228)
#E6DAE8
(230,218,232)
#E9E1EC
(233,225,236)
#ECE8F0
(236,232,240)
#EFEFF4
(239,239,244)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B0D0 color. Also use rgb(212,176,208) instead hex code.

Text Font Color

.myTextColor { color: #D4B0D0; }

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

This text font color is #D4B0D0.


Background Color

.myBgColor { background-color: #D4B0D0; }

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

This div background color is #D4B0D0.


Border color

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

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

This div border color is #D4B0D0.


Opacity

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

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

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

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

This text has shadow with #D4B0D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B0D0 on black background.


Color preview on white background

This text has color #D4B0D0 on white background.



Black color preview on #D4B0D0 background

This text has black color on #D4B0D0 background.


White color preview on #D4B0D0 background

This text has white color on #D4B0D0 background.