COLOR #D38796

HEX: #D38796
RGB: (211,135,150)

Color info

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

RGB color model

#D38796 color RGB value is (211,135,150).

  • red value is 211;
  • green value is 135;
  • blue value is 150.
RGB:
(211,135,150)
(83%,53%,59%)

RGB channels and saturation

R 211 of 255 = 83%
G 135 of 255 = 53%
B 150 of 255 = 59%

211
135
150

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

Portions of RGB colors in percentages

R + G + B =
211 + 135 + 150 = 496 (100%)
R 211 of 496 ~ 42.54%
G 135 of 496 ~ 27.22%
B 150 of 496 ~ 30.24%

%42.54
%27.22
%30.24

CMYK color model

#D38796 color CMYK value is (0,36,29,17).

  • cyan value is 0.00%
  • magenta value is 36.02%
  • yellow value is 28.91%
  • key color value is 17.25%
CMYK:
(0,36,29,17)
C0M36Y29K17 
(0%,36%,29%,17%)
(0.00/0.36/0.29/0.17)	

CMYK percentages

%0
%36.02
%28.91
%17.25

Codes

Color #D38796 in popluar color models

D38796
RGB211135150
HSL348°46.34%67.84%
HSB/HSV348°36.02%82.75%
CMYK0.00%36.02%28.91%
17.25%

Color #D38796 in popluar number systems.

HEXD38796
Decimal211135150
Binary110100111000011110010110
Octal323207226

Shades and tints

Shades of #D38796

#D38796
(211,135,150)
#C07B89
(192,123,137)
#AD6F7C
(173,111,124)
#9A636F
(154,99,111)
#875762
(135,87,98)
#744B55
(116,75,85)
#613F48
(97,63,72)
#4E333B
(78,51,59)
#3B272E
(59,39,46)
#281B21
(40,27,33)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #D38796

#D38796
(211,135,150)
#D7919F
(215,145,159)
#DB9BA8
(219,155,168)
#DFA5B1
(223,165,177)
#E3AFBA
(227,175,186)
#E7B9C3
(231,185,195)
#EBC3CC
(235,195,204)
#EFCDD5
(239,205,213)
#F3D7DE
(243,215,222)
#F7E1E7
(247,225,231)
#FBEBF0
(251,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D38796; }

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

This text font color is #D38796.


Background Color

.myBgColor { background-color: #D38796; }

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

This div background color is #D38796.


Border color

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

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

This div border color is #D38796.


Opacity

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

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

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

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

This text has shadow with #D38796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38796 on black background.


Color preview on white background

This text has color #D38796 on white background.



Black color preview on #D38796 background

This text has black color on #D38796 background.


White color preview on #D38796 background

This text has white color on #D38796 background.