COLOR #D497C6

HEX: #D497C6
RGB: (212,151,198)

Color info

#D497C6 contains mainly red and blue colors. Web safe color of #D497C6 is #CC99CC (or #C9C).

RGB color model

#D497C6 color RGB value is (212,151,198).

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

RGB channels and saturation

R 212 of 255 = 83%
G 151 of 255 = 59%
B 198 of 255 = 78%

212
151
198

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

Portions of RGB colors in percentages

R + G + B =
212 + 151 + 198 = 561 (100%)
R 212 of 561 ~ 37.79%
G 151 of 561 ~ 26.92%
B 198 of 561 ~ 35.29%

%37.79
%26.92
%35.29

CMYK color model

#D497C6 color CMYK value is (0,29,7,17).

  • cyan value is 0.00%
  • magenta value is 28.77%
  • yellow value is 6.60%
  • key color value is 16.86%
CMYK:
(0,29,7,17)
C0M29Y7K17 
(0%,29%,7%,17%)
(0.00/0.29/0.07/0.17)	

CMYK percentages

%0
%28.77
%6.6
%16.86

Codes

Color #D497C6 in popluar color models

D497C6
RGB212151198
HSL314°41.50%71.18%
HSB/HSV314°28.77%83.14%
CMYK0.00%28.77%6.60%
16.86%

Color #D497C6 in popluar number systems.

HEXD497C6
Decimal212151198
Binary110101001001011111000110
Octal324227306

Shades and tints

Shades of #D497C6

#D497C6
(212,151,198)
#C18AB4
(193,138,180)
#AE7DA2
(174,125,162)
#9B7090
(155,112,144)
#88637E
(136,99,126)
#75566C
(117,86,108)
#62495A
(98,73,90)
#4F3C48
(79,60,72)
#3C2F36
(60,47,54)
#292224
(41,34,36)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #D497C6

#D497C6
(212,151,198)
#D7A0CB
(215,160,203)
#DAA9D0
(218,169,208)
#DDB2D5
(221,178,213)
#E0BBDA
(224,187,218)
#E3C4DF
(227,196,223)
#E6CDE4
(230,205,228)
#E9D6E9
(233,214,233)
#ECDFEE
(236,223,238)
#EFE8F3
(239,232,243)
#F2F1F8
(242,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D497C6; }

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

This text font color is #D497C6.


Background Color

.myBgColor { background-color: #D497C6; }

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

This div background color is #D497C6.


Border color

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

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

This div border color is #D497C6.


Opacity

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

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

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

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

This text has shadow with #D497C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D497C6 on black background.


Color preview on white background

This text has color #D497C6 on white background.



Black color preview on #D497C6 background

This text has black color on #D497C6 background.


White color preview on #D497C6 background

This text has white color on #D497C6 background.