COLOR #D198C6

HEX: #D198C6
RGB: (209,152,198)

Color info

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

RGB color model

#D198C6 color RGB value is (209,152,198).

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

RGB channels and saturation

R 209 of 255 = 82%
G 152 of 255 = 60%
B 198 of 255 = 78%

209
152
198

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

Portions of RGB colors in percentages

R + G + B =
209 + 152 + 198 = 559 (100%)
R 209 of 559 ~ 37.39%
G 152 of 559 ~ 27.19%
B 198 of 559 ~ 35.42%

%37.39
%27.19
%35.42

CMYK color model

#D198C6 color CMYK value is (0,27,5,18).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 5.26%
  • key color value is 18.04%
CMYK:
(0,27,5,18)
C0M27Y5K18 
(0%,27%,5%,18%)
(0.00/0.27/0.05/0.18)	

CMYK percentages

%0
%27.27
%5.26
%18.04

Codes

Color #D198C6 in popluar color models

D198C6
RGB209152198
HSL312°38.26%70.78%
HSB/HSV312°27.27%81.96%
CMYK0.00%27.27%5.26%
18.04%

Color #D198C6 in popluar number systems.

HEXD198C6
Decimal209152198
Binary110100011001100011000110
Octal321230306

Shades and tints

Shades of #D198C6

#D198C6
(209,152,198)
#BE8BB4
(190,139,180)
#AB7EA2
(171,126,162)
#987190
(152,113,144)
#85647E
(133,100,126)
#72576C
(114,87,108)
#5F4A5A
(95,74,90)
#4C3D48
(76,61,72)
#393036
(57,48,54)
#262324
(38,35,36)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #D198C6

#D198C6
(209,152,198)
#D5A1CB
(213,161,203)
#D9AAD0
(217,170,208)
#DDB3D5
(221,179,213)
#E1BCDA
(225,188,218)
#E5C5DF
(229,197,223)
#E9CEE4
(233,206,228)
#EDD7E9
(237,215,233)
#F1E0EE
(241,224,238)
#F5E9F3
(245,233,243)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D198C6; }

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

This text font color is #D198C6.


Background Color

.myBgColor { background-color: #D198C6; }

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

This div background color is #D198C6.


Border color

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

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

This div border color is #D198C6.


Opacity

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

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

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

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

This text has shadow with #D198C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D198C6 on black background.


Color preview on white background

This text has color #D198C6 on white background.



Black color preview on #D198C6 background

This text has black color on #D198C6 background.


White color preview on #D198C6 background

This text has white color on #D198C6 background.