COLOR #D58698

HEX: #D58698
RGB: (213,134,152)

Color info

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

RGB color model

#D58698 color RGB value is (213,134,152).

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

RGB channels and saturation

R 213 of 255 = 84%
G 134 of 255 = 53%
B 152 of 255 = 60%

213
134
152

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

Portions of RGB colors in percentages

R + G + B =
213 + 134 + 152 = 499 (100%)
R 213 of 499 ~ 42.69%
G 134 of 499 ~ 26.85%
B 152 of 499 ~ 30.46%

%42.69
%26.85
%30.46

CMYK color model

#D58698 color CMYK value is (0,37,29,16).

  • cyan value is 0.00%
  • magenta value is 37.09%
  • yellow value is 28.64%
  • key color value is 16.47%
CMYK:
(0,37,29,16)
C0M37Y29K16 
(0%,37%,29%,16%)
(0.00/0.37/0.29/0.16)	

CMYK percentages

%0
%37.09
%28.64
%16.47

Codes

Color #D58698 in popluar color models

D58698
RGB213134152
HSL346°48.47%68.04%
HSB/HSV346°37.09%83.53%
CMYK0.00%37.09%28.64%
16.47%

Color #D58698 in popluar number systems.

HEXD58698
Decimal213134152
Binary110101011000011010011000
Octal325206230

Shades and tints

Shades of #D58698

#D58698
(213,134,152)
#C27A8B
(194,122,139)
#AF6E7E
(175,110,126)
#9C6271
(156,98,113)
#895664
(137,86,100)
#764A57
(118,74,87)
#633E4A
(99,62,74)
#50323D
(80,50,61)
#3D2630
(61,38,48)
#2A1A23
(42,26,35)
#170E16
(23,14,22)
#000000
(0,0,0)

Tints of #D58698

#D58698
(213,134,152)
#D891A1
(216,145,161)
#DB9CAA
(219,156,170)
#DEA7B3
(222,167,179)
#E1B2BC
(225,178,188)
#E4BDC5
(228,189,197)
#E7C8CE
(231,200,206)
#EAD3D7
(234,211,215)
#EDDEE0
(237,222,224)
#F0E9E9
(240,233,233)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D58698; }

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

This text font color is #D58698.


Background Color

.myBgColor { background-color: #D58698; }

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

This div background color is #D58698.


Border color

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

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

This div border color is #D58698.


Opacity

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

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

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

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

This text has shadow with #D58698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58698 on black background.


Color preview on white background

This text has color #D58698 on white background.



Black color preview on #D58698 background

This text has black color on #D58698 background.


White color preview on #D58698 background

This text has white color on #D58698 background.