COLOR #D59BCD

HEX: #D59BCD
RGB: (213,155,205)

Color info

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

RGB color model

#D59BCD color RGB value is (213,155,205).

  • red value is 213;
  • green value is 155;
  • blue value is 205.
RGB:
(213,155,205)
(84%,61%,80%)

RGB channels and saturation

R 213 of 255 = 84%
G 155 of 255 = 61%
B 205 of 255 = 80%

213
155
205

R + G + B ~ 75%. #D59BCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 155 + 205 = 573 (100%)
R 213 of 573 ~ 37.17%
G 155 of 573 ~ 27.05%
B 205 of 573 ~ 35.78%

%37.17
%27.05
%35.78

CMYK color model

#D59BCD color CMYK value is (0,27,4,16).

  • cyan value is 0.00%
  • magenta value is 27.23%
  • yellow value is 3.76%
  • key color value is 16.47%
CMYK:
(0,27,4,16)
C0M27Y4K16 
(0%,27%,4%,16%)
(0.00/0.27/0.04/0.16)	

CMYK percentages

%0
%27.23
%3.76
%16.47

Codes

Color #D59BCD in popluar color models

D59BCD
RGB213155205
HSL308°40.85%72.16%
HSB/HSV308°27.23%83.53%
CMYK0.00%27.23%3.76%
16.47%

Color #D59BCD in popluar number systems.

HEXD59BCD
Decimal213155205
Binary110101011001101111001101
Octal325233315

Shades and tints

Shades of #D59BCD

#D59BCD
(213,155,205)
#C28DBB
(194,141,187)
#AF7FA9
(175,127,169)
#9C7197
(156,113,151)
#896385
(137,99,133)
#765573
(118,85,115)
#634761
(99,71,97)
#50394F
(80,57,79)
#3D2B3D
(61,43,61)
#2A1D2B
(42,29,43)
#170F19
(23,15,25)
#000000
(0,0,0)

Tints of #D59BCD

#D59BCD
(213,155,205)
#D8A4D1
(216,164,209)
#DBADD5
(219,173,213)
#DEB6D9
(222,182,217)
#E1BFDD
(225,191,221)
#E4C8E1
(228,200,225)
#E7D1E5
(231,209,229)
#EADAE9
(234,218,233)
#EDE3ED
(237,227,237)
#F0ECF1
(240,236,241)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59BCD color. Also use rgb(213,155,205) instead hex code.

Text Font Color

.myTextColor { color: #D59BCD; }

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

This text font color is #D59BCD.


Background Color

.myBgColor { background-color: #D59BCD; }

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

This div background color is #D59BCD.


Border color

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

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

This div border color is #D59BCD.


Opacity

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

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

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

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

This text has shadow with #D59BCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59BCD on black background.


Color preview on white background

This text has color #D59BCD on white background.



Black color preview on #D59BCD background

This text has black color on #D59BCD background.


White color preview on #D59BCD background

This text has white color on #D59BCD background.