COLOR #D48893

HEX: #D48893
RGB: (212,136,147)

Color info

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

RGB color model

#D48893 color RGB value is (212,136,147).

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

RGB channels and saturation

R 212 of 255 = 83%
G 136 of 255 = 53%
B 147 of 255 = 58%

212
136
147

R + G + B ~ 65%. #D48893 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 136 + 147 = 495 (100%)
R 212 of 495 ~ 42.83%
G 136 of 495 ~ 27.47%
B 147 of 495 ~ 29.7%

%42.83
%27.47
%29.7

CMYK color model

#D48893 color CMYK value is (0,36,31,17).

  • cyan value is 0.00%
  • magenta value is 35.85%
  • yellow value is 30.66%
  • key color value is 16.86%
CMYK:
(0,36,31,17)
C0M36Y31K17 
(0%,36%,31%,17%)
(0.00/0.36/0.31/0.17)	

CMYK percentages

%0
%35.85
%30.66
%16.86

Codes

Color #D48893 in popluar color models

D48893
RGB212136147
HSL351°46.91%68.24%
HSB/HSV351°35.85%83.14%
CMYK0.00%35.85%30.66%
16.86%

Color #D48893 in popluar number systems.

HEXD48893
Decimal212136147
Binary110101001000100010010011
Octal324210223

Shades and tints

Shades of #D48893

#D48893
(212,136,147)
#C17C86
(193,124,134)
#AE7079
(174,112,121)
#9B646C
(155,100,108)
#88585F
(136,88,95)
#754C52
(117,76,82)
#624045
(98,64,69)
#4F3438
(79,52,56)
#3C282B
(60,40,43)
#291C1E
(41,28,30)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #D48893

#D48893
(212,136,147)
#D7929C
(215,146,156)
#DA9CA5
(218,156,165)
#DDA6AE
(221,166,174)
#E0B0B7
(224,176,183)
#E3BAC0
(227,186,192)
#E6C4C9
(230,196,201)
#E9CED2
(233,206,210)
#ECD8DB
(236,216,219)
#EFE2E4
(239,226,228)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D48893; }

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

This text font color is #D48893.


Background Color

.myBgColor { background-color: #D48893; }

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

This div background color is #D48893.


Border color

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

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

This div border color is #D48893.


Opacity

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

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

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

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

This text has shadow with #D48893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48893 on black background.


Color preview on white background

This text has color #D48893 on white background.



Black color preview on #D48893 background

This text has black color on #D48893 background.


White color preview on #D48893 background

This text has white color on #D48893 background.