COLOR #D39695

HEX: #D39695
RGB: (211,150,149)

Color info

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

RGB color model

#D39695 color RGB value is (211,150,149).

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

RGB channels and saturation

R 211 of 255 = 83%
G 150 of 255 = 59%
B 149 of 255 = 58%

211
150
149

R + G + B ~ 67%. #D39695 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 150 + 149 = 510 (100%)
R 211 of 510 ~ 41.37%
G 150 of 510 ~ 29.41%
B 149 of 510 ~ 29.22%

%41.37
%29.41
%29.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.91%
  • yellow value is 29.38%
  • key color value is 17.25%
CMYK:
(0,29,29,17)
C0M29Y29K17 
(0%,29%,29%,17%)
(0.00/0.29/0.29/0.17)	

CMYK percentages

%0
%28.91
%29.38
%17.25

Codes

Color #D39695 in popluar color models

D39695
RGB211150149
HSL41.33%70.59%
HSB/HSV29.38%82.75%
CMYK0.00%28.91%29.38%
17.25%

Color #D39695 in popluar number systems.

HEXD39695
Decimal211150149
Binary110100111001011010010101
Octal323226225

Shades and tints

Shades of #D39695

#D39695
(211,150,149)
#C08988
(192,137,136)
#AD7C7B
(173,124,123)
#9A6F6E
(154,111,110)
#876261
(135,98,97)
#745554
(116,85,84)
#614847
(97,72,71)
#4E3B3A
(78,59,58)
#3B2E2D
(59,46,45)
#282120
(40,33,32)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #D39695

#D39695
(211,150,149)
#D79F9E
(215,159,158)
#DBA8A7
(219,168,167)
#DFB1B0
(223,177,176)
#E3BAB9
(227,186,185)
#E7C3C2
(231,195,194)
#EBCCCB
(235,204,203)
#EFD5D4
(239,213,212)
#F3DEDD
(243,222,221)
#F7E7E6
(247,231,230)
#FBF0EF
(251,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D39695; }

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

This text font color is #D39695.


Background Color

.myBgColor { background-color: #D39695; }

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

This div background color is #D39695.


Border color

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

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

This div border color is #D39695.


Opacity

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

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

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

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

This text has shadow with #D39695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39695 on black background.


Color preview on white background

This text has color #D39695 on white background.



Black color preview on #D39695 background

This text has black color on #D39695 background.


White color preview on #D39695 background

This text has white color on #D39695 background.