COLOR #D495A6

HEX: #D495A6
RGB: (212,149,166)

Color info

#D495A6 contains mainly red and blue colors. Web safe color of #D495A6 is #CC9999 (or #C99).

RGB color model

#D495A6 color RGB value is (212,149,166).

  • red value is 212;
  • green value is 149;
  • blue value is 166.
RGB:
(212,149,166)
(83%,58%,65%)

RGB channels and saturation

R 212 of 255 = 83%
G 149 of 255 = 58%
B 166 of 255 = 65%

212
149
166

R + G + B ~ 69%. #D495A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 149 + 166 = 527 (100%)
R 212 of 527 ~ 40.23%
G 149 of 527 ~ 28.27%
B 166 of 527 ~ 31.5%

%40.23
%28.27
%31.5

CMYK color model

#D495A6 color CMYK value is (0,30,22,17).

  • cyan value is 0.00%
  • magenta value is 29.72%
  • yellow value is 21.70%
  • key color value is 16.86%
CMYK:
(0,30,22,17)
C0M30Y22K17 
(0%,30%,22%,17%)
(0.00/0.30/0.22/0.17)	

CMYK percentages

%0
%29.72
%21.7
%16.86

Codes

Color #D495A6 in popluar color models

D495A6
RGB212149166
HSL344°42.28%70.78%
HSB/HSV344°29.72%83.14%
CMYK0.00%29.72%21.70%
16.86%

Color #D495A6 in popluar number systems.

HEXD495A6
Decimal212149166
Binary110101001001010110100110
Octal324225246

Shades and tints

Shades of #D495A6

#D495A6
(212,149,166)
#C18897
(193,136,151)
#AE7B88
(174,123,136)
#9B6E79
(155,110,121)
#88616A
(136,97,106)
#75545B
(117,84,91)
#62474C
(98,71,76)
#4F3A3D
(79,58,61)
#3C2D2E
(60,45,46)
#29201F
(41,32,31)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #D495A6

#D495A6
(212,149,166)
#D79EAE
(215,158,174)
#DAA7B6
(218,167,182)
#DDB0BE
(221,176,190)
#E0B9C6
(224,185,198)
#E3C2CE
(227,194,206)
#E6CBD6
(230,203,214)
#E9D4DE
(233,212,222)
#ECDDE6
(236,221,230)
#EFE6EE
(239,230,238)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D495A6 color. Also use rgb(212,149,166) instead hex code.

Text Font Color

.myTextColor { color: #D495A6; }

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

This text font color is #D495A6.


Background Color

.myBgColor { background-color: #D495A6; }

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

This div background color is #D495A6.


Border color

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

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

This div border color is #D495A6.


Opacity

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

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

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

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

This text has shadow with #D495A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D495A6 on black background.


Color preview on white background

This text has color #D495A6 on white background.



Black color preview on #D495A6 background

This text has black color on #D495A6 background.


White color preview on #D495A6 background

This text has white color on #D495A6 background.