COLOR #D48F88

HEX: #D48F88
RGB: (212,143,136)

Color info

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

RGB color model

#D48F88 color RGB value is (212,143,136).

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

RGB channels and saturation

R 212 of 255 = 83%
G 143 of 255 = 56%
B 136 of 255 = 53%

212
143
136

R + G + B ~ 64%. #D48F88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 143 + 136 = 491 (100%)
R 212 of 491 ~ 43.18%
G 143 of 491 ~ 29.12%
B 136 of 491 ~ 27.7%

%43.18
%29.12
%27.7

CMYK color model

#D48F88 color CMYK value is (0,33,36,17).

  • cyan value is 0.00%
  • magenta value is 32.55%
  • yellow value is 35.85%
  • key color value is 16.86%
CMYK:
(0,33,36,17)
C0M33Y36K17 
(0%,33%,36%,17%)
(0.00/0.33/0.36/0.17)	

CMYK percentages

%0
%32.55
%35.85
%16.86

Codes

Color #D48F88 in popluar color models

D48F88
RGB212143136
HSL46.91%68.24%
HSB/HSV35.85%83.14%
CMYK0.00%32.55%35.85%
16.86%

Color #D48F88 in popluar number systems.

HEXD48F88
Decimal212143136
Binary110101001000111110001000
Octal324217210

Shades and tints

Shades of #D48F88

#D48F88
(212,143,136)
#C1827C
(193,130,124)
#AE7570
(174,117,112)
#9B6864
(155,104,100)
#885B58
(136,91,88)
#754E4C
(117,78,76)
#624140
(98,65,64)
#4F3434
(79,52,52)
#3C2728
(60,39,40)
#291A1C
(41,26,28)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #D48F88

#D48F88
(212,143,136)
#D79992
(215,153,146)
#DAA39C
(218,163,156)
#DDADA6
(221,173,166)
#E0B7B0
(224,183,176)
#E3C1BA
(227,193,186)
#E6CBC4
(230,203,196)
#E9D5CE
(233,213,206)
#ECDFD8
(236,223,216)
#EFE9E2
(239,233,226)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D48F88; }

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

This text font color is #D48F88.


Background Color

.myBgColor { background-color: #D48F88; }

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

This div background color is #D48F88.


Border color

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

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

This div border color is #D48F88.


Opacity

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

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

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

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

This text has shadow with #D48F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48F88 on black background.


Color preview on white background

This text has color #D48F88 on white background.



Black color preview on #D48F88 background

This text has black color on #D48F88 background.


White color preview on #D48F88 background

This text has white color on #D48F88 background.