COLOR #D5969C

HEX: #D5969C
RGB: (213,150,156)

Color info

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

RGB color model

#D5969C color RGB value is (213,150,156).

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

RGB channels and saturation

R 213 of 255 = 84%
G 150 of 255 = 59%
B 156 of 255 = 61%

213
150
156

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

Portions of RGB colors in percentages

R + G + B =
213 + 150 + 156 = 519 (100%)
R 213 of 519 ~ 41.04%
G 150 of 519 ~ 28.9%
B 156 of 519 ~ 30.06%

%41.04
%28.9
%30.06

CMYK color model

#D5969C color CMYK value is (0,30,27,16).

  • cyan value is 0.00%
  • magenta value is 29.58%
  • yellow value is 26.76%
  • key color value is 16.47%
CMYK:
(0,30,27,16)
C0M30Y27K16 
(0%,30%,27%,16%)
(0.00/0.30/0.27/0.16)	

CMYK percentages

%0
%29.58
%26.76
%16.47

Codes

Color #D5969C in popluar color models

D5969C
RGB213150156
HSL354°42.86%71.18%
HSB/HSV354°29.58%83.53%
CMYK0.00%29.58%26.76%
16.47%

Color #D5969C in popluar number systems.

HEXD5969C
Decimal213150156
Binary110101011001011010011100
Octal325226234

Shades and tints

Shades of #D5969C

#D5969C
(213,150,156)
#C2898E
(194,137,142)
#AF7C80
(175,124,128)
#9C6F72
(156,111,114)
#896264
(137,98,100)
#765556
(118,85,86)
#634848
(99,72,72)
#503B3A
(80,59,58)
#3D2E2C
(61,46,44)
#2A211E
(42,33,30)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #D5969C

#D5969C
(213,150,156)
#D89FA5
(216,159,165)
#DBA8AE
(219,168,174)
#DEB1B7
(222,177,183)
#E1BAC0
(225,186,192)
#E4C3C9
(228,195,201)
#E7CCD2
(231,204,210)
#EAD5DB
(234,213,219)
#EDDEE4
(237,222,228)
#F0E7ED
(240,231,237)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5969C; }

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

This text font color is #D5969C.


Background Color

.myBgColor { background-color: #D5969C; }

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

This div background color is #D5969C.


Border color

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

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

This div border color is #D5969C.


Opacity

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

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

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

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

This text has shadow with #D5969C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5969C on black background.


Color preview on white background

This text has color #D5969C on white background.



Black color preview on #D5969C background

This text has black color on #D5969C background.


White color preview on #D5969C background

This text has white color on #D5969C background.