COLOR #D38B92

HEX: #D38B92 RGB: (211,139,146)

Color info

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

RGB color model

#D38B92 color RGB value is (211,139,146).

RGB: (211,139,146) (83%, 55%, 57%)

RGB channels and saturation

R 211 of 255 = 83%
G 139 of 255 = 55%
B 146 of 255 = 57%

211
139
146

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

Portions of RGB colors in percentages

R + G + B = 211 + 139 + 146 = 496 (100%)
R 211 of 496 ~ 42.54%
G 139 of 496 ~ 28.02%
B 146 of 496 ~ 29.44'%

%42.54
%28.02
%29.44

CMYK color model

#D38B92 color CMYK value is (0,34,31,17).

  • cyan value is 0.00%
  • magenta value is 34.12%
  • yellow value is 30.81%
  • key color value is 17.25%

CMYK: (0,34,31,17)
C0M34Y31K17 (0%, 34%, 31%, 17%)
(0.00 / 0.34 / 0.31 / 0.17)

CMYK percentages

%0
%34.12
%30.81
%17.25

Codes

Color #D38B92 in popluar color models

D3 8B 92
RGB 211 139 146
HSL 354° 45.00% 68.63%
HSB/HSV 354° 34.12% 82.75%
CMYK 0.00% 34.12% 30.81%
17.25%

Color #D38B92 in popluar number systems.

HEX D3 8B 92
Decimal 211 139 146
Binary 11010011 10001011 10010010
Octal 323 213 222

Shades and tints

Shades of #D38B92

#D38B92
(211,139,146)
#C07F85
(192,127,133)
#AD7378
(173,115,120)
#9A676B
(154,103,107)
#875B5E
(135,91,94)
#744F51
(116,79,81)
#614344
(97,67,68)
#4E3737
(78,55,55)
#3B2B2A
(59,43,42)
#281F1D
(40,31,29)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #D38B92

#D38B92
(211,139,146)
#D7959B
(215,149,155)
#DB9FA4
(219,159,164)
#DFA9AD
(223,169,173)
#E3B3B6
(227,179,182)
#E7BDBF
(231,189,191)
#EBC7C8
(235,199,200)
#EFD1D1
(239,209,209)
#F3DBDA
(243,219,218)
#F7E5E3
(247,229,227)
#FBEFEC
(251,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D38B92; }

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

This text font color is #D38B92.

Background Color

.myBgColor { background-color: #D38B92; }

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

This div background color is #D38B92.

Border color

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

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

This div border color is #D38B92.

Opacity

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

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

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

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

This text has shadow with #D38B92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D38B92.

Preview

Color preview on black background

This text has color #D38B92 on black background.


Color preview on white background

This text has color #D38B92 on white background.


Black color preview on #D38B92 background

This text has black color on #D38B92 background.


White color preview on #D38B92 background

This text has white color on #D38B92 background.


Related colors

Complementary color

Complementary color for #hex is #2C746D.


I love getcolorcode.com

Triadic colors

1 #92D38B and #8B92D3 with #D38B92 are triadic colors.

2 #928BD3 and #8BD392 with #D38B92 are triadic colors.