COLOR #D494A3

HEX: #D494A3
RGB: (212,148,163)

Color info

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

RGB color model

#D494A3 color RGB value is (212,148,163).

  • red value is 212;
  • green value is 148;
  • blue value is 163.
RGB:
(212,148,163)
(83%,58%,64%)

RGB channels and saturation

R 212 of 255 = 83%
G 148 of 255 = 58%
B 163 of 255 = 64%

212
148
163

R + G + B ~ 68%. #D494A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 148 + 163 = 523 (100%)
R 212 of 523 ~ 40.54%
G 148 of 523 ~ 28.3%
B 163 of 523 ~ 31.17%

%40.54
%28.3
%31.17

CMYK color model

#D494A3 color CMYK value is (0,30,23,17).

  • cyan value is 0.00%
  • magenta value is 30.19%
  • yellow value is 23.11%
  • key color value is 16.86%
CMYK:
(0,30,23,17)
C0M30Y23K17 
(0%,30%,23%,17%)
(0.00/0.30/0.23/0.17)	

CMYK percentages

%0
%30.19
%23.11
%16.86

Codes

Color #D494A3 in popluar color models

D494A3
RGB212148163
HSL346°42.67%70.59%
HSB/HSV346°30.19%83.14%
CMYK0.00%30.19%23.11%
16.86%

Color #D494A3 in popluar number systems.

HEXD494A3
Decimal212148163
Binary110101001001010010100011
Octal324224243

Shades and tints

Shades of #D494A3

#D494A3
(212,148,163)
#C18795
(193,135,149)
#AE7A87
(174,122,135)
#9B6D79
(155,109,121)
#88606B
(136,96,107)
#75535D
(117,83,93)
#62464F
(98,70,79)
#4F3941
(79,57,65)
#3C2C33
(60,44,51)
#291F25
(41,31,37)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #D494A3

#D494A3
(212,148,163)
#D79DAB
(215,157,171)
#DAA6B3
(218,166,179)
#DDAFBB
(221,175,187)
#E0B8C3
(224,184,195)
#E3C1CB
(227,193,203)
#E6CAD3
(230,202,211)
#E9D3DB
(233,211,219)
#ECDCE3
(236,220,227)
#EFE5EB
(239,229,235)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D494A3 color. Also use rgb(212,148,163) instead hex code.

Text Font Color

.myTextColor { color: #D494A3; }

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

This text font color is #D494A3.


Background Color

.myBgColor { background-color: #D494A3; }

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

This div background color is #D494A3.


Border color

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

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

This div border color is #D494A3.


Opacity

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

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

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

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

This text has shadow with #D494A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D494A3 on black background.


Color preview on white background

This text has color #D494A3 on white background.



Black color preview on #D494A3 background

This text has black color on #D494A3 background.


White color preview on #D494A3 background

This text has white color on #D494A3 background.