COLOR #D9858C

HEX: #D9858C RGB: (217,133,140)

Color info

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

RGB color model

#D9858C color RGB value is (217,133,140).

RGB: (217,133,140) (85%, 52%, 55%)

RGB channels and saturation

R 217 of 255 = 85%
G 133 of 255 = 52%
B 140 of 255 = 55%

217
133
140

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

Portions of RGB colors in percentages

R + G + B = 217 + 133 + 140 = 490 (100%)
R 217 of 490 ~ 44.29%
G 133 of 490 ~ 27.14%
B 140 of 490 ~ 28.57'%

%44.29
%27.14
%28.57

CMYK color model

#D9858C color CMYK value is (0,39,35,15).

  • cyan value is 0.00%
  • magenta value is 38.71%
  • yellow value is 35.48%
  • key color value is 14.90%

CMYK: (0,39,35,15)
C0M39Y35K15 (0%, 39%, 35%, 15%)
(0.00 / 0.39 / 0.35 / 0.15)

CMYK percentages

%0
%38.71
%35.48
%14.9

Codes

Color #D9858C in popluar color models

D9 85 8C
RGB 217 133 140
HSL 355° 52.50% 68.63%
HSB/HSV 355° 38.71% 85.10%
CMYK 0.00% 38.71% 35.48%
14.90%

Color #D9858C in popluar number systems.

HEX D9 85 8C
Decimal 217 133 140
Binary 11011001 10000101 10001100
Octal 331 205 214

Shades and tints

Shades of #D9858C

#D9858C
(217,133,140)
#C67980
(198,121,128)
#B36D74
(179,109,116)
#A06168
(160,97,104)
#8D555C
(141,85,92)
#7A4950
(122,73,80)
#673D44
(103,61,68)
#543138
(84,49,56)
#41252C
(65,37,44)
#2E1920
(46,25,32)
#1B0D14
(27,13,20)
#000000
(0,0,0)

Tints of #D9858C

#D9858C
(217,133,140)
#DC9096
(220,144,150)
#DF9BA0
(223,155,160)
#E2A6AA
(226,166,170)
#E5B1B4
(229,177,180)
#E8BCBE
(232,188,190)
#EBC7C8
(235,199,200)
#EED2D2
(238,210,210)
#F1DDDC
(241,221,220)
#F4E8E6
(244,232,230)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9858C color. Also use rgb(217,133,140) instead hex code.

Text Font Color

.myTextColor { color: #D9858C; }

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

This text font color is #D9858C.

Background Color

.myBgColor { background-color: #D9858C; }

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

This div background color is #D9858C.

Border color

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

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

This div border color is #D9858C.

Opacity

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

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

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

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

This text has shadow with #D9858C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9858C.

Preview

Color preview on black background

This text has color #D9858C on black background.


Color preview on white background

This text has color #D9858C on white background.


Black color preview on #D9858C background

This text has black color on #D9858C background.


White color preview on #D9858C background

This text has white color on #D9858C background.


Related colors

Complementary color

Complementary color for #hex is #267A73.


I love getcolorcode.com

Triadic colors

1 #8CD985 and #858CD9 with #D9858C are triadic colors.

2 #8C85D9 and #85D98C with #D9858C are triadic colors.