COLOR #D58C9A

HEX: #D58C9A
RGB: (213,140,154)

Color info

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

RGB color model

#D58C9A color RGB value is (213,140,154).

  • red value is 213;
  • green value is 140;
  • blue value is 154.
RGB:
(213,140,154)
(84%,55%,60%)

RGB channels and saturation

R 213 of 255 = 84%
G 140 of 255 = 55%
B 154 of 255 = 60%

213
140
154

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

Portions of RGB colors in percentages

R + G + B =
213 + 140 + 154 = 507 (100%)
R 213 of 507 ~ 42.01%
G 140 of 507 ~ 27.61%
B 154 of 507 ~ 30.37%

%42.01
%27.61
%30.37

CMYK color model

#D58C9A color CMYK value is (0,34,28,16).

  • cyan value is 0.00%
  • magenta value is 34.27%
  • yellow value is 27.70%
  • key color value is 16.47%
CMYK:
(0,34,28,16)
C0M34Y28K16 
(0%,34%,28%,16%)
(0.00/0.34/0.28/0.16)	

CMYK percentages

%0
%34.27
%27.7
%16.47

Codes

Color #D58C9A in popluar color models

D58C9A
RGB213140154
HSL348°46.50%69.22%
HSB/HSV348°34.27%83.53%
CMYK0.00%34.27%27.70%
16.47%

Color #D58C9A in popluar number systems.

HEXD58C9A
Decimal213140154
Binary110101011000110010011010
Octal325214232

Shades and tints

Shades of #D58C9A

#D58C9A
(213,140,154)
#C2808C
(194,128,140)
#AF747E
(175,116,126)
#9C6870
(156,104,112)
#895C62
(137,92,98)
#765054
(118,80,84)
#634446
(99,68,70)
#503838
(80,56,56)
#3D2C2A
(61,44,42)
#2A201C
(42,32,28)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #D58C9A

#D58C9A
(213,140,154)
#D896A3
(216,150,163)
#DBA0AC
(219,160,172)
#DEAAB5
(222,170,181)
#E1B4BE
(225,180,190)
#E4BEC7
(228,190,199)
#E7C8D0
(231,200,208)
#EAD2D9
(234,210,217)
#EDDCE2
(237,220,226)
#F0E6EB
(240,230,235)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D58C9A color. Also use rgb(213,140,154) instead hex code.

Text Font Color

.myTextColor { color: #D58C9A; }

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

This text font color is #D58C9A.


Background Color

.myBgColor { background-color: #D58C9A; }

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

This div background color is #D58C9A.


Border color

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

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

This div border color is #D58C9A.


Opacity

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

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

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

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

This text has shadow with #D58C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58C9A on black background.


Color preview on white background

This text has color #D58C9A on white background.



Black color preview on #D58C9A background

This text has black color on #D58C9A background.


White color preview on #D58C9A background

This text has white color on #D58C9A background.