COLOR #D18BA9

HEX: #D18BA9
RGB: (209,139,169)

Color info

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

RGB color model

#D18BA9 color RGB value is (209,139,169).

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

RGB channels and saturation

R 209 of 255 = 82%
G 139 of 255 = 55%
B 169 of 255 = 66%

209
139
169

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

Portions of RGB colors in percentages

R + G + B =
209 + 139 + 169 = 517 (100%)
R 209 of 517 ~ 40.43%
G 139 of 517 ~ 26.89%
B 169 of 517 ~ 32.69%

%40.43
%26.89
%32.69

CMYK color model

#D18BA9 color CMYK value is (0,33,19,18).

  • cyan value is 0.00%
  • magenta value is 33.49%
  • yellow value is 19.14%
  • key color value is 18.04%
CMYK:
(0,33,19,18)
C0M33Y19K18 
(0%,33%,19%,18%)
(0.00/0.33/0.19/0.18)	

CMYK percentages

%0
%33.49
%19.14
%18.04

Codes

Color #D18BA9 in popluar color models

D18BA9
RGB209139169
HSL334°43.21%68.24%
HSB/HSV334°33.49%81.96%
CMYK0.00%33.49%19.14%
18.04%

Color #D18BA9 in popluar number systems.

HEXD18BA9
Decimal209139169
Binary110100011000101110101001
Octal321213251

Shades and tints

Shades of #D18BA9

#D18BA9
(209,139,169)
#BE7F9A
(190,127,154)
#AB738B
(171,115,139)
#98677C
(152,103,124)
#855B6D
(133,91,109)
#724F5E
(114,79,94)
#5F434F
(95,67,79)
#4C3740
(76,55,64)
#392B31
(57,43,49)
#261F22
(38,31,34)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #D18BA9

#D18BA9
(209,139,169)
#D595B0
(213,149,176)
#D99FB7
(217,159,183)
#DDA9BE
(221,169,190)
#E1B3C5
(225,179,197)
#E5BDCC
(229,189,204)
#E9C7D3
(233,199,211)
#EDD1DA
(237,209,218)
#F1DBE1
(241,219,225)
#F5E5E8
(245,229,232)
#F9EFEF
(249,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18BA9; }

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

This text font color is #D18BA9.


Background Color

.myBgColor { background-color: #D18BA9; }

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

This div background color is #D18BA9.


Border color

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

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

This div border color is #D18BA9.


Opacity

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

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

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

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

This text has shadow with #D18BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18BA9 on black background.


Color preview on white background

This text has color #D18BA9 on white background.



Black color preview on #D18BA9 background

This text has black color on #D18BA9 background.


White color preview on #D18BA9 background

This text has white color on #D18BA9 background.