COLOR #D37E9D

HEX: #D37E9D
RGB: (211,126,157)

Color info

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

RGB color model

#D37E9D color RGB value is (211,126,157).

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

RGB channels and saturation

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

211
126
157

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

Portions of RGB colors in percentages

R + G + B =
211 + 126 + 157 = 494 (100%)
R 211 of 494 ~ 42.71%
G 126 of 494 ~ 25.51%
B 157 of 494 ~ 31.78%

%42.71
%25.51
%31.78

CMYK color model

#D37E9D color CMYK value is (0,40,26,17).

  • cyan value is 0.00%
  • magenta value is 40.28%
  • yellow value is 25.59%
  • key color value is 17.25%
CMYK:
(0,40,26,17)
C0M40Y26K17 
(0%,40%,26%,17%)
(0.00/0.40/0.26/0.17)	

CMYK percentages

%0
%40.28
%25.59
%17.25

Codes

Color #D37E9D in popluar color models

D37E9D
RGB211126157
HSL338°49.13%66.08%
HSB/HSV338°40.28%82.75%
CMYK0.00%40.28%25.59%
17.25%

Color #D37E9D in popluar number systems.

HEXD37E9D
Decimal211126157
Binary11010011111111010011101
Octal323176235

Shades and tints

Shades of #D37E9D

#D37E9D
(211,126,157)
#C0738F
(192,115,143)
#AD6881
(173,104,129)
#9A5D73
(154,93,115)
#875265
(135,82,101)
#744757
(116,71,87)
#613C49
(97,60,73)
#4E313B
(78,49,59)
#3B262D
(59,38,45)
#281B1F
(40,27,31)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #D37E9D

#D37E9D
(211,126,157)
#D789A5
(215,137,165)
#DB94AD
(219,148,173)
#DF9FB5
(223,159,181)
#E3AABD
(227,170,189)
#E7B5C5
(231,181,197)
#EBC0CD
(235,192,205)
#EFCBD5
(239,203,213)
#F3D6DD
(243,214,221)
#F7E1E5
(247,225,229)
#FBECED
(251,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D37E9D; }

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

This text font color is #D37E9D.


Background Color

.myBgColor { background-color: #D37E9D; }

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

This div background color is #D37E9D.


Border color

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

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

This div border color is #D37E9D.


Opacity

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

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

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

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

This text has shadow with #D37E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D37E9D on black background.


Color preview on white background

This text has color #D37E9D on white background.



Black color preview on #D37E9D background

This text has black color on #D37E9D background.


White color preview on #D37E9D background

This text has white color on #D37E9D background.