COLOR #D199C5

HEX: #D199C5
RGB: (209,153,197)

Color info

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

RGB color model

#D199C5 color RGB value is (209,153,197).

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

RGB channels and saturation

R 209 of 255 = 82%
G 153 of 255 = 60%
B 197 of 255 = 77%

209
153
197

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

Portions of RGB colors in percentages

R + G + B =
209 + 153 + 197 = 559 (100%)
R 209 of 559 ~ 37.39%
G 153 of 559 ~ 27.37%
B 197 of 559 ~ 35.24%

%37.39
%27.37
%35.24

CMYK color model

#D199C5 color CMYK value is (0,27,6,18).

  • cyan value is 0.00%
  • magenta value is 26.79%
  • yellow value is 5.74%
  • key color value is 18.04%
CMYK:
(0,27,6,18)
C0M27Y6K18 
(0%,27%,6%,18%)
(0.00/0.27/0.06/0.18)	

CMYK percentages

%0
%26.79
%5.74
%18.04

Codes

Color #D199C5 in popluar color models

D199C5
RGB209153197
HSL313°37.84%70.98%
HSB/HSV313°26.79%81.96%
CMYK0.00%26.79%5.74%
18.04%

Color #D199C5 in popluar number systems.

HEXD199C5
Decimal209153197
Binary110100011001100111000101
Octal321231305

Shades and tints

Shades of #D199C5

#D199C5
(209,153,197)
#BE8CB4
(190,140,180)
#AB7FA3
(171,127,163)
#987292
(152,114,146)
#856581
(133,101,129)
#725870
(114,88,112)
#5F4B5F
(95,75,95)
#4C3E4E
(76,62,78)
#39313D
(57,49,61)
#26242C
(38,36,44)
#13171B
(19,23,27)
#000000
(0,0,0)

Tints of #D199C5

#D199C5
(209,153,197)
#D5A2CA
(213,162,202)
#D9ABCF
(217,171,207)
#DDB4D4
(221,180,212)
#E1BDD9
(225,189,217)
#E5C6DE
(229,198,222)
#E9CFE3
(233,207,227)
#EDD8E8
(237,216,232)
#F1E1ED
(241,225,237)
#F5EAF2
(245,234,242)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D199C5; }

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

This text font color is #D199C5.


Background Color

.myBgColor { background-color: #D199C5; }

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

This div background color is #D199C5.


Border color

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

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

This div border color is #D199C5.


Opacity

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

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

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

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

This text has shadow with #D199C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D199C5 on black background.


Color preview on white background

This text has color #D199C5 on white background.



Black color preview on #D199C5 background

This text has black color on #D199C5 background.


White color preview on #D199C5 background

This text has white color on #D199C5 background.