COLOR #E69896

HEX: #E69896
RGB: (230,152,150)

Color info

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

RGB color model

#E69896 color RGB value is (230,152,150).

  • red value is 230;
  • green value is 152;
  • blue value is 150.
RGB:
(230,152,150)
(90%,60%,59%)

RGB channels and saturation

R 230 of 255 = 90%
G 152 of 255 = 60%
B 150 of 255 = 59%

230
152
150

R + G + B ~ 70%. #E69896 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 152 + 150 = 532 (100%)
R 230 of 532 ~ 43.23%
G 152 of 532 ~ 28.57%
B 150 of 532 ~ 28.2%

%43.23
%28.57
%28.2

CMYK color model

#E69896 color CMYK value is (0,34,35,10).

  • cyan value is 0.00%
  • magenta value is 33.91%
  • yellow value is 34.78%
  • key color value is 9.80%
CMYK:
(0,34,35,10)
C0M34Y35K10 
(0%,34%,35%,10%)
(0.00/0.34/0.35/0.10)	

CMYK percentages

%0
%33.91
%34.78
%9.8

Codes

Color #E69896 in popluar color models

E69896
RGB230152150
HSL61.54%74.51%
HSB/HSV34.78%90.20%
CMYK0.00%33.91%34.78%
9.80%

Color #E69896 in popluar number systems.

HEXE69896
Decimal230152150
Binary111001101001100010010110
Octal346230226

Shades and tints

Shades of #E69896

#E69896
(230,152,150)
#D28B89
(210,139,137)
#BE7E7C
(190,126,124)
#AA716F
(170,113,111)
#966462
(150,100,98)
#825755
(130,87,85)
#6E4A48
(110,74,72)
#5A3D3B
(90,61,59)
#46302E
(70,48,46)
#322321
(50,35,33)
#1E1614
(30,22,20)
#000000
(0,0,0)

Tints of #E69896

#E69896
(230,152,150)
#E8A19F
(232,161,159)
#EAAAA8
(234,170,168)
#ECB3B1
(236,179,177)
#EEBCBA
(238,188,186)
#F0C5C3
(240,197,195)
#F2CECC
(242,206,204)
#F4D7D5
(244,215,213)
#F6E0DE
(246,224,222)
#F8E9E7
(248,233,231)
#FAF2F0
(250,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69896 color. Also use rgb(230,152,150) instead hex code.

Text Font Color

.myTextColor { color: #E69896; }

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

This text font color is #E69896.


Background Color

.myBgColor { background-color: #E69896; }

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

This div background color is #E69896.


Border color

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

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

This div border color is #E69896.


Opacity

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

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

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

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

This text has shadow with #E69896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69896 on black background.


Color preview on white background

This text has color #E69896 on white background.



Black color preview on #E69896 background

This text has black color on #E69896 background.


White color preview on #E69896 background

This text has white color on #E69896 background.