COLOR #D48992

HEX: #D48992
RGB: (212,137,146)

Color info

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

RGB color model

#D48992 color RGB value is (212,137,146).

  • red value is 212;
  • green value is 137;
  • blue value is 146.
RGB:
(212,137,146)
(83%,54%,57%)

RGB channels and saturation

R 212 of 255 = 83%
G 137 of 255 = 54%
B 146 of 255 = 57%

212
137
146

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

Portions of RGB colors in percentages

R + G + B =
212 + 137 + 146 = 495 (100%)
R 212 of 495 ~ 42.83%
G 137 of 495 ~ 27.68%
B 146 of 495 ~ 29.49%

%42.83
%27.68
%29.49

CMYK color model

#D48992 color CMYK value is (0,35,31,17).

  • cyan value is 0.00%
  • magenta value is 35.38%
  • yellow value is 31.13%
  • key color value is 16.86%
CMYK:
(0,35,31,17)
C0M35Y31K17 
(0%,35%,31%,17%)
(0.00/0.35/0.31/0.17)	

CMYK percentages

%0
%35.38
%31.13
%16.86

Codes

Color #D48992 in popluar color models

D48992
RGB212137146
HSL353°46.58%68.43%
HSB/HSV353°35.38%83.14%
CMYK0.00%35.38%31.13%
16.86%

Color #D48992 in popluar number systems.

HEXD48992
Decimal212137146
Binary110101001000100110010010
Octal324211222

Shades and tints

Shades of #D48992

#D48992
(212,137,146)
#C17D85
(193,125,133)
#AE7178
(174,113,120)
#9B656B
(155,101,107)
#88595E
(136,89,94)
#754D51
(117,77,81)
#624144
(98,65,68)
#4F3537
(79,53,55)
#3C292A
(60,41,42)
#291D1D
(41,29,29)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #D48992

#D48992
(212,137,146)
#D7939B
(215,147,155)
#DA9DA4
(218,157,164)
#DDA7AD
(221,167,173)
#E0B1B6
(224,177,182)
#E3BBBF
(227,187,191)
#E6C5C8
(230,197,200)
#E9CFD1
(233,207,209)
#ECD9DA
(236,217,218)
#EFE3E3
(239,227,227)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48992 color. Also use rgb(212,137,146) instead hex code.

Text Font Color

.myTextColor { color: #D48992; }

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

This text font color is #D48992.


Background Color

.myBgColor { background-color: #D48992; }

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

This div background color is #D48992.


Border color

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

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

This div border color is #D48992.


Opacity

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

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

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

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

This text has shadow with #D48992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48992 on black background.


Color preview on white background

This text has color #D48992 on white background.



Black color preview on #D48992 background

This text has black color on #D48992 background.


White color preview on #D48992 background

This text has white color on #D48992 background.