COLOR #D4B3CB

HEX: #D4B3CB
RGB: (212,179,203)

Color info

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

RGB color model

#D4B3CB color RGB value is (212,179,203).

  • red value is 212;
  • green value is 179;
  • blue value is 203.
RGB:
(212,179,203)
(83%,70%,80%)

RGB channels and saturation

R 212 of 255 = 83%
G 179 of 255 = 70%
B 203 of 255 = 80%

212
179
203

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

Portions of RGB colors in percentages

R + G + B =
212 + 179 + 203 = 594 (100%)
R 212 of 594 ~ 35.69%
G 179 of 594 ~ 30.13%
B 203 of 594 ~ 34.18%

%35.69
%30.13
%34.18

CMYK color model

#D4B3CB color CMYK value is (0,16,4,17).

  • cyan value is 0.00%
  • magenta value is 15.57%
  • yellow value is 4.25%
  • key color value is 16.86%
CMYK:
(0,16,4,17)
C0M16Y4K17 
(0%,16%,4%,17%)
(0.00/0.16/0.04/0.17)	

CMYK percentages

%0
%15.57
%4.25
%16.86

Codes

Color #D4B3CB in popluar color models

D4B3CB
RGB212179203
HSL316°27.73%76.67%
HSB/HSV316°15.57%83.14%
CMYK0.00%15.57%4.25%
16.86%

Color #D4B3CB in popluar number systems.

HEXD4B3CB
Decimal212179203
Binary110101001011001111001011
Octal324263313

Shades and tints

Shades of #D4B3CB

#D4B3CB
(212,179,203)
#C1A3B9
(193,163,185)
#AE93A7
(174,147,167)
#9B8395
(155,131,149)
#887383
(136,115,131)
#756371
(117,99,113)
#62535F
(98,83,95)
#4F434D
(79,67,77)
#3C333B
(60,51,59)
#292329
(41,35,41)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #D4B3CB

#D4B3CB
(212,179,203)
#D7B9CF
(215,185,207)
#DABFD3
(218,191,211)
#DDC5D7
(221,197,215)
#E0CBDB
(224,203,219)
#E3D1DF
(227,209,223)
#E6D7E3
(230,215,227)
#E9DDE7
(233,221,231)
#ECE3EB
(236,227,235)
#EFE9EF
(239,233,239)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B3CB color. Also use rgb(212,179,203) instead hex code.

Text Font Color

.myTextColor { color: #D4B3CB; }

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

This text font color is #D4B3CB.


Background Color

.myBgColor { background-color: #D4B3CB; }

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

This div background color is #D4B3CB.


Border color

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

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

This div border color is #D4B3CB.


Opacity

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

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

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

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

This text has shadow with #D4B3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B3CB on black background.


Color preview on white background

This text has color #D4B3CB on white background.



Black color preview on #D4B3CB background

This text has black color on #D4B3CB background.


White color preview on #D4B3CB background

This text has white color on #D4B3CB background.