COLOR #D198AA

HEX: #D198AA
RGB: (209,152,170)

Color info

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

RGB color model

#D198AA color RGB value is (209,152,170).

  • red value is 209;
  • green value is 152;
  • blue value is 170.
RGB:
(209,152,170)
(82%,60%,67%)

RGB channels and saturation

R 209 of 255 = 82%
G 152 of 255 = 60%
B 170 of 255 = 67%

209
152
170

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

Portions of RGB colors in percentages

R + G + B =
209 + 152 + 170 = 531 (100%)
R 209 of 531 ~ 39.36%
G 152 of 531 ~ 28.63%
B 170 of 531 ~ 32.02%

%39.36
%28.63
%32.02

CMYK color model

#D198AA color CMYK value is (0,27,19,18).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 18.66%
  • key color value is 18.04%
CMYK:
(0,27,19,18)
C0M27Y19K18 
(0%,27%,19%,18%)
(0.00/0.27/0.19/0.18)	

CMYK percentages

%0
%27.27
%18.66
%18.04

Codes

Color #D198AA in popluar color models

D198AA
RGB209152170
HSL341°38.26%70.78%
HSB/HSV341°27.27%81.96%
CMYK0.00%27.27%18.66%
18.04%

Color #D198AA in popluar number systems.

HEXD198AA
Decimal209152170
Binary110100011001100010101010
Octal321230252

Shades and tints

Shades of #D198AA

#D198AA
(209,152,170)
#BE8B9B
(190,139,155)
#AB7E8C
(171,126,140)
#98717D
(152,113,125)
#85646E
(133,100,110)
#72575F
(114,87,95)
#5F4A50
(95,74,80)
#4C3D41
(76,61,65)
#393032
(57,48,50)
#262323
(38,35,35)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #D198AA

#D198AA
(209,152,170)
#D5A1B1
(213,161,177)
#D9AAB8
(217,170,184)
#DDB3BF
(221,179,191)
#E1BCC6
(225,188,198)
#E5C5CD
(229,197,205)
#E9CED4
(233,206,212)
#EDD7DB
(237,215,219)
#F1E0E2
(241,224,226)
#F5E9E9
(245,233,233)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D198AA color. Also use rgb(209,152,170) instead hex code.

Text Font Color

.myTextColor { color: #D198AA; }

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

This text font color is #D198AA.


Background Color

.myBgColor { background-color: #D198AA; }

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

This div background color is #D198AA.


Border color

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

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

This div border color is #D198AA.


Opacity

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

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

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

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

This text has shadow with #D198AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D198AA on black background.


Color preview on white background

This text has color #D198AA on white background.



Black color preview on #D198AA background

This text has black color on #D198AA background.


White color preview on #D198AA background

This text has white color on #D198AA background.