COLOR #D199A8

HEX: #D199A8 RGB: (209,153,168)

Color info

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

RGB color model

#D199A8 color RGB value is (209,153,168).

RGB: (209,153,168) (82%, 60%, 66%)

RGB channels and saturation

R 209 of 255 = 82%
G 153 of 255 = 60%
B 168 of 255 = 66%

209
153
168

R + G + B ~ 69%. #D199A8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 153 + 168 = 530 (100%)
R 209 of 530 ~ 39.43%
G 153 of 530 ~ 28.87%
B 168 of 530 ~ 31.7'%

%39.43
%28.87
%31.7

CMYK color model

#D199A8 color CMYK value is (0,27,20,18).

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

CMYK: (0,27,20,18)
C0M27Y20K18 (0%, 27%, 20%, 18%)
(0.00 / 0.27 / 0.20 / 0.18)

CMYK percentages

%0
%26.79
%19.62
%18.04

Codes

Color #D199A8 in popluar color models

D1 99 A8
RGB 209 153 168
HSL 344° 37.84% 70.98%
HSB/HSV 344° 26.79% 81.96%
CMYK 0.00% 26.79% 19.62%
18.04%

Color #D199A8 in popluar number systems.

HEX D1 99 A8
Decimal 209 153 168
Binary 11010001 10011001 10101000
Octal 321 231 250

Shades and tints

Shades of #D199A8

#D199A8
(209,153,168)
#BE8C99
(190,140,153)
#AB7F8A
(171,127,138)
#98727B
(152,114,123)
#85656C
(133,101,108)
#72585D
(114,88,93)
#5F4B4E
(95,75,78)
#4C3E3F
(76,62,63)
#393130
(57,49,48)
#262421
(38,36,33)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #D199A8

#D199A8
(209,153,168)
#D5A2AF
(213,162,175)
#D9ABB6
(217,171,182)
#DDB4BD
(221,180,189)
#E1BDC4
(225,189,196)
#E5C6CB
(229,198,203)
#E9CFD2
(233,207,210)
#EDD8D9
(237,216,217)
#F1E1E0
(241,225,224)
#F5EAE7
(245,234,231)
#F9F3EE
(249,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D199A8; }

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

This text font color is #D199A8.

Background Color

.myBgColor { background-color: #D199A8; }

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

This div background color is #D199A8.

Border color

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

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

This div border color is #D199A8.

Opacity

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

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

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

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

This text has shadow with #D199A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D199A8.

Preview

Color preview on black background

This text has color #D199A8 on black background.


Color preview on white background

This text has color #D199A8 on white background.


Black color preview on #D199A8 background

This text has black color on #D199A8 background.


White color preview on #D199A8 background

This text has white color on #D199A8 background.


Related colors

Complementary color

Complementary color for #hex is #2E6657.


I love getcolorcode.com

Triadic colors

1 #A8D199 and #99A8D1 with #D199A8 are triadic colors.

2 #A899D1 and #99D1A8 with #D199A8 are triadic colors.