COLOR #D199BC

HEX: #D199BC RGB: (209,153,188)

Color info

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

RGB color model

#D199BC color RGB value is (209,153,188).

RGB: (209,153,188) (82%, 60%, 74%)

RGB channels and saturation

R 209 of 255 = 82%
G 153 of 255 = 60%
B 188 of 255 = 74%

209
153
188

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

Portions of RGB colors in percentages

R + G + B = 209 + 153 + 188 = 550 (100%)
R 209 of 550 ~ 38%
G 153 of 550 ~ 27.82%
B 188 of 550 ~ 34.18'%

%38
%27.82
%34.18

CMYK color model

#D199BC color CMYK value is (0,27,10,18).

  • cyan value is 0.00%
  • magenta value is 26.79%
  • yellow value is 10.05%
  • key color value is 18.04%

CMYK: (0,27,10,18)
C0M27Y10K18 (0%, 27%, 10%, 18%)
(0.00 / 0.27 / 0.10 / 0.18)

CMYK percentages

%0
%26.79
%10.05
%18.04

Codes

Color #D199BC in popluar color models

D1 99 BC
RGB 209 153 188
HSL 323° 37.84% 70.98%
HSB/HSV 323° 26.79% 81.96%
CMYK 0.00% 26.79% 10.05%
18.04%

Color #D199BC in popluar number systems.

HEX D1 99 BC
Decimal 209 153 188
Binary 11010001 10011001 10111100
Octal 321 231 274

Shades and tints

Shades of #D199BC

#D199BC
(209,153,188)
#BE8CAB
(190,140,171)
#AB7F9A
(171,127,154)
#987289
(152,114,137)
#856578
(133,101,120)
#725867
(114,88,103)
#5F4B56
(95,75,86)
#4C3E45
(76,62,69)
#393134
(57,49,52)
#262423
(38,36,35)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #D199BC

#D199BC
(209,153,188)
#D5A2C2
(213,162,194)
#D9ABC8
(217,171,200)
#DDB4CE
(221,180,206)
#E1BDD4
(225,189,212)
#E5C6DA
(229,198,218)
#E9CFE0
(233,207,224)
#EDD8E6
(237,216,230)
#F1E1EC
(241,225,236)
#F5EAF2
(245,234,242)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D199BC color. Also use rgb(209,153,188) instead hex code.

Text Font Color

.myTextColor { color: #D199BC; }

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

This text font color is #D199BC.

Background Color

.myBgColor { background-color: #D199BC; }

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

This div background color is #D199BC.

Border color

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

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

This div border color is #D199BC.

Opacity

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

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

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

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

This text has shadow with #D199BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D199BC.

Preview

Color preview on black background

This text has color #D199BC on black background.


Color preview on white background

This text has color #D199BC on white background.


Black color preview on #D199BC background

This text has black color on #D199BC background.


White color preview on #D199BC background

This text has white color on #D199BC background.


Related colors

Complementary color

Complementary color for #hex is #2E6643.


I love getcolorcode.com

Triadic colors

1 #BCD199 and #99BCD1 with #D199BC are triadic colors.

2 #BC99D1 and #99D1BC with #D199BC are triadic colors.