COLOR #E69D71

HEX: #E69D71
RGB: (230,157,113)

Color info

#E69D71 contains mainly red color. Web safe color of #E69D71 is #CC9966 (or #C96).

RGB color model

#E69D71 color RGB value is (230,157,113).

  • red value is 230;
  • green value is 157;
  • blue value is 113.
RGB:
(230,157,113)
(90%,62%,44%)

RGB channels and saturation

R 230 of 255 = 90%
G 157 of 255 = 62%
B 113 of 255 = 44%

230
157
113

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

Portions of RGB colors in percentages

R + G + B =
230 + 157 + 113 = 500 (100%)
R 230 of 500 ~ 46%
G 157 of 500 ~ 31.4%
B 113 of 500 ~ 22.6%

%46
%31.4
%22.6

CMYK color model

#E69D71 color CMYK value is (0,32,51,10).

  • cyan value is 0.00%
  • magenta value is 31.74%
  • yellow value is 50.87%
  • key color value is 9.80%
CMYK:
(0,32,51,10)
C0M32Y51K10 
(0%,32%,51%,10%)
(0.00/0.32/0.51/0.10)	

CMYK percentages

%0
%31.74
%50.87
%9.8

Codes

Color #E69D71 in popluar color models

E69D71
RGB230157113
HSL23°70.06%67.25%
HSB/HSV23°50.87%90.20%
CMYK0.00%31.74%50.87%
9.80%

Color #E69D71 in popluar number systems.

HEXE69D71
Decimal230157113
Binary11100110100111011110001
Octal346235161

Shades and tints

Shades of #E69D71

#E69D71
(230,157,113)
#D28F67
(210,143,103)
#BE815D
(190,129,93)
#AA7353
(170,115,83)
#966549
(150,101,73)
#82573F
(130,87,63)
#6E4935
(110,73,53)
#5A3B2B
(90,59,43)
#462D21
(70,45,33)
#321F17
(50,31,23)
#1E110D
(30,17,13)
#000000
(0,0,0)

Tints of #E69D71

#E69D71
(230,157,113)
#E8A57D
(232,165,125)
#EAAD89
(234,173,137)
#ECB595
(236,181,149)
#EEBDA1
(238,189,161)
#F0C5AD
(240,197,173)
#F2CDB9
(242,205,185)
#F4D5C5
(244,213,197)
#F6DDD1
(246,221,209)
#F8E5DD
(248,229,221)
#FAEDE9
(250,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69D71 color. Also use rgb(230,157,113) instead hex code.

Text Font Color

.myTextColor { color: #E69D71; }

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

This text font color is #E69D71.


Background Color

.myBgColor { background-color: #E69D71; }

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

This div background color is #E69D71.


Border color

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

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

This div border color is #E69D71.


Opacity

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

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

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

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

This text has shadow with #E69D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69D71 on black background.


Color preview on white background

This text has color #E69D71 on white background.



Black color preview on #E69D71 background

This text has black color on #E69D71 background.


White color preview on #E69D71 background

This text has white color on #E69D71 background.