COLOR #D19BBD

HEX: #D19BBD RGB: (209,155,189)

Color info

#D19BBD contains red, green and blue colors in about the same proportion. Web safe color of #D19BBD is #CC99CC (or #C9C).

RGB color model

#D19BBD color RGB value is (209,155,189).

RGB: (209,155,189) (82%, 61%, 74%)

RGB channels and saturation

R 209 of 255 = 82%
G 155 of 255 = 61%
B 189 of 255 = 74%

209
155
189

R + G + B ~ 72%. #D19BBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 155 + 189 = 553 (100%)
R 209 of 553 ~ 37.79%
G 155 of 553 ~ 28.03%
B 189 of 553 ~ 34.18'%

%37.79
%28.03
%34.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.84%
  • yellow value is 9.57%
  • key color value is 18.04%
CMYK: (0,26,10,18) C0M26Y10K18 (0%,26%,10%,18%) (0.00/0.26/0.10/0.18) 

CMYK percentages

%0
%25.84
%9.57
%18.04

Codes

Color #D19BBD in popluar color models

D1 9B BD
RGB 209 155 189
HSL 322° 36.99% 71.37%
HSB/HSV 322° 25.84% 81.96%
CMYK 0.00% 25.84% 9.57%
18.04%

Color #D19BBD in popluar number systems.

HEX D1 9B BD
Decimal 209 155 189
Binary 11010001 10011011 10111101
Octal 321 233 275

Shades and tints

Shades of #D19BBD

#D19BBD
(209,155,189)
#BE8DAC
(190,141,172)
#AB7F9B
(171,127,155)
#98718A
(152,113,138)
#856379
(133,99,121)
#725568
(114,85,104)
#5F4757
(95,71,87)
#4C3946
(76,57,70)
#392B35
(57,43,53)
#261D24
(38,29,36)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #D19BBD

#D19BBD
(209,155,189)
#D5A4C3
(213,164,195)
#D9ADC9
(217,173,201)
#DDB6CF
(221,182,207)
#E1BFD5
(225,191,213)
#E5C8DB
(229,200,219)
#E9D1E1
(233,209,225)
#EDDAE7
(237,218,231)
#F1E3ED
(241,227,237)
#F5ECF3
(245,236,243)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19BBD; }

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

This text font color is #D19BBD.

Background Color

.myBgColor { background-color: #D19BBD; }

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

This div background color is #D19BBD.

Border color

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

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

This div border color is #D19BBD.

Opacity

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

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

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

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

This text has shadow with #D19BBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D19BBD.

Preview

Color preview on black background

This text has color #D19BBD on black background.


Color preview on white background

This text has color #D19BBD on white background.


Black color preview on #D19BBD background

This text has black color on #D19BBD background.


White color preview on #D19BBD background

This text has white color on #D19BBD background.


Related colors

Complementary color

Complementary color for #hex is #2E6442.


I love getcolorcode.com

Triadic colors

1 #BDD19B and #9BBDD1 with #D19BBD are triadic colors.

2 #BD9BD1 and #9BD1BD with #D19BBD are triadic colors.