COLOR #D19BAC

HEX: #D19BAC
RGB: (209,155,172)

Color info

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

RGB color model

#D19BAC color RGB value is (209,155,172).

  • red value is 209;
  • green value is 155;
  • blue value is 172.
RGB:
(209,155,172)
(82%,61%,67%)

RGB channels and saturation

R 209 of 255 = 82%
G 155 of 255 = 61%
B 172 of 255 = 67%

209
155
172

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

Portions of RGB colors in percentages

R + G + B =
209 + 155 + 172 = 536 (100%)
R 209 of 536 ~ 38.99%
G 155 of 536 ~ 28.92%
B 172 of 536 ~ 32.09%

%38.99
%28.92
%32.09

CMYK color model

#D19BAC color CMYK value is (0,26,18,18).

  • cyan value is 0.00%
  • magenta value is 25.84%
  • yellow value is 17.70%
  • key color value is 18.04%
CMYK:
(0,26,18,18)
C0M26Y18K18 
(0%,26%,18%,18%)
(0.00/0.26/0.18/0.18)	

CMYK percentages

%0
%25.84
%17.7
%18.04

Codes

Color #D19BAC in popluar color models

D19BAC
RGB209155172
HSL341°36.99%71.37%
HSB/HSV341°25.84%81.96%
CMYK0.00%25.84%17.70%
18.04%

Color #D19BAC in popluar number systems.

HEXD19BAC
Decimal209155172
Binary110100011001101110101100
Octal321233254

Shades and tints

Shades of #D19BAC

#D19BAC
(209,155,172)
#BE8D9D
(190,141,157)
#AB7F8E
(171,127,142)
#98717F
(152,113,127)
#856370
(133,99,112)
#725561
(114,85,97)
#5F4752
(95,71,82)
#4C3943
(76,57,67)
#392B34
(57,43,52)
#261D25
(38,29,37)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #D19BAC

#D19BAC
(209,155,172)
#D5A4B3
(213,164,179)
#D9ADBA
(217,173,186)
#DDB6C1
(221,182,193)
#E1BFC8
(225,191,200)
#E5C8CF
(229,200,207)
#E9D1D6
(233,209,214)
#EDDADD
(237,218,221)
#F1E3E4
(241,227,228)
#F5ECEB
(245,236,235)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19BAC color. Also use rgb(209,155,172) instead hex code.

Text Font Color

.myTextColor { color: #D19BAC; }

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

This text font color is #D19BAC.


Background Color

.myBgColor { background-color: #D19BAC; }

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

This div background color is #D19BAC.


Border color

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

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

This div border color is #D19BAC.


Opacity

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

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

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

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

This text has shadow with #D19BAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19BAC on black background.


Color preview on white background

This text has color #D19BAC on white background.



Black color preview on #D19BAC background

This text has black color on #D19BAC background.


White color preview on #D19BAC background

This text has white color on #D19BAC background.