COLOR #D4BBCC

HEX: #D4BBCC
RGB: (212,187,204)

Color info

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

RGB color model

#D4BBCC color RGB value is (212,187,204).

  • red value is 212;
  • green value is 187;
  • blue value is 204.
RGB:
(212,187,204)
(83%,73%,80%)

RGB channels and saturation

R 212 of 255 = 83%
G 187 of 255 = 73%
B 204 of 255 = 80%

212
187
204

R + G + B ~ 79%. #D4BBCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 187 + 204 = 603 (100%)
R 212 of 603 ~ 35.16%
G 187 of 603 ~ 31.01%
B 204 of 603 ~ 33.83%

%35.16
%31.01
%33.83

CMYK color model

#D4BBCC color CMYK value is (0,12,4,17).

  • cyan value is 0.00%
  • magenta value is 11.79%
  • yellow value is 3.77%
  • key color value is 16.86%
CMYK:
(0,12,4,17)
C0M12Y4K17 
(0%,12%,4%,17%)
(0.00/0.12/0.04/0.17)	

CMYK percentages

%0
%11.79
%3.77
%16.86

Codes

Color #D4BBCC in popluar color models

D4BBCC
RGB212187204
HSL319°22.52%78.24%
HSB/HSV319°11.79%83.14%
CMYK0.00%11.79%3.77%
16.86%

Color #D4BBCC in popluar number systems.

HEXD4BBCC
Decimal212187204
Binary110101001011101111001100
Octal324273314

Shades and tints

Shades of #D4BBCC

#D4BBCC
(212,187,204)
#C1AABA
(193,170,186)
#AE99A8
(174,153,168)
#9B8896
(155,136,150)
#887784
(136,119,132)
#756672
(117,102,114)
#625560
(98,85,96)
#4F444E
(79,68,78)
#3C333C
(60,51,60)
#29222A
(41,34,42)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #D4BBCC

#D4BBCC
(212,187,204)
#D7C1D0
(215,193,208)
#DAC7D4
(218,199,212)
#DDCDD8
(221,205,216)
#E0D3DC
(224,211,220)
#E3D9E0
(227,217,224)
#E6DFE4
(230,223,228)
#E9E5E8
(233,229,232)
#ECEBEC
(236,235,236)
#EFF1F0
(239,241,240)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BBCC color. Also use rgb(212,187,204) instead hex code.

Text Font Color

.myTextColor { color: #D4BBCC; }

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

This text font color is #D4BBCC.


Background Color

.myBgColor { background-color: #D4BBCC; }

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

This div background color is #D4BBCC.


Border color

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

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

This div border color is #D4BBCC.


Opacity

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

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

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

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

This text has shadow with #D4BBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BBCC on black background.


Color preview on white background

This text has color #D4BBCC on white background.



Black color preview on #D4BBCC background

This text has black color on #D4BBCC background.


White color preview on #D4BBCC background

This text has white color on #D4BBCC background.