COLOR #D5869C

HEX: #D5869C
RGB: (213,134,156)

Color info

#D5869C contains mainly red and blue colors. Web safe color of #D5869C is #CC9999 (or #C99).

RGB color model

#D5869C color RGB value is (213,134,156).

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

RGB channels and saturation

R 213 of 255 = 84%
G 134 of 255 = 53%
B 156 of 255 = 61%

213
134
156

R + G + B ~ 66%. #D5869C is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 134 + 156 = 503 (100%)
R 213 of 503 ~ 42.35%
G 134 of 503 ~ 26.64%
B 156 of 503 ~ 31.01%

%42.35
%26.64
%31.01

CMYK color model

#D5869C color CMYK value is (0,37,27,16).

  • cyan value is 0.00%
  • magenta value is 37.09%
  • yellow value is 26.76%
  • key color value is 16.47%
CMYK:
(0,37,27,16)
C0M37Y27K16 
(0%,37%,27%,16%)
(0.00/0.37/0.27/0.16)	

CMYK percentages

%0
%37.09
%26.76
%16.47

Codes

Color #D5869C in popluar color models

D5869C
RGB213134156
HSL343°48.47%68.04%
HSB/HSV343°37.09%83.53%
CMYK0.00%37.09%26.76%
16.47%

Color #D5869C in popluar number systems.

HEXD5869C
Decimal213134156
Binary110101011000011010011100
Octal325206234

Shades and tints

Shades of #D5869C

#D5869C
(213,134,156)
#C27A8E
(194,122,142)
#AF6E80
(175,110,128)
#9C6272
(156,98,114)
#895664
(137,86,100)
#764A56
(118,74,86)
#633E48
(99,62,72)
#50323A
(80,50,58)
#3D262C
(61,38,44)
#2A1A1E
(42,26,30)
#170E10
(23,14,16)
#000000
(0,0,0)

Tints of #D5869C

#D5869C
(213,134,156)
#D891A5
(216,145,165)
#DB9CAE
(219,156,174)
#DEA7B7
(222,167,183)
#E1B2C0
(225,178,192)
#E4BDC9
(228,189,201)
#E7C8D2
(231,200,210)
#EAD3DB
(234,211,219)
#EDDEE4
(237,222,228)
#F0E9ED
(240,233,237)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5869C; }

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

This text font color is #D5869C.


Background Color

.myBgColor { background-color: #D5869C; }

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

This div background color is #D5869C.


Border color

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

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

This div border color is #D5869C.


Opacity

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

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

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

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

This text has shadow with #D5869C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5869C on black background.


Color preview on white background

This text has color #D5869C on white background.



Black color preview on #D5869C background

This text has black color on #D5869C background.


White color preview on #D5869C background

This text has white color on #D5869C background.