COLOR #D5838B

HEX: #D5838B
RGB: (213,131,139)

Color info

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

RGB color model

#D5838B color RGB value is (213,131,139).

  • red value is 213;
  • green value is 131;
  • blue value is 139.
RGB:
(213,131,139)
(84%,51%,55%)

RGB channels and saturation

R 213 of 255 = 84%
G 131 of 255 = 51%
B 139 of 255 = 55%

213
131
139

R + G + B ~ 63%. #D5838B is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 131 + 139 = 483 (100%)
R 213 of 483 ~ 44.1%
G 131 of 483 ~ 27.12%
B 139 of 483 ~ 28.78%

%44.1
%27.12
%28.78

CMYK color model

#D5838B color CMYK value is (0,38,35,16).

  • cyan value is 0.00%
  • magenta value is 38.50%
  • yellow value is 34.74%
  • key color value is 16.47%
CMYK:
(0,38,35,16)
C0M38Y35K16 
(0%,38%,35%,16%)
(0.00/0.38/0.35/0.16)	

CMYK percentages

%0
%38.5
%34.74
%16.47

Codes

Color #D5838B in popluar color models

D5838B
RGB213131139
HSL354°49.40%67.45%
HSB/HSV354°38.50%83.53%
CMYK0.00%38.50%34.74%
16.47%

Color #D5838B in popluar number systems.

HEXD5838B
Decimal213131139
Binary110101011000001110001011
Octal325203213

Shades and tints

Shades of #D5838B

#D5838B
(213,131,139)
#C2787F
(194,120,127)
#AF6D73
(175,109,115)
#9C6267
(156,98,103)
#89575B
(137,87,91)
#764C4F
(118,76,79)
#634143
(99,65,67)
#503637
(80,54,55)
#3D2B2B
(61,43,43)
#2A201F
(42,32,31)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #D5838B

#D5838B
(213,131,139)
#D88E95
(216,142,149)
#DB999F
(219,153,159)
#DEA4A9
(222,164,169)
#E1AFB3
(225,175,179)
#E4BABD
(228,186,189)
#E7C5C7
(231,197,199)
#EAD0D1
(234,208,209)
#EDDBDB
(237,219,219)
#F0E6E5
(240,230,229)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5838B color. Also use rgb(213,131,139) instead hex code.

Text Font Color

.myTextColor { color: #D5838B; }

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

This text font color is #D5838B.


Background Color

.myBgColor { background-color: #D5838B; }

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

This div background color is #D5838B.


Border color

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

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

This div border color is #D5838B.


Opacity

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

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

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

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

This text has shadow with #D5838B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5838B on black background.


Color preview on white background

This text has color #D5838B on white background.



Black color preview on #D5838B background

This text has black color on #D5838B background.


White color preview on #D5838B background

This text has white color on #D5838B background.