COLOR #D4949A

HEX: #D4949A
RGB: (212,148,154)

Color info

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

RGB color model

#D4949A color RGB value is (212,148,154).

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

RGB channels and saturation

R 212 of 255 = 83%
G 148 of 255 = 58%
B 154 of 255 = 60%

212
148
154

R + G + B ~ 67%. #D4949A is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 148 + 154 = 514 (100%)
R 212 of 514 ~ 41.25%
G 148 of 514 ~ 28.79%
B 154 of 514 ~ 29.96%

%41.25
%28.79
%29.96

CMYK color model

#D4949A color CMYK value is (0,30,27,17).

  • cyan value is 0.00%
  • magenta value is 30.19%
  • yellow value is 27.36%
  • key color value is 16.86%
CMYK:
(0,30,27,17)
C0M30Y27K17 
(0%,30%,27%,17%)
(0.00/0.30/0.27/0.17)	

CMYK percentages

%0
%30.19
%27.36
%16.86

Codes

Color #D4949A in popluar color models

D4949A
RGB212148154
HSL354°42.67%70.59%
HSB/HSV354°30.19%83.14%
CMYK0.00%30.19%27.36%
16.86%

Color #D4949A in popluar number systems.

HEXD4949A
Decimal212148154
Binary110101001001010010011010
Octal324224232

Shades and tints

Shades of #D4949A

#D4949A
(212,148,154)
#C1878C
(193,135,140)
#AE7A7E
(174,122,126)
#9B6D70
(155,109,112)
#886062
(136,96,98)
#755354
(117,83,84)
#624646
(98,70,70)
#4F3938
(79,57,56)
#3C2C2A
(60,44,42)
#291F1C
(41,31,28)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #D4949A

#D4949A
(212,148,154)
#D79DA3
(215,157,163)
#DAA6AC
(218,166,172)
#DDAFB5
(221,175,181)
#E0B8BE
(224,184,190)
#E3C1C7
(227,193,199)
#E6CAD0
(230,202,208)
#E9D3D9
(233,211,217)
#ECDCE2
(236,220,226)
#EFE5EB
(239,229,235)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4949A; }

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

This text font color is #D4949A.


Background Color

.myBgColor { background-color: #D4949A; }

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

This div background color is #D4949A.


Border color

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

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

This div border color is #D4949A.


Opacity

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

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

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

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

This text has shadow with #D4949A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4949A on black background.


Color preview on white background

This text has color #D4949A on white background.



Black color preview on #D4949A background

This text has black color on #D4949A background.


White color preview on #D4949A background

This text has white color on #D4949A background.