COLOR #D19BA9

HEX: #D19BA9
RGB: (209,155,169)

Color info

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

RGB color model

#D19BA9 color RGB value is (209,155,169).

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

RGB channels and saturation

R 209 of 255 = 82%
G 155 of 255 = 61%
B 169 of 255 = 66%

209
155
169

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

Portions of RGB colors in percentages

R + G + B =
209 + 155 + 169 = 533 (100%)
R 209 of 533 ~ 39.21%
G 155 of 533 ~ 29.08%
B 169 of 533 ~ 31.71%

%39.21
%29.08
%31.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.84%
  • yellow value is 19.14%
  • key color value is 18.04%
CMYK:
(0,26,19,18)
C0M26Y19K18 
(0%,26%,19%,18%)
(0.00/0.26/0.19/0.18)	

CMYK percentages

%0
%25.84
%19.14
%18.04

Codes

Color #D19BA9 in popluar color models

D19BA9
RGB209155169
HSL344°36.99%71.37%
HSB/HSV344°25.84%81.96%
CMYK0.00%25.84%19.14%
18.04%

Color #D19BA9 in popluar number systems.

HEXD19BA9
Decimal209155169
Binary110100011001101110101001
Octal321233251

Shades and tints

Shades of #D19BA9

#D19BA9
(209,155,169)
#BE8D9A
(190,141,154)
#AB7F8B
(171,127,139)
#98717C
(152,113,124)
#85636D
(133,99,109)
#72555E
(114,85,94)
#5F474F
(95,71,79)
#4C3940
(76,57,64)
#392B31
(57,43,49)
#261D22
(38,29,34)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #D19BA9

#D19BA9
(209,155,169)
#D5A4B0
(213,164,176)
#D9ADB7
(217,173,183)
#DDB6BE
(221,182,190)
#E1BFC5
(225,191,197)
#E5C8CC
(229,200,204)
#E9D1D3
(233,209,211)
#EDDADA
(237,218,218)
#F1E3E1
(241,227,225)
#F5ECE8
(245,236,232)
#F9F5EF
(249,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19BA9; }

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

This text font color is #D19BA9.


Background Color

.myBgColor { background-color: #D19BA9; }

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

This div background color is #D19BA9.


Border color

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

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

This div border color is #D19BA9.


Opacity

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

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

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

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

This text has shadow with #D19BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19BA9 on black background.


Color preview on white background

This text has color #D19BA9 on white background.



Black color preview on #D19BA9 background

This text has black color on #D19BA9 background.


White color preview on #D19BA9 background

This text has white color on #D19BA9 background.