COLOR #D19BBE

HEX: #D19BBE RGB: (209,155,190)

Color info

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

RGB color model

#D19BBE color RGB value is (209,155,190).

RGB: (209,155,190) (82%, 61%, 75%)

RGB channels and saturation

R 209 of 255 = 82%
G 155 of 255 = 61%
B 190 of 255 = 75%

209
155
190

R + G + B ~ 73%. #D19BBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 155 + 190 = 554 (100%)
R 209 of 554 ~ 37.73%
G 155 of 554 ~ 27.98%
B 190 of 554 ~ 34.3'%

%37.73
%27.98
%34.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.84%
  • yellow value is 9.09%
  • key color value is 18.04%

CMYK: (0,26,9,18)
C0M26Y9K18 (0%, 26%, 9%, 18%)
(0.00 / 0.26 / 0.09 / 0.18)

CMYK percentages

%0
%25.84
%9.09
%18.04

Codes

Color #D19BBE in popluar color models

D1 9B BE
RGB 209 155 190
HSL 321° 36.99% 71.37%
HSB/HSV 321° 25.84% 81.96%
CMYK 0.00% 25.84% 9.09%
18.04%

Color #D19BBE in popluar number systems.

HEX D1 9B BE
Decimal 209 155 190
Binary 11010001 10011011 10111110
Octal 321 233 276

Shades and tints

Shades of #D19BBE

#D19BBE
(209,155,190)
#BE8DAD
(190,141,173)
#AB7F9C
(171,127,156)
#98718B
(152,113,139)
#85637A
(133,99,122)
#725569
(114,85,105)
#5F4758
(95,71,88)
#4C3947
(76,57,71)
#392B36
(57,43,54)
#261D25
(38,29,37)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #D19BBE

#D19BBE
(209,155,190)
#D5A4C3
(213,164,195)
#D9ADC8
(217,173,200)
#DDB6CD
(221,182,205)
#E1BFD2
(225,191,210)
#E5C8D7
(229,200,215)
#E9D1DC
(233,209,220)
#EDDAE1
(237,218,225)
#F1E3E6
(241,227,230)
#F5ECEB
(245,236,235)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19BBE; }

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

This text font color is #D19BBE.

Background Color

.myBgColor { background-color: #D19BBE; }

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

This div background color is #D19BBE.

Border color

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

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

This div border color is #D19BBE.

Opacity

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

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

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

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

This text has shadow with #D19BBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D19BBE.

Preview

Color preview on black background

This text has color #D19BBE on black background.


Color preview on white background

This text has color #D19BBE on white background.


Black color preview on #D19BBE background

This text has black color on #D19BBE background.


White color preview on #D19BBE background

This text has white color on #D19BBE background.


Related colors

Complementary color

Complementary color for #hex is #2E6441.


I love getcolorcode.com

Triadic colors

1 #BED19B and #9BBED1 with #D19BBE are triadic colors.

2 #BE9BD1 and #9BD1BE with #D19BBE are triadic colors.