COLOR #D197C6

HEX: #D197C6
RGB: (209,151,198)

Color info

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

RGB color model

#D197C6 color RGB value is (209,151,198).

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

RGB channels and saturation

R 209 of 255 = 82%
G 151 of 255 = 59%
B 198 of 255 = 78%

209
151
198

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

Portions of RGB colors in percentages

R + G + B =
209 + 151 + 198 = 558 (100%)
R 209 of 558 ~ 37.46%
G 151 of 558 ~ 27.06%
B 198 of 558 ~ 35.48%

%37.46
%27.06
%35.48

CMYK color model

#D197C6 color CMYK value is (0,28,5,18).

  • cyan value is 0.00%
  • magenta value is 27.75%
  • yellow value is 5.26%
  • key color value is 18.04%
CMYK:
(0,28,5,18)
C0M28Y5K18 
(0%,28%,5%,18%)
(0.00/0.28/0.05/0.18)	

CMYK percentages

%0
%27.75
%5.26
%18.04

Codes

Color #D197C6 in popluar color models

D197C6
RGB209151198
HSL311°38.67%70.59%
HSB/HSV311°27.75%81.96%
CMYK0.00%27.75%5.26%
18.04%

Color #D197C6 in popluar number systems.

HEXD197C6
Decimal209151198
Binary110100011001011111000110
Octal321227306

Shades and tints

Shades of #D197C6

#D197C6
(209,151,198)
#BE8AB4
(190,138,180)
#AB7DA2
(171,125,162)
#987090
(152,112,144)
#85637E
(133,99,126)
#72566C
(114,86,108)
#5F495A
(95,73,90)
#4C3C48
(76,60,72)
#392F36
(57,47,54)
#262224
(38,34,36)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #D197C6

#D197C6
(209,151,198)
#D5A0CB
(213,160,203)
#D9A9D0
(217,169,208)
#DDB2D5
(221,178,213)
#E1BBDA
(225,187,218)
#E5C4DF
(229,196,223)
#E9CDE4
(233,205,228)
#EDD6E9
(237,214,233)
#F1DFEE
(241,223,238)
#F5E8F3
(245,232,243)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D197C6; }

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

This text font color is #D197C6.


Background Color

.myBgColor { background-color: #D197C6; }

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

This div background color is #D197C6.


Border color

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

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

This div border color is #D197C6.


Opacity

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

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

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

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

This text has shadow with #D197C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D197C6 on black background.


Color preview on white background

This text has color #D197C6 on white background.



Black color preview on #D197C6 background

This text has black color on #D197C6 background.


White color preview on #D197C6 background

This text has white color on #D197C6 background.