COLOR #D38980

HEX: #D38980
RGB: (211,137,128)

Color info

#D38980 contains mainly red color. Web safe color of #D38980 is #CC9966 (or #C96).

RGB color model

#D38980 color RGB value is (211,137,128).

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

RGB channels and saturation

R 211 of 255 = 83%
G 137 of 255 = 54%
B 128 of 255 = 50%

211
137
128

R + G + B ~ 62%. #D38980 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 137 + 128 = 476 (100%)
R 211 of 476 ~ 44.33%
G 137 of 476 ~ 28.78%
B 128 of 476 ~ 26.89%

%44.33
%28.78
%26.89

CMYK color model

#D38980 color CMYK value is (0,35,39,17).

  • cyan value is 0.00%
  • magenta value is 35.07%
  • yellow value is 39.34%
  • key color value is 17.25%
CMYK:
(0,35,39,17)
C0M35Y39K17 
(0%,35%,39%,17%)
(0.00/0.35/0.39/0.17)	

CMYK percentages

%0
%35.07
%39.34
%17.25

Codes

Color #D38980 in popluar color models

D38980
RGB211137128
HSL48.54%66.47%
HSB/HSV39.34%82.75%
CMYK0.00%35.07%39.34%
17.25%

Color #D38980 in popluar number systems.

HEXD38980
Decimal211137128
Binary110100111000100110000000
Octal323211200

Shades and tints

Shades of #D38980

#D38980
(211,137,128)
#C07D75
(192,125,117)
#AD716A
(173,113,106)
#9A655F
(154,101,95)
#875954
(135,89,84)
#744D49
(116,77,73)
#61413E
(97,65,62)
#4E3533
(78,53,51)
#3B2928
(59,41,40)
#281D1D
(40,29,29)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #D38980

#D38980
(211,137,128)
#D7938B
(215,147,139)
#DB9D96
(219,157,150)
#DFA7A1
(223,167,161)
#E3B1AC
(227,177,172)
#E7BBB7
(231,187,183)
#EBC5C2
(235,197,194)
#EFCFCD
(239,207,205)
#F3D9D8
(243,217,216)
#F7E3E3
(247,227,227)
#FBEDEE
(251,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D38980; }

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

This text font color is #D38980.


Background Color

.myBgColor { background-color: #D38980; }

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

This div background color is #D38980.


Border color

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

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

This div border color is #D38980.


Opacity

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

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

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

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

This text has shadow with #D38980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38980 on black background.


Color preview on white background

This text has color #D38980 on white background.



Black color preview on #D38980 background

This text has black color on #D38980 background.


White color preview on #D38980 background

This text has white color on #D38980 background.