COLOR #D198C1

HEX: #D198C1
RGB: (209,152,193)

Color info

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

RGB color model

#D198C1 color RGB value is (209,152,193).

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

RGB channels and saturation

R 209 of 255 = 82%
G 152 of 255 = 60%
B 193 of 255 = 76%

209
152
193

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

Portions of RGB colors in percentages

R + G + B =
209 + 152 + 193 = 554 (100%)
R 209 of 554 ~ 37.73%
G 152 of 554 ~ 27.44%
B 193 of 554 ~ 34.84%

%37.73
%27.44
%34.84

CMYK color model

#D198C1 color CMYK value is (0,27,8,18).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 7.66%
  • key color value is 18.04%
CMYK:
(0,27,8,18)
C0M27Y8K18 
(0%,27%,8%,18%)
(0.00/0.27/0.08/0.18)	

CMYK percentages

%0
%27.27
%7.66
%18.04

Codes

Color #D198C1 in popluar color models

D198C1
RGB209152193
HSL317°38.26%70.78%
HSB/HSV317°27.27%81.96%
CMYK0.00%27.27%7.66%
18.04%

Color #D198C1 in popluar number systems.

HEXD198C1
Decimal209152193
Binary110100011001100011000001
Octal321230301

Shades and tints

Shades of #D198C1

#D198C1
(209,152,193)
#BE8BB0
(190,139,176)
#AB7E9F
(171,126,159)
#98718E
(152,113,142)
#85647D
(133,100,125)
#72576C
(114,87,108)
#5F4A5B
(95,74,91)
#4C3D4A
(76,61,74)
#393039
(57,48,57)
#262328
(38,35,40)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #D198C1

#D198C1
(209,152,193)
#D5A1C6
(213,161,198)
#D9AACB
(217,170,203)
#DDB3D0
(221,179,208)
#E1BCD5
(225,188,213)
#E5C5DA
(229,197,218)
#E9CEDF
(233,206,223)
#EDD7E4
(237,215,228)
#F1E0E9
(241,224,233)
#F5E9EE
(245,233,238)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D198C1; }

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

This text font color is #D198C1.


Background Color

.myBgColor { background-color: #D198C1; }

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

This div background color is #D198C1.


Border color

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

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

This div border color is #D198C1.


Opacity

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

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

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

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

This text has shadow with #D198C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D198C1 on black background.


Color preview on white background

This text has color #D198C1 on white background.



Black color preview on #D198C1 background

This text has black color on #D198C1 background.


White color preview on #D198C1 background

This text has white color on #D198C1 background.