COLOR #D196A7

HEX: #D196A7
RGB: (209,150,167)

Color info

#D196A7 contains red, green and blue colors in about the same proportion. Web safe color of #D196A7 is #CC9999 (or #C99).

RGB color model

#D196A7 color RGB value is (209,150,167).

  • red value is 209;
  • green value is 150;
  • blue value is 167.
RGB:
(209,150,167)
(82%,59%,65%)

RGB channels and saturation

R 209 of 255 = 82%
G 150 of 255 = 59%
B 167 of 255 = 65%

209
150
167

R + G + B ~ 69%. #D196A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 150 + 167 = 526 (100%)
R 209 of 526 ~ 39.73%
G 150 of 526 ~ 28.52%
B 167 of 526 ~ 31.75%

%39.73
%28.52
%31.75

CMYK color model

#D196A7 color CMYK value is (0,28,20,18).

  • cyan value is 0.00%
  • magenta value is 28.23%
  • yellow value is 20.10%
  • key color value is 18.04%
CMYK:
(0,28,20,18)
C0M28Y20K18 
(0%,28%,20%,18%)
(0.00/0.28/0.20/0.18)	

CMYK percentages

%0
%28.23
%20.1
%18.04

Codes

Color #D196A7 in popluar color models

D196A7
RGB209150167
HSL343°39.07%70.39%
HSB/HSV343°28.23%81.96%
CMYK0.00%28.23%20.10%
18.04%

Color #D196A7 in popluar number systems.

HEXD196A7
Decimal209150167
Binary110100011001011010100111
Octal321226247

Shades and tints

Shades of #D196A7

#D196A7
(209,150,167)
#BE8998
(190,137,152)
#AB7C89
(171,124,137)
#986F7A
(152,111,122)
#85626B
(133,98,107)
#72555C
(114,85,92)
#5F484D
(95,72,77)
#4C3B3E
(76,59,62)
#392E2F
(57,46,47)
#262120
(38,33,32)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #D196A7

#D196A7
(209,150,167)
#D59FAF
(213,159,175)
#D9A8B7
(217,168,183)
#DDB1BF
(221,177,191)
#E1BAC7
(225,186,199)
#E5C3CF
(229,195,207)
#E9CCD7
(233,204,215)
#EDD5DF
(237,213,223)
#F1DEE7
(241,222,231)
#F5E7EF
(245,231,239)
#F9F0F7
(249,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D196A7 color. Also use rgb(209,150,167) instead hex code.

Text Font Color

.myTextColor { color: #D196A7; }

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

This text font color is #D196A7.


Background Color

.myBgColor { background-color: #D196A7; }

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

This div background color is #D196A7.


Border color

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

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

This div border color is #D196A7.


Opacity

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

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

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

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

This text has shadow with #D196A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D196A7 on black background.


Color preview on white background

This text has color #D196A7 on white background.



Black color preview on #D196A7 background

This text has black color on #D196A7 background.


White color preview on #D196A7 background

This text has white color on #D196A7 background.