COLOR #D198AE

HEX: #D198AE
RGB: (209,152,174)

Color info

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

RGB color model

#D198AE color RGB value is (209,152,174).

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

RGB channels and saturation

R 209 of 255 = 82%
G 152 of 255 = 60%
B 174 of 255 = 68%

209
152
174

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

Portions of RGB colors in percentages

R + G + B =
209 + 152 + 174 = 535 (100%)
R 209 of 535 ~ 39.07%
G 152 of 535 ~ 28.41%
B 174 of 535 ~ 32.52%

%39.07
%28.41
%32.52

CMYK color model

#D198AE color CMYK value is (0,27,17,18).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 16.75%
  • key color value is 18.04%
CMYK:
(0,27,17,18)
C0M27Y17K18 
(0%,27%,17%,18%)
(0.00/0.27/0.17/0.18)	

CMYK percentages

%0
%27.27
%16.75
%18.04

Codes

Color #D198AE in popluar color models

D198AE
RGB209152174
HSL337°38.26%70.78%
HSB/HSV337°27.27%81.96%
CMYK0.00%27.27%16.75%
18.04%

Color #D198AE in popluar number systems.

HEXD198AE
Decimal209152174
Binary110100011001100010101110
Octal321230256

Shades and tints

Shades of #D198AE

#D198AE
(209,152,174)
#BE8B9F
(190,139,159)
#AB7E90
(171,126,144)
#987181
(152,113,129)
#856472
(133,100,114)
#725763
(114,87,99)
#5F4A54
(95,74,84)
#4C3D45
(76,61,69)
#393036
(57,48,54)
#262327
(38,35,39)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #D198AE

#D198AE
(209,152,174)
#D5A1B5
(213,161,181)
#D9AABC
(217,170,188)
#DDB3C3
(221,179,195)
#E1BCCA
(225,188,202)
#E5C5D1
(229,197,209)
#E9CED8
(233,206,216)
#EDD7DF
(237,215,223)
#F1E0E6
(241,224,230)
#F5E9ED
(245,233,237)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D198AE; }

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

This text font color is #D198AE.


Background Color

.myBgColor { background-color: #D198AE; }

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

This div background color is #D198AE.


Border color

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

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

This div border color is #D198AE.


Opacity

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

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

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

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

This text has shadow with #D198AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D198AE on black background.


Color preview on white background

This text has color #D198AE on white background.



Black color preview on #D198AE background

This text has black color on #D198AE background.


White color preview on #D198AE background

This text has white color on #D198AE background.