COLOR #D199B1

HEX: #D199B1
RGB: (209,153,177)

Color info

#D199B1 contains red, green and blue colors in about the same proportion. Web safe color of #D199B1 is #CC9999 (or #C99).

RGB color model

#D199B1 color RGB value is (209,153,177).

  • red value is 209;
  • green value is 153;
  • blue value is 177.
RGB:
(209,153,177)
(82%,60%,69%)

RGB channels and saturation

R 209 of 255 = 82%
G 153 of 255 = 60%
B 177 of 255 = 69%

209
153
177

R + G + B ~ 70%. #D199B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 153 + 177 = 539 (100%)
R 209 of 539 ~ 38.78%
G 153 of 539 ~ 28.39%
B 177 of 539 ~ 32.84%

%38.78
%28.39
%32.84

CMYK color model

#D199B1 color CMYK value is (0,27,15,18).

  • cyan value is 0.00%
  • magenta value is 26.79%
  • yellow value is 15.31%
  • key color value is 18.04%
CMYK:
(0,27,15,18)
C0M27Y15K18 
(0%,27%,15%,18%)
(0.00/0.27/0.15/0.18)	

CMYK percentages

%0
%26.79
%15.31
%18.04

Codes

Color #D199B1 in popluar color models

D199B1
RGB209153177
HSL334°37.84%70.98%
HSB/HSV334°26.79%81.96%
CMYK0.00%26.79%15.31%
18.04%

Color #D199B1 in popluar number systems.

HEXD199B1
Decimal209153177
Binary110100011001100110110001
Octal321231261

Shades and tints

Shades of #D199B1

#D199B1
(209,153,177)
#BE8CA1
(190,140,161)
#AB7F91
(171,127,145)
#987281
(152,114,129)
#856571
(133,101,113)
#725861
(114,88,97)
#5F4B51
(95,75,81)
#4C3E41
(76,62,65)
#393131
(57,49,49)
#262421
(38,36,33)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #D199B1

#D199B1
(209,153,177)
#D5A2B8
(213,162,184)
#D9ABBF
(217,171,191)
#DDB4C6
(221,180,198)
#E1BDCD
(225,189,205)
#E5C6D4
(229,198,212)
#E9CFDB
(233,207,219)
#EDD8E2
(237,216,226)
#F1E1E9
(241,225,233)
#F5EAF0
(245,234,240)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D199B1; }

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

This text font color is #D199B1.


Background Color

.myBgColor { background-color: #D199B1; }

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

This div background color is #D199B1.


Border color

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

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

This div border color is #D199B1.


Opacity

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

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

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

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

This text has shadow with #D199B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D199B1 on black background.


Color preview on white background

This text has color #D199B1 on white background.



Black color preview on #D199B1 background

This text has black color on #D199B1 background.


White color preview on #D199B1 background

This text has white color on #D199B1 background.