COLOR #D58C88

HEX: #D58C88
RGB: (213,140,136)

Color info

#D58C88 contains mainly red color. Web safe color of #D58C88 is #CC9999 (or #C99).

RGB color model

#D58C88 color RGB value is (213,140,136).

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

RGB channels and saturation

R 213 of 255 = 84%
G 140 of 255 = 55%
B 136 of 255 = 53%

213
140
136

R + G + B ~ 64%. #D58C88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 140 + 136 = 489 (100%)
R 213 of 489 ~ 43.56%
G 140 of 489 ~ 28.63%
B 136 of 489 ~ 27.81%

%43.56
%28.63
%27.81

CMYK color model

#D58C88 color CMYK value is (0,34,36,16).

  • cyan value is 0.00%
  • magenta value is 34.27%
  • yellow value is 36.15%
  • key color value is 16.47%
CMYK: (0,34,36,16) C0M34Y36K16 (0%,34%,36%,16%) (0.00/0.34/0.36/0.16)

CMYK percentages

%0
%34.27
%36.15
%16.47

Codes

Color #D58C88 in popluar color models

D58C88
RGB213140136
HSL47.83%68.43%
HSB/HSV36.15%83.53%
CMYK0.00%34.27%36.15%
16.47%

Color #D58C88 in popluar number systems.

HEXD58C88
Decimal213140136
Binary110101011000110010001000
Octal325214210

Shades and tints

Shades of #D58C88

#D58C88
(213,140,136)
#C2807C
(194,128,124)
#AF7470
(175,116,112)
#9C6864
(156,104,100)
#895C58
(137,92,88)
#76504C
(118,80,76)
#634440
(99,68,64)
#503834
(80,56,52)
#3D2C28
(61,44,40)
#2A201C
(42,32,28)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #D58C88

#D58C88
(213,140,136)
#D89692
(216,150,146)
#DBA09C
(219,160,156)
#DEAAA6
(222,170,166)
#E1B4B0
(225,180,176)
#E4BEBA
(228,190,186)
#E7C8C4
(231,200,196)
#EAD2CE
(234,210,206)
#EDDCD8
(237,220,216)
#F0E6E2
(240,230,226)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D58C88; }

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

This text font color is #D58C88.


Background Color

.myBgColor { background-color: #D58C88; }

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

This div background color is #D58C88.


Border color

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

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

This div border color is #D58C88.


Opacity

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

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

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

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

This text has shadow with #D58C88 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D58C88 on black background.


Color preview on white background

This text has color #D58C88 on white background.



Black color preview on #D58C88 background

This text has black color on #D58C88 background.


White color preview on #D58C88 background

This text has white color on #D58C88 background.