COLOR #D5B8CE

HEX: #D5B8CE
RGB: (213,184,206)

Color info

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

RGB color model

#D5B8CE color RGB value is (213,184,206).

  • red value is 213;
  • green value is 184;
  • blue value is 206.
RGB:
(213,184,206)
(84%,72%,81%)

RGB channels and saturation

R 213 of 255 = 84%
G 184 of 255 = 72%
B 206 of 255 = 81%

213
184
206

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

Portions of RGB colors in percentages

R + G + B =
213 + 184 + 206 = 603 (100%)
R 213 of 603 ~ 35.32%
G 184 of 603 ~ 30.51%
B 206 of 603 ~ 34.16%

%35.32
%30.51
%34.16

CMYK color model

#D5B8CE color CMYK value is (0,14,3,16).

  • cyan value is 0.00%
  • magenta value is 13.62%
  • yellow value is 3.29%
  • key color value is 16.47%
CMYK:
(0,14,3,16)
C0M14Y3K16 
(0%,14%,3%,16%)
(0.00/0.14/0.03/0.16)	

CMYK percentages

%0
%13.62
%3.29
%16.47

Codes

Color #D5B8CE in popluar color models

D5B8CE
RGB213184206
HSL314°25.66%77.84%
HSB/HSV314°13.62%83.53%
CMYK0.00%13.62%3.29%
16.47%

Color #D5B8CE in popluar number systems.

HEXD5B8CE
Decimal213184206
Binary110101011011100011001110
Octal325270316

Shades and tints

Shades of #D5B8CE

#D5B8CE
(213,184,206)
#C2A8BC
(194,168,188)
#AF98AA
(175,152,170)
#9C8898
(156,136,152)
#897886
(137,120,134)
#766874
(118,104,116)
#635862
(99,88,98)
#504850
(80,72,80)
#3D383E
(61,56,62)
#2A282C
(42,40,44)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #D5B8CE

#D5B8CE
(213,184,206)
#D8BED2
(216,190,210)
#DBC4D6
(219,196,214)
#DECADA
(222,202,218)
#E1D0DE
(225,208,222)
#E4D6E2
(228,214,226)
#E7DCE6
(231,220,230)
#EAE2EA
(234,226,234)
#EDE8EE
(237,232,238)
#F0EEF2
(240,238,242)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B8CE color. Also use rgb(213,184,206) instead hex code.

Text Font Color

.myTextColor { color: #D5B8CE; }

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

This text font color is #D5B8CE.


Background Color

.myBgColor { background-color: #D5B8CE; }

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

This div background color is #D5B8CE.


Border color

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

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

This div border color is #D5B8CE.


Opacity

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

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

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

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

This text has shadow with #D5B8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B8CE on black background.


Color preview on white background

This text has color #D5B8CE on white background.



Black color preview on #D5B8CE background

This text has black color on #D5B8CE background.


White color preview on #D5B8CE background

This text has white color on #D5B8CE background.