COLOR #D5956B

HEX: #D5956B
RGB: (213,149,107)

Color info

#D5956B contains mainly red color. Web safe color of #D5956B is #CC9966 (or #C96).

RGB color model

#D5956B color RGB value is (213,149,107).

  • red value is 213;
  • green value is 149;
  • blue value is 107.
RGB:
(213,149,107)
(84%,58%,42%)

RGB channels and saturation

R 213 of 255 = 84%
G 149 of 255 = 58%
B 107 of 255 = 42%

213
149
107

R + G + B ~ 61%. #D5956B is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 149 + 107 = 469 (100%)
R 213 of 469 ~ 45.42%
G 149 of 469 ~ 31.77%
B 107 of 469 ~ 22.81%

%45.42
%31.77
%22.81

CMYK color model

#D5956B color CMYK value is (0,30,50,16).

  • cyan value is 0.00%
  • magenta value is 30.05%
  • yellow value is 49.77%
  • key color value is 16.47%
CMYK:
(0,30,50,16)
C0M30Y50K16 
(0%,30%,50%,16%)
(0.00/0.30/0.50/0.16)	

CMYK percentages

%0
%30.05
%49.77
%16.47

Codes

Color #D5956B in popluar color models

D5956B
RGB213149107
HSL24°55.79%62.75%
HSB/HSV24°49.77%83.53%
CMYK0.00%30.05%49.77%
16.47%

Color #D5956B in popluar number systems.

HEXD5956B
Decimal213149107
Binary11010101100101011101011
Octal325225153

Shades and tints

Shades of #D5956B

#D5956B
(213,149,107)
#C28862
(194,136,98)
#AF7B59
(175,123,89)
#9C6E50
(156,110,80)
#896147
(137,97,71)
#76543E
(118,84,62)
#634735
(99,71,53)
#503A2C
(80,58,44)
#3D2D23
(61,45,35)
#2A201A
(42,32,26)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #D5956B

#D5956B
(213,149,107)
#D89E78
(216,158,120)
#DBA785
(219,167,133)
#DEB092
(222,176,146)
#E1B99F
(225,185,159)
#E4C2AC
(228,194,172)
#E7CBB9
(231,203,185)
#EAD4C6
(234,212,198)
#EDDDD3
(237,221,211)
#F0E6E0
(240,230,224)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5956B color. Also use rgb(213,149,107) instead hex code.

Text Font Color

.myTextColor { color: #D5956B; }

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

This text font color is #D5956B.


Background Color

.myBgColor { background-color: #D5956B; }

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

This div background color is #D5956B.


Border color

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

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

This div border color is #D5956B.


Opacity

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

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

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

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

This text has shadow with #D5956B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5956B on black background.


Color preview on white background

This text has color #D5956B on white background.



Black color preview on #D5956B background

This text has black color on #D5956B background.


White color preview on #D5956B background

This text has white color on #D5956B background.