COLOR #D89592

HEX: #D89592
RGB: (216,149,146)

Color info

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

RGB color model

#D89592 color RGB value is (216,149,146).

  • red value is 216;
  • green value is 149;
  • blue value is 146.
RGB:
(216,149,146)
(85%,58%,57%)

RGB channels and saturation

R 216 of 255 = 85%
G 149 of 255 = 58%
B 146 of 255 = 57%

216
149
146

R + G + B ~ 67%. #D89592 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 149 + 146 = 511 (100%)
R 216 of 511 ~ 42.27%
G 149 of 511 ~ 29.16%
B 146 of 511 ~ 28.57%

%42.27
%29.16
%28.57

CMYK color model

#D89592 color CMYK value is (0,31,32,15).

  • cyan value is 0.00%
  • magenta value is 31.02%
  • yellow value is 32.41%
  • key color value is 15.29%
CMYK:
(0,31,32,15)
C0M31Y32K15 
(0%,31%,32%,15%)
(0.00/0.31/0.32/0.15)	

CMYK percentages

%0
%31.02
%32.41
%15.29

Codes

Color #D89592 in popluar color models

D89592
RGB216149146
HSL47.30%70.98%
HSB/HSV32.41%84.71%
CMYK0.00%31.02%32.41%
15.29%

Color #D89592 in popluar number systems.

HEXD89592
Decimal216149146
Binary110110001001010110010010
Octal330225222

Shades and tints

Shades of #D89592

#D89592
(216,149,146)
#C58885
(197,136,133)
#B27B78
(178,123,120)
#9F6E6B
(159,110,107)
#8C615E
(140,97,94)
#795451
(121,84,81)
#664744
(102,71,68)
#533A37
(83,58,55)
#402D2A
(64,45,42)
#2D201D
(45,32,29)
#1A1310
(26,19,16)
#000000
(0,0,0)

Tints of #D89592

#D89592
(216,149,146)
#DB9E9B
(219,158,155)
#DEA7A4
(222,167,164)
#E1B0AD
(225,176,173)
#E4B9B6
(228,185,182)
#E7C2BF
(231,194,191)
#EACBC8
(234,203,200)
#EDD4D1
(237,212,209)
#F0DDDA
(240,221,218)
#F3E6E3
(243,230,227)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D89592 color. Also use rgb(216,149,146) instead hex code.

Text Font Color

.myTextColor { color: #D89592; }

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

This text font color is #D89592.


Background Color

.myBgColor { background-color: #D89592; }

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

This div background color is #D89592.


Border color

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

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

This div border color is #D89592.


Opacity

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

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

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

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

This text has shadow with #D89592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89592 on black background.


Color preview on white background

This text has color #D89592 on white background.



Black color preview on #D89592 background

This text has black color on #D89592 background.


White color preview on #D89592 background

This text has white color on #D89592 background.