COLOR #D48F96

HEX: #D48F96
RGB: (212,143,150)

Color info

#D48F96 contains mainly red color. Web safe color of #D48F96 is #CC9999 (or #C99).

RGB color model

#D48F96 color RGB value is (212,143,150).

  • red value is 212;
  • green value is 143;
  • blue value is 150.
RGB:
(212,143,150)
(83%,56%,59%)

RGB channels and saturation

R 212 of 255 = 83%
G 143 of 255 = 56%
B 150 of 255 = 59%

212
143
150

R + G + B ~ 66%. #D48F96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 143 + 150 = 505 (100%)
R 212 of 505 ~ 41.98%
G 143 of 505 ~ 28.32%
B 150 of 505 ~ 29.7%

%41.98
%28.32
%29.7

CMYK color model

#D48F96 color CMYK value is (0,33,29,17).

  • cyan value is 0.00%
  • magenta value is 32.55%
  • yellow value is 29.25%
  • key color value is 16.86%
CMYK:
(0,33,29,17)
C0M33Y29K17 
(0%,33%,29%,17%)
(0.00/0.33/0.29/0.17)	

CMYK percentages

%0
%32.55
%29.25
%16.86

Codes

Color #D48F96 in popluar color models

D48F96
RGB212143150
HSL354°44.52%69.61%
HSB/HSV354°32.55%83.14%
CMYK0.00%32.55%29.25%
16.86%

Color #D48F96 in popluar number systems.

HEXD48F96
Decimal212143150
Binary110101001000111110010110
Octal324217226

Shades and tints

Shades of #D48F96

#D48F96
(212,143,150)
#C18289
(193,130,137)
#AE757C
(174,117,124)
#9B686F
(155,104,111)
#885B62
(136,91,98)
#754E55
(117,78,85)
#624148
(98,65,72)
#4F343B
(79,52,59)
#3C272E
(60,39,46)
#291A21
(41,26,33)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #D48F96

#D48F96
(212,143,150)
#D7999F
(215,153,159)
#DAA3A8
(218,163,168)
#DDADB1
(221,173,177)
#E0B7BA
(224,183,186)
#E3C1C3
(227,193,195)
#E6CBCC
(230,203,204)
#E9D5D5
(233,213,213)
#ECDFDE
(236,223,222)
#EFE9E7
(239,233,231)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48F96 color. Also use rgb(212,143,150) instead hex code.

Text Font Color

.myTextColor { color: #D48F96; }

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

This text font color is #D48F96.


Background Color

.myBgColor { background-color: #D48F96; }

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

This div background color is #D48F96.


Border color

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

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

This div border color is #D48F96.


Opacity

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

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

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

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

This text has shadow with #D48F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48F96 on black background.


Color preview on white background

This text has color #D48F96 on white background.



Black color preview on #D48F96 background

This text has black color on #D48F96 background.


White color preview on #D48F96 background

This text has white color on #D48F96 background.