COLOR #D197ED

HEX: #D197ED
RGB: (209,151,237)

Color info

#D197ED contains mainly red and blue colors. Web safe color of #D197ED is #CC99FF (or #C9F).

RGB color model

#D197ED color RGB value is (209,151,237).

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

RGB channels and saturation

R 209 of 255 = 82%
G 151 of 255 = 59%
B 237 of 255 = 93%

209
151
237

R + G + B ~ 78%. #D197ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 151 + 237 = 597 (100%)
R 209 of 597 ~ 35.01%
G 151 of 597 ~ 25.29%
B 237 of 597 ~ 39.7%

%35.01
%25.29
%39.7

CMYK color model

#D197ED color CMYK value is (12,36,0,7).

  • cyan value is 11.81%
  • magenta value is 36.29%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(12,36,0,7)
C12M36Y0K7 
(12%,36%,0%,7%)
(0.12/0.36/0.00/0.07)	

CMYK percentages

%11.81
%36.29
%0
%7.06

Codes

Color #D197ED in popluar color models

D197ED
RGB209151237
HSL280°70.49%76.08%
HSB/HSV280°36.29%92.94%
CMYK11.81%36.29%0.00%
7.06%

Color #D197ED in popluar number systems.

HEXD197ED
Decimal209151237
Binary110100011001011111101101
Octal321227355

Shades and tints

Shades of #D197ED

#D197ED
(209,151,237)
#BE8AD8
(190,138,216)
#AB7DC3
(171,125,195)
#9870AE
(152,112,174)
#856399
(133,99,153)
#725684
(114,86,132)
#5F496F
(95,73,111)
#4C3C5A
(76,60,90)
#392F45
(57,47,69)
#262230
(38,34,48)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #D197ED

#D197ED
(209,151,237)
#D5A0EE
(213,160,238)
#D9A9EF
(217,169,239)
#DDB2F0
(221,178,240)
#E1BBF1
(225,187,241)
#E5C4F2
(229,196,242)
#E9CDF3
(233,205,243)
#EDD6F4
(237,214,244)
#F1DFF5
(241,223,245)
#F5E8F6
(245,232,246)
#F9F1F7
(249,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D197ED; }

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

This text font color is #D197ED.


Background Color

.myBgColor { background-color: #D197ED; }

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

This div background color is #D197ED.


Border color

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

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

This div border color is #D197ED.


Opacity

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

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

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

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

This text has shadow with #D197ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D197ED on black background.


Color preview on white background

This text has color #D197ED on white background.



Black color preview on #D197ED background

This text has black color on #D197ED background.


White color preview on #D197ED background

This text has white color on #D197ED background.