COLOR #D0958C

HEX: #D0958C RGB: (208,149,140)

Color info

#D0958C contains mainly red and green colors. Web safe color of #D0958C is #CC9999 (or #C99).

RGB color model

#D0958C color RGB value is (208,149,140).

RGB: (208,149,140) (82%, 58%, 55%)

RGB channels and saturation

R 208 of 255 = 82%
G 149 of 255 = 58%
B 140 of 255 = 55%

208
149
140

R + G + B ~ 65%. #D0958C is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 149 + 140 = 497 (100%)
R 208 of 497 ~ 41.85%
G 149 of 497 ~ 29.98%
B 140 of 497 ~ 28.17'%

%41.85
%29.98
%28.17

CMYK color model

#D0958C color CMYK value is (0,28,33,18).

  • cyan value is 0.00%
  • magenta value is 28.37%
  • yellow value is 32.69%
  • key color value is 18.43%

CMYK: (0,28,33,18)
C0M28Y33K18 (0%, 28%, 33%, 18%)
(0.00 / 0.28 / 0.33 / 0.18)

CMYK percentages

%0
%28.37
%32.69
%18.43

Codes

Color #D0958C in popluar color models

D0 95 8C
RGB 208 149 140
HSL 41.98% 68.24%
HSB/HSV 32.69% 81.57%
CMYK 0.00% 28.37% 32.69%
18.43%

Color #D0958C in popluar number systems.

HEX D0 95 8C
Decimal 208 149 140
Binary 11010000 10010101 10001100
Octal 320 225 214

Shades and tints

Shades of #D0958C

#D0958C
(208,149,140)
#BE8880
(190,136,128)
#AC7B74
(172,123,116)
#9A6E68
(154,110,104)
#88615C
(136,97,92)
#765450
(118,84,80)
#644744
(100,71,68)
#523A38
(82,58,56)
#402D2C
(64,45,44)
#2E2020
(46,32,32)
#1C1314
(28,19,20)
#000000
(0,0,0)

Tints of #D0958C

#D0958C
(208,149,140)
#D49E96
(212,158,150)
#D8A7A0
(216,167,160)
#DCB0AA
(220,176,170)
#E0B9B4
(224,185,180)
#E4C2BE
(228,194,190)
#E8CBC8
(232,203,200)
#ECD4D2
(236,212,210)
#F0DDDC
(240,221,220)
#F4E6E6
(244,230,230)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0958C; }

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

This text font color is #D0958C.

Background Color

.myBgColor { background-color: #D0958C; }

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

This div background color is #D0958C.

Border color

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

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

This div border color is #D0958C.

Opacity

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

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

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

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

This text has shadow with #D0958C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0958C.

Preview

Color preview on black background

This text has color #D0958C on black background.


Color preview on white background

This text has color #D0958C on white background.


Black color preview on #D0958C background

This text has black color on #D0958C background.


White color preview on #D0958C background

This text has white color on #D0958C background.


Related colors

Complementary color

Complementary color for #hex is #2F6A73.


I love getcolorcode.com

Triadic colors

1 #8CD095 and #958CD0 with #D0958C are triadic colors.

2 #8C95D0 and #95D08C with #D0958C are triadic colors.