COLOR #D0959C

HEX: #D0959C RGB: (208,149,156)

Color info

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

RGB color model

#D0959C color RGB value is (208,149,156).

RGB: (208,149,156) (82%, 58%, 61%)

RGB channels and saturation

R 208 of 255 = 82%
G 149 of 255 = 58%
B 156 of 255 = 61%

208
149
156

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

Portions of RGB colors in percentages

R + G + B = 208 + 149 + 156 = 513 (100%)
R 208 of 513 ~ 40.55%
G 149 of 513 ~ 29.04%
B 156 of 513 ~ 30.41'%

%40.55
%29.04
%30.41

CMYK color model

#D0959C color CMYK value is (0,28,25,18).

  • cyan value is 0.00%
  • magenta value is 28.37%
  • yellow value is 25.00%
  • key color value is 18.43%
CMYK: (0,28,25,18) C0M28Y25K18 (0%,28%,25%,18%) (0.00/0.28/0.25/0.18) 

CMYK percentages

%0
%28.37
%25
%18.43

Codes

Color #D0959C in popluar color models

D0 95 9C
RGB 208 149 156
HSL 353° 38.56% 70.00%
HSB/HSV 353° 28.37% 81.57%
CMYK 0.00% 28.37% 25.00%
18.43%

Color #D0959C in popluar number systems.

HEX D0 95 9C
Decimal 208 149 156
Binary 11010000 10010101 10011100
Octal 320 225 234

Shades and tints

Shades of #D0959C

#D0959C
(208,149,156)
#BE888E
(190,136,142)
#AC7B80
(172,123,128)
#9A6E72
(154,110,114)
#886164
(136,97,100)
#765456
(118,84,86)
#644748
(100,71,72)
#523A3A
(82,58,58)
#402D2C
(64,45,44)
#2E201E
(46,32,30)
#1C1310
(28,19,16)
#000000
(0,0,0)

Tints of #D0959C

#D0959C
(208,149,156)
#D49EA5
(212,158,165)
#D8A7AE
(216,167,174)
#DCB0B7
(220,176,183)
#E0B9C0
(224,185,192)
#E4C2C9
(228,194,201)
#E8CBD2
(232,203,210)
#ECD4DB
(236,212,219)
#F0DDE4
(240,221,228)
#F4E6ED
(244,230,237)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0959C color. Also use rgb(208,149,156) instead hex code.

Text Font Color

.myTextColor { color: #D0959C; }

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

This text font color is #D0959C.

Background Color

.myBgColor { background-color: #D0959C; }

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

This div background color is #D0959C.

Border color

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

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

This div border color is #D0959C.

Opacity

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

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

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

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

This text has shadow with #D0959C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0959C.

Preview

Color preview on black background

This text has color #D0959C on black background.


Color preview on white background

This text has color #D0959C on white background.


Black color preview on #D0959C background

This text has black color on #D0959C background.


White color preview on #D0959C background

This text has white color on #D0959C background.


Related colors

Complementary color

Complementary color for #hex is #2F6A63.


I love getcolorcode.com

Triadic colors

1 #9CD095 and #959CD0 with #D0959C are triadic colors.

2 #9C95D0 and #95D09C with #D0959C are triadic colors.