COLOR #D5968E

HEX: #D5968E RGB: (213,150,142)

Color info

#D5968E contains mainly red color. Web safe color of #D5968E is #CC9999 (or #C99).

RGB color model

#D5968E color RGB value is (213,150,142).

RGB: (213,150,142) (84%, 59%, 56%)

RGB channels and saturation

R 213 of 255 = 84%
G 150 of 255 = 59%
B 142 of 255 = 56%

213
150
142

R + G + B ~ 66%. #D5968E is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 150 + 142 = 505 (100%)
R 213 of 505 ~ 42.18%
G 150 of 505 ~ 29.7%
B 142 of 505 ~ 28.12'%

%42.18
%29.7
%28.12

CMYK color model

#D5968E color CMYK value is (0,30,33,16).

  • cyan value is 0.00%
  • magenta value is 29.58%
  • yellow value is 33.33%
  • key color value is 16.47%
CMYK: (0,30,33,16) C0M30Y33K16 (0%,30%,33%,16%) (0.00/0.30/0.33/0.16) 

CMYK percentages

%0
%29.58
%33.33
%16.47

Codes

Color #D5968E in popluar color models

D5 96 8E
RGB 213 150 142
HSL 45.81% 69.61%
HSB/HSV 33.33% 83.53%
CMYK 0.00% 29.58% 33.33%
16.47%

Color #D5968E in popluar number systems.

HEX D5 96 8E
Decimal 213 150 142
Binary 11010101 10010110 10001110
Octal 325 226 216

Shades and tints

Shades of #D5968E

#D5968E
(213,150,142)
#C28982
(194,137,130)
#AF7C76
(175,124,118)
#9C6F6A
(156,111,106)
#89625E
(137,98,94)
#765552
(118,85,82)
#634846
(99,72,70)
#503B3A
(80,59,58)
#3D2E2E
(61,46,46)
#2A2122
(42,33,34)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #D5968E

#D5968E
(213,150,142)
#D89F98
(216,159,152)
#DBA8A2
(219,168,162)
#DEB1AC
(222,177,172)
#E1BAB6
(225,186,182)
#E4C3C0
(228,195,192)
#E7CCCA
(231,204,202)
#EAD5D4
(234,213,212)
#EDDEDE
(237,222,222)
#F0E7E8
(240,231,232)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5968E color. Also use rgb(213,150,142) instead hex code.

Text Font Color

.myTextColor { color: #D5968E; }

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

This text font color is #D5968E.

Background Color

.myBgColor { background-color: #D5968E; }

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

This div background color is #D5968E.

Border color

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

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

This div border color is #D5968E.

Opacity

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

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

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

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

This text has shadow with #D5968E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5968E.

Preview

Color preview on black background

This text has color #D5968E on black background.


Color preview on white background

This text has color #D5968E on white background.


Black color preview on #D5968E background

This text has black color on #D5968E background.


White color preview on #D5968E background

This text has white color on #D5968E background.


Related colors

Complementary color

Complementary color for #hex is #2A6971.


I love getcolorcode.com

Triadic colors

1 #8ED596 and #968ED5 with #D5968E are triadic colors.

2 #8E96D5 and #96D58E with #D5968E are triadic colors.