COLOR #D48080

HEX: #D48080
RGB: (212,128,128)

Color info

#D48080 contains mainly red color. Web safe color of #D48080 is #CC6666 (or #C66).

RGB color model

#D48080 color RGB value is (212,128,128).

  • red value is 212;
  • green value is 128;
  • blue value is 128.
RGB:
(212,128,128)
(83%,50%,50%)

RGB channels and saturation

R 212 of 255 = 83%
G 128 of 255 = 50%
B 128 of 255 = 50%

212
128
128

R + G + B ~ 61%. #D48080 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 128 + 128 = 468 (100%)
R 212 of 468 ~ 45.3%
G 128 of 468 ~ 27.35%
B 128 of 468 ~ 27.35%

%45.3
%27.35
%27.35

CMYK color model

#D48080 color CMYK value is (0,40,40,17).

  • cyan value is 0.00%
  • magenta value is 39.62%
  • yellow value is 39.62%
  • key color value is 16.86%
CMYK:
(0,40,40,17)
C0M40Y40K17 
(0%,40%,40%,17%)
(0.00/0.40/0.40/0.17)	

CMYK percentages

%0
%39.62
%39.62
%16.86

Codes

Color #D48080 in popluar color models

D48080
RGB212128128
HSL49.41%66.67%
HSB/HSV39.62%83.14%
CMYK0.00%39.62%39.62%
16.86%

Color #D48080 in popluar number systems.

HEXD48080
Decimal212128128
Binary110101001000000010000000
Octal324200200

Shades and tints

Shades of #D48080

#D48080
(212,128,128)
#C17575
(193,117,117)
#AE6A6A
(174,106,106)
#9B5F5F
(155,95,95)
#885454
(136,84,84)
#754949
(117,73,73)
#623E3E
(98,62,62)
#4F3333
(79,51,51)
#3C2828
(60,40,40)
#291D1D
(41,29,29)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #D48080

#D48080
(212,128,128)
#D78B8B
(215,139,139)
#DA9696
(218,150,150)
#DDA1A1
(221,161,161)
#E0ACAC
(224,172,172)
#E3B7B7
(227,183,183)
#E6C2C2
(230,194,194)
#E9CDCD
(233,205,205)
#ECD8D8
(236,216,216)
#EFE3E3
(239,227,227)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D48080; }

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

This text font color is #D48080.


Background Color

.myBgColor { background-color: #D48080; }

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

This div background color is #D48080.


Border color

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

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

This div border color is #D48080.


Opacity

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

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

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

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

This text has shadow with #D48080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48080 on black background.


Color preview on white background

This text has color #D48080 on white background.



Black color preview on #D48080 background

This text has black color on #D48080 background.


White color preview on #D48080 background

This text has white color on #D48080 background.