COLOR #D1989C

HEX: #D1989C
RGB: (209,152,156)

Color info

#D1989C contains red, green and blue colors in about the same proportion. Web safe color of #D1989C is #CC9999 (or #C99).

RGB color model

#D1989C color RGB value is (209,152,156).

  • red value is 209;
  • green value is 152;
  • blue value is 156.
RGB:
(209,152,156)
(82%,60%,61%)

RGB channels and saturation

R 209 of 255 = 82%
G 152 of 255 = 60%
B 156 of 255 = 61%

209
152
156

R + G + B ~ 68%. #D1989C is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 152 + 156 = 517 (100%)
R 209 of 517 ~ 40.43%
G 152 of 517 ~ 29.4%
B 156 of 517 ~ 30.17%

%40.43
%29.4
%30.17

CMYK color model

#D1989C color CMYK value is (0,27,25,18).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 25.36%
  • key color value is 18.04%
CMYK:
(0,27,25,18)
C0M27Y25K18 
(0%,27%,25%,18%)
(0.00/0.27/0.25/0.18)	

CMYK percentages

%0
%27.27
%25.36
%18.04

Codes

Color #D1989C in popluar color models

D1989C
RGB209152156
HSL356°38.26%70.78%
HSB/HSV356°27.27%81.96%
CMYK0.00%27.27%25.36%
18.04%

Color #D1989C in popluar number systems.

HEXD1989C
Decimal209152156
Binary110100011001100010011100
Octal321230234

Shades and tints

Shades of #D1989C

#D1989C
(209,152,156)
#BE8B8E
(190,139,142)
#AB7E80
(171,126,128)
#987172
(152,113,114)
#856464
(133,100,100)
#725756
(114,87,86)
#5F4A48
(95,74,72)
#4C3D3A
(76,61,58)
#39302C
(57,48,44)
#26231E
(38,35,30)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #D1989C

#D1989C
(209,152,156)
#D5A1A5
(213,161,165)
#D9AAAE
(217,170,174)
#DDB3B7
(221,179,183)
#E1BCC0
(225,188,192)
#E5C5C9
(229,197,201)
#E9CED2
(233,206,210)
#EDD7DB
(237,215,219)
#F1E0E4
(241,224,228)
#F5E9ED
(245,233,237)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1989C color. Also use rgb(209,152,156) instead hex code.

Text Font Color

.myTextColor { color: #D1989C; }

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

This text font color is #D1989C.


Background Color

.myBgColor { background-color: #D1989C; }

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

This div background color is #D1989C.


Border color

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

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

This div border color is #D1989C.


Opacity

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

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

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

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

This text has shadow with #D1989C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1989C on black background.


Color preview on white background

This text has color #D1989C on white background.



Black color preview on #D1989C background

This text has black color on #D1989C background.


White color preview on #D1989C background

This text has white color on #D1989C background.