COLOR #D196AF

HEX: #D196AF
RGB: (209,150,175)

Color info

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

RGB color model

#D196AF color RGB value is (209,150,175).

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

RGB channels and saturation

R 209 of 255 = 82%
G 150 of 255 = 59%
B 175 of 255 = 69%

209
150
175

R + G + B ~ 70%. #D196AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 150 + 175 = 534 (100%)
R 209 of 534 ~ 39.14%
G 150 of 534 ~ 28.09%
B 175 of 534 ~ 32.77%

%39.14
%28.09
%32.77

CMYK color model

#D196AF color CMYK value is (0,28,16,18).

  • cyan value is 0.00%
  • magenta value is 28.23%
  • yellow value is 16.27%
  • key color value is 18.04%
CMYK:
(0,28,16,18)
C0M28Y16K18 
(0%,28%,16%,18%)
(0.00/0.28/0.16/0.18)	

CMYK percentages

%0
%28.23
%16.27
%18.04

Codes

Color #D196AF in popluar color models

D196AF
RGB209150175
HSL335°39.07%70.39%
HSB/HSV335°28.23%81.96%
CMYK0.00%28.23%16.27%
18.04%

Color #D196AF in popluar number systems.

HEXD196AF
Decimal209150175
Binary110100011001011010101111
Octal321226257

Shades and tints

Shades of #D196AF

#D196AF
(209,150,175)
#BE89A0
(190,137,160)
#AB7C91
(171,124,145)
#986F82
(152,111,130)
#856273
(133,98,115)
#725564
(114,85,100)
#5F4855
(95,72,85)
#4C3B46
(76,59,70)
#392E37
(57,46,55)
#262128
(38,33,40)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #D196AF

#D196AF
(209,150,175)
#D59FB6
(213,159,182)
#D9A8BD
(217,168,189)
#DDB1C4
(221,177,196)
#E1BACB
(225,186,203)
#E5C3D2
(229,195,210)
#E9CCD9
(233,204,217)
#EDD5E0
(237,213,224)
#F1DEE7
(241,222,231)
#F5E7EE
(245,231,238)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D196AF; }

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

This text font color is #D196AF.


Background Color

.myBgColor { background-color: #D196AF; }

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

This div background color is #D196AF.


Border color

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

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

This div border color is #D196AF.


Opacity

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

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

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

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

This text has shadow with #D196AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D196AF on black background.


Color preview on white background

This text has color #D196AF on white background.



Black color preview on #D196AF background

This text has black color on #D196AF background.


White color preview on #D196AF background

This text has white color on #D196AF background.