COLOR #D59CAD

HEX: #D59CAD
RGB: (213,156,173)

Color info

#D59CAD contains red, green and blue colors in about the same proportion. Web safe color of #D59CAD is #CC9999 (or #C99).

RGB color model

#D59CAD color RGB value is (213,156,173).

  • red value is 213;
  • green value is 156;
  • blue value is 173.
RGB:
(213,156,173)
(84%,61%,68%)

RGB channels and saturation

R 213 of 255 = 84%
G 156 of 255 = 61%
B 173 of 255 = 68%

213
156
173

R + G + B ~ 71%. #D59CAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 156 + 173 = 542 (100%)
R 213 of 542 ~ 39.3%
G 156 of 542 ~ 28.78%
B 173 of 542 ~ 31.92%

%39.3
%28.78
%31.92

CMYK color model

#D59CAD color CMYK value is (0,27,19,16).

  • cyan value is 0.00%
  • magenta value is 26.76%
  • yellow value is 18.78%
  • key color value is 16.47%
CMYK:
(0,27,19,16)
C0M27Y19K16 
(0%,27%,19%,16%)
(0.00/0.27/0.19/0.16)	

CMYK percentages

%0
%26.76
%18.78
%16.47

Codes

Color #D59CAD in popluar color models

D59CAD
RGB213156173
HSL342°40.43%72.35%
HSB/HSV342°26.76%83.53%
CMYK0.00%26.76%18.78%
16.47%

Color #D59CAD in popluar number systems.

HEXD59CAD
Decimal213156173
Binary110101011001110010101101
Octal325234255

Shades and tints

Shades of #D59CAD

#D59CAD
(213,156,173)
#C28E9E
(194,142,158)
#AF808F
(175,128,143)
#9C7280
(156,114,128)
#896471
(137,100,113)
#765662
(118,86,98)
#634853
(99,72,83)
#503A44
(80,58,68)
#3D2C35
(61,44,53)
#2A1E26
(42,30,38)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #D59CAD

#D59CAD
(213,156,173)
#D8A5B4
(216,165,180)
#DBAEBB
(219,174,187)
#DEB7C2
(222,183,194)
#E1C0C9
(225,192,201)
#E4C9D0
(228,201,208)
#E7D2D7
(231,210,215)
#EADBDE
(234,219,222)
#EDE4E5
(237,228,229)
#F0EDEC
(240,237,236)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59CAD color. Also use rgb(213,156,173) instead hex code.

Text Font Color

.myTextColor { color: #D59CAD; }

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

This text font color is #D59CAD.


Background Color

.myBgColor { background-color: #D59CAD; }

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

This div background color is #D59CAD.


Border color

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

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

This div border color is #D59CAD.


Opacity

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

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

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

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

This text has shadow with #D59CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59CAD on black background.


Color preview on white background

This text has color #D59CAD on white background.



Black color preview on #D59CAD background

This text has black color on #D59CAD background.


White color preview on #D59CAD background

This text has white color on #D59CAD background.