COLOR #D59B97

HEX: #D59B97
RGB: (213,155,151)

Color info

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

RGB color model

#D59B97 color RGB value is (213,155,151).

  • red value is 213;
  • green value is 155;
  • blue value is 151.
RGB: (213,155,151) (84%,61%,59%)

RGB channels and saturation

R 213 of 255 = 84%
G 155 of 255 = 61%
B 151 of 255 = 59%

213
155
151

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

Portions of RGB colors in percentages

R + G + B =
213 + 155 + 151 = 519 (100%)
R 213 of 519 ~ 41.04%
G 155 of 519 ~ 29.87%
B 151 of 519 ~ 29.09%

%41.04
%29.87
%29.09

CMYK color model

#D59B97 color CMYK value is (0,27,29,16).

  • cyan value is 0.00%
  • magenta value is 27.23%
  • yellow value is 29.11%
  • key color value is 16.47%
CMYK: (0,27,29,16) C0M27Y29K16 (0%,27%,29%,16%) (0.00/0.27/0.29/0.16)

CMYK percentages

%0
%27.23
%29.11
%16.47

Codes

Color #D59B97 in popluar color models

D59B97
RGB213155151
HSL42.47%71.37%
HSB/HSV29.11%83.53%
CMYK0.00%27.23%29.11%
16.47%

Color #D59B97 in popluar number systems.

HEXD59B97
Decimal213155151
Binary110101011001101110010111
Octal325233227

Shades and tints

Shades of #D59B97

#D59B97
(213,155,151)
#C28D8A
(194,141,138)
#AF7F7D
(175,127,125)
#9C7170
(156,113,112)
#896363
(137,99,99)
#765556
(118,85,86)
#634749
(99,71,73)
#50393C
(80,57,60)
#3D2B2F
(61,43,47)
#2A1D22
(42,29,34)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #D59B97

#D59B97
(213,155,151)
#D8A4A0
(216,164,160)
#DBADA9
(219,173,169)
#DEB6B2
(222,182,178)
#E1BFBB
(225,191,187)
#E4C8C4
(228,200,196)
#E7D1CD
(231,209,205)
#EADAD6
(234,218,214)
#EDE3DF
(237,227,223)
#F0ECE8
(240,236,232)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59B97 color. Also use rgb(213,155,151) instead hex code.

Text Font Color

.myTextColor { color: #D59B97; }

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

This text font color is #D59B97.


Background Color

.myBgColor { background-color: #D59B97; }

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

This div background color is #D59B97.


Border color

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

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

This div border color is #D59B97.


Opacity

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

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

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

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

This text has shadow with #D59B97 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D59B97 on black background.


Color preview on white background

This text has color #D59B97 on white background.



Black color preview on #D59B97 background

This text has black color on #D59B97 background.


White color preview on #D59B97 background

This text has white color on #D59B97 background.