COLOR #D5B3CE

HEX: #D5B3CE
RGB: (213,179,206)

Color info

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

RGB color model

#D5B3CE color RGB value is (213,179,206).

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

RGB channels and saturation

R 213 of 255 = 84%
G 179 of 255 = 70%
B 206 of 255 = 81%

213
179
206

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

Portions of RGB colors in percentages

R + G + B =
213 + 179 + 206 = 598 (100%)
R 213 of 598 ~ 35.62%
G 179 of 598 ~ 29.93%
B 206 of 598 ~ 34.45%

%35.62
%29.93
%34.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.96%
  • yellow value is 3.29%
  • key color value is 16.47%
CMYK:
(0,16,3,16)
C0M16Y3K16 
(0%,16%,3%,16%)
(0.00/0.16/0.03/0.16)	

CMYK percentages

%0
%15.96
%3.29
%16.47

Codes

Color #D5B3CE in popluar color models

D5B3CE
RGB213179206
HSL312°28.81%76.86%
HSB/HSV312°15.96%83.53%
CMYK0.00%15.96%3.29%
16.47%

Color #D5B3CE in popluar number systems.

HEXD5B3CE
Decimal213179206
Binary110101011011001111001110
Octal325263316

Shades and tints

Shades of #D5B3CE

#D5B3CE
(213,179,206)
#C2A3BC
(194,163,188)
#AF93AA
(175,147,170)
#9C8398
(156,131,152)
#897386
(137,115,134)
#766374
(118,99,116)
#635362
(99,83,98)
#504350
(80,67,80)
#3D333E
(61,51,62)
#2A232C
(42,35,44)
#17131A
(23,19,26)
#000000
(0,0,0)

Tints of #D5B3CE

#D5B3CE
(213,179,206)
#D8B9D2
(216,185,210)
#DBBFD6
(219,191,214)
#DEC5DA
(222,197,218)
#E1CBDE
(225,203,222)
#E4D1E2
(228,209,226)
#E7D7E6
(231,215,230)
#EADDEA
(234,221,234)
#EDE3EE
(237,227,238)
#F0E9F2
(240,233,242)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B3CE; }

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

This text font color is #D5B3CE.


Background Color

.myBgColor { background-color: #D5B3CE; }

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

This div background color is #D5B3CE.


Border color

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

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

This div border color is #D5B3CE.


Opacity

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

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

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

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

This text has shadow with #D5B3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B3CE on black background.


Color preview on white background

This text has color #D5B3CE on white background.



Black color preview on #D5B3CE background

This text has black color on #D5B3CE background.


White color preview on #D5B3CE background

This text has white color on #D5B3CE background.