COLOR #D37C9D

HEX: #D37C9D
RGB: (211,124,157)

Color info

#D37C9D contains mainly red and blue colors. Web safe color of #D37C9D is #CC6699 (or #C69).

RGB color model

#D37C9D color RGB value is (211,124,157).

  • red value is 211;
  • green value is 124;
  • blue value is 157.
RGB:
(211,124,157)
(83%,49%,62%)

RGB channels and saturation

R 211 of 255 = 83%
G 124 of 255 = 49%
B 157 of 255 = 62%

211
124
157

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

Portions of RGB colors in percentages

R + G + B =
211 + 124 + 157 = 492 (100%)
R 211 of 492 ~ 42.89%
G 124 of 492 ~ 25.2%
B 157 of 492 ~ 31.91%

%42.89
%25.2
%31.91

CMYK color model

#D37C9D color CMYK value is (0,41,26,17).

  • cyan value is 0.00%
  • magenta value is 41.23%
  • yellow value is 25.59%
  • key color value is 17.25%
CMYK:
(0,41,26,17)
C0M41Y26K17 
(0%,41%,26%,17%)
(0.00/0.41/0.26/0.17)	

CMYK percentages

%0
%41.23
%25.59
%17.25

Codes

Color #D37C9D in popluar color models

D37C9D
RGB211124157
HSL337°49.71%65.69%
HSB/HSV337°41.23%82.75%
CMYK0.00%41.23%25.59%
17.25%

Color #D37C9D in popluar number systems.

HEXD37C9D
Decimal211124157
Binary11010011111110010011101
Octal323174235

Shades and tints

Shades of #D37C9D

#D37C9D
(211,124,157)
#C0718F
(192,113,143)
#AD6681
(173,102,129)
#9A5B73
(154,91,115)
#875065
(135,80,101)
#744557
(116,69,87)
#613A49
(97,58,73)
#4E2F3B
(78,47,59)
#3B242D
(59,36,45)
#28191F
(40,25,31)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #D37C9D

#D37C9D
(211,124,157)
#D787A5
(215,135,165)
#DB92AD
(219,146,173)
#DF9DB5
(223,157,181)
#E3A8BD
(227,168,189)
#E7B3C5
(231,179,197)
#EBBECD
(235,190,205)
#EFC9D5
(239,201,213)
#F3D4DD
(243,212,221)
#F7DFE5
(247,223,229)
#FBEAED
(251,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D37C9D; }

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

This text font color is #D37C9D.


Background Color

.myBgColor { background-color: #D37C9D; }

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

This div background color is #D37C9D.


Border color

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

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

This div border color is #D37C9D.


Opacity

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

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

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

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

This text has shadow with #D37C9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D37C9D on black background.


Color preview on white background

This text has color #D37C9D on white background.



Black color preview on #D37C9D background

This text has black color on #D37C9D background.


White color preview on #D37C9D background

This text has white color on #D37C9D background.