COLOR #D19BCF

HEX: #D19BCF RGB: (209,155,207)

Color info

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

RGB color model

#D19BCF color RGB value is (209,155,207).

RGB: (209,155,207) (82%, 61%, 81%)

RGB channels and saturation

R 209 of 255 = 82%
G 155 of 255 = 61%
B 207 of 255 = 81%

209
155
207

R + G + B ~ 75%. #D19BCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 155 + 207 = 571 (100%)
R 209 of 571 ~ 36.6%
G 155 of 571 ~ 27.15%
B 207 of 571 ~ 36.25'%

%36.6
%27.15
%36.25

CMYK color model

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

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

CMYK: (0,26,1,18)
C0M26Y1K18 (0%, 26%, 1%, 18%)
(0.00 / 0.26 / 0.01 / 0.18)

CMYK percentages

%0
%25.84
%0.96
%18.04

Codes

Color #D19BCF in popluar color models

D1 9B CF
RGB 209 155 207
HSL 302° 36.99% 71.37%
HSB/HSV 302° 25.84% 81.96%
CMYK 0.00% 25.84% 0.96%
18.04%

Color #D19BCF in popluar number systems.

HEX D1 9B CF
Decimal 209 155 207
Binary 11010001 10011011 11001111
Octal 321 233 317

Shades and tints

Shades of #D19BCF

#D19BCF
(209,155,207)
#BE8DBD
(190,141,189)
#AB7FAB
(171,127,171)
#987199
(152,113,153)
#856387
(133,99,135)
#725575
(114,85,117)
#5F4763
(95,71,99)
#4C3951
(76,57,81)
#392B3F
(57,43,63)
#261D2D
(38,29,45)
#130F1B
(19,15,27)
#000000
(0,0,0)

Tints of #D19BCF

#D19BCF
(209,155,207)
#D5A4D3
(213,164,211)
#D9ADD7
(217,173,215)
#DDB6DB
(221,182,219)
#E1BFDF
(225,191,223)
#E5C8E3
(229,200,227)
#E9D1E7
(233,209,231)
#EDDAEB
(237,218,235)
#F1E3EF
(241,227,239)
#F5ECF3
(245,236,243)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19BCF; }

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

This text font color is #D19BCF.

Background Color

.myBgColor { background-color: #D19BCF; }

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

This div background color is #D19BCF.

Border color

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

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

This div border color is #D19BCF.

Opacity

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

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

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

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

This text has shadow with #D19BCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D19BCF.

Preview

Color preview on black background

This text has color #D19BCF on black background.


Color preview on white background

This text has color #D19BCF on white background.


Black color preview on #D19BCF background

This text has black color on #D19BCF background.


White color preview on #D19BCF background

This text has white color on #D19BCF background.


Related colors

Complementary color

Complementary color for #hex is #2E6430.


I love getcolorcode.com

Triadic colors

1 #CFD19B and #9BCFD1 with #D19BCF are triadic colors.

2 #CF9BD1 and #9BD1CF with #D19BCF are triadic colors.