COLOR #D497CE

HEX: #D497CE
RGB: (212,151,206)

Color info

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

RGB color model

#D497CE color RGB value is (212,151,206).

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

RGB channels and saturation

R 212 of 255 = 83%
G 151 of 255 = 59%
B 206 of 255 = 81%

212
151
206

R + G + B ~ 74%. #D497CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 151 + 206 = 569 (100%)
R 212 of 569 ~ 37.26%
G 151 of 569 ~ 26.54%
B 206 of 569 ~ 36.2%

%37.26
%26.54
%36.2

CMYK color model

#D497CE color CMYK value is (0,29,3,17).

  • cyan value is 0.00%
  • magenta value is 28.77%
  • yellow value is 2.83%
  • key color value is 16.86%
CMYK:
(0,29,3,17)
C0M29Y3K17 
(0%,29%,3%,17%)
(0.00/0.29/0.03/0.17)	

CMYK percentages

%0
%28.77
%2.83
%16.86

Codes

Color #D497CE in popluar color models

D497CE
RGB212151206
HSL306°41.50%71.18%
HSB/HSV306°28.77%83.14%
CMYK0.00%28.77%2.83%
16.86%

Color #D497CE in popluar number systems.

HEXD497CE
Decimal212151206
Binary110101001001011111001110
Octal324227316

Shades and tints

Shades of #D497CE

#D497CE
(212,151,206)
#C18ABC
(193,138,188)
#AE7DAA
(174,125,170)
#9B7098
(155,112,152)
#886386
(136,99,134)
#755674
(117,86,116)
#624962
(98,73,98)
#4F3C50
(79,60,80)
#3C2F3E
(60,47,62)
#29222C
(41,34,44)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #D497CE

#D497CE
(212,151,206)
#D7A0D2
(215,160,210)
#DAA9D6
(218,169,214)
#DDB2DA
(221,178,218)
#E0BBDE
(224,187,222)
#E3C4E2
(227,196,226)
#E6CDE6
(230,205,230)
#E9D6EA
(233,214,234)
#ECDFEE
(236,223,238)
#EFE8F2
(239,232,242)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D497CE; }

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

This text font color is #D497CE.


Background Color

.myBgColor { background-color: #D497CE; }

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

This div background color is #D497CE.


Border color

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

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

This div border color is #D497CE.


Opacity

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

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

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

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

This text has shadow with #D497CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D497CE on black background.


Color preview on white background

This text has color #D497CE on white background.



Black color preview on #D497CE background

This text has black color on #D497CE background.


White color preview on #D497CE background

This text has white color on #D497CE background.