COLOR #D59FBE

HEX: #D59FBE
RGB: (213,159,190)

Color info

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

RGB color model

#D59FBE color RGB value is (213,159,190).

  • red value is 213;
  • green value is 159;
  • blue value is 190.
RGB:
(213,159,190)
(84%,62%,75%)

RGB channels and saturation

R 213 of 255 = 84%
G 159 of 255 = 62%
B 190 of 255 = 75%

213
159
190

R + G + B ~ 74%. #D59FBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 159 + 190 = 562 (100%)
R 213 of 562 ~ 37.9%
G 159 of 562 ~ 28.29%
B 190 of 562 ~ 33.81%

%37.9
%28.29
%33.81

CMYK color model

#D59FBE color CMYK value is (0,25,11,16).

  • cyan value is 0.00%
  • magenta value is 25.35%
  • yellow value is 10.80%
  • key color value is 16.47%
CMYK:
(0,25,11,16)
C0M25Y11K16 
(0%,25%,11%,16%)
(0.00/0.25/0.11/0.16)	

CMYK percentages

%0
%25.35
%10.8
%16.47

Codes

Color #D59FBE in popluar color models

D59FBE
RGB213159190
HSL326°39.13%72.94%
HSB/HSV326°25.35%83.53%
CMYK0.00%25.35%10.80%
16.47%

Color #D59FBE in popluar number systems.

HEXD59FBE
Decimal213159190
Binary110101011001111110111110
Octal325237276

Shades and tints

Shades of #D59FBE

#D59FBE
(213,159,190)
#C291AD
(194,145,173)
#AF839C
(175,131,156)
#9C758B
(156,117,139)
#89677A
(137,103,122)
#765969
(118,89,105)
#634B58
(99,75,88)
#503D47
(80,61,71)
#3D2F36
(61,47,54)
#2A2125
(42,33,37)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #D59FBE

#D59FBE
(213,159,190)
#D8A7C3
(216,167,195)
#DBAFC8
(219,175,200)
#DEB7CD
(222,183,205)
#E1BFD2
(225,191,210)
#E4C7D7
(228,199,215)
#E7CFDC
(231,207,220)
#EAD7E1
(234,215,225)
#EDDFE6
(237,223,230)
#F0E7EB
(240,231,235)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59FBE color. Also use rgb(213,159,190) instead hex code.

Text Font Color

.myTextColor { color: #D59FBE; }

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

This text font color is #D59FBE.


Background Color

.myBgColor { background-color: #D59FBE; }

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

This div background color is #D59FBE.


Border color

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

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

This div border color is #D59FBE.


Opacity

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

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

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

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

This text has shadow with #D59FBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59FBE on black background.


Color preview on white background

This text has color #D59FBE on white background.



Black color preview on #D59FBE background

This text has black color on #D59FBE background.


White color preview on #D59FBE background

This text has white color on #D59FBE background.