COLOR #D38D8D

HEX: #D38D8D
RGB: (211,141,141)

Color info

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

RGB color model

#D38D8D color RGB value is (211,141,141).

  • red value is 211;
  • green value is 141;
  • blue value is 141.
RGB:
(211,141,141)
(83%,55%,55%)

RGB channels and saturation

R 211 of 255 = 83%
G 141 of 255 = 55%
B 141 of 255 = 55%

211
141
141

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

Portions of RGB colors in percentages

R + G + B =
211 + 141 + 141 = 493 (100%)
R 211 of 493 ~ 42.8%
G 141 of 493 ~ 28.6%
B 141 of 493 ~ 28.6%

%42.8
%28.6
%28.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.18%
  • yellow value is 33.18%
  • key color value is 17.25%
CMYK:
(0,33,33,17)
C0M33Y33K17 
(0%,33%,33%,17%)
(0.00/0.33/0.33/0.17)	

CMYK percentages

%0
%33.18
%33.18
%17.25

Codes

Color #D38D8D in popluar color models

D38D8D
RGB211141141
HSL44.30%69.02%
HSB/HSV33.18%82.75%
CMYK0.00%33.18%33.18%
17.25%

Color #D38D8D in popluar number systems.

HEXD38D8D
Decimal211141141
Binary110100111000110110001101
Octal323215215

Shades and tints

Shades of #D38D8D

#D38D8D
(211,141,141)
#C08181
(192,129,129)
#AD7575
(173,117,117)
#9A6969
(154,105,105)
#875D5D
(135,93,93)
#745151
(116,81,81)
#614545
(97,69,69)
#4E3939
(78,57,57)
#3B2D2D
(59,45,45)
#282121
(40,33,33)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #D38D8D

#D38D8D
(211,141,141)
#D79797
(215,151,151)
#DBA1A1
(219,161,161)
#DFABAB
(223,171,171)
#E3B5B5
(227,181,181)
#E7BFBF
(231,191,191)
#EBC9C9
(235,201,201)
#EFD3D3
(239,211,211)
#F3DDDD
(243,221,221)
#F7E7E7
(247,231,231)
#FBF1F1
(251,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D38D8D; }

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

This text font color is #D38D8D.


Background Color

.myBgColor { background-color: #D38D8D; }

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

This div background color is #D38D8D.


Border color

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

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

This div border color is #D38D8D.


Opacity

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

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

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

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

This text has shadow with #D38D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38D8D on black background.


Color preview on white background

This text has color #D38D8D on white background.



Black color preview on #D38D8D background

This text has black color on #D38D8D background.


White color preview on #D38D8D background

This text has white color on #D38D8D background.