COLOR #E69B96

HEX: #E69B96
RGB: (230,155,150)

Color info

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

RGB color model

#E69B96 color RGB value is (230,155,150).

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

RGB channels and saturation

R 230 of 255 = 90%
G 155 of 255 = 61%
B 150 of 255 = 59%

230
155
150

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

Portions of RGB colors in percentages

R + G + B =
230 + 155 + 150 = 535 (100%)
R 230 of 535 ~ 42.99%
G 155 of 535 ~ 28.97%
B 150 of 535 ~ 28.04%

%42.99
%28.97
%28.04

CMYK color model

#E69B96 color CMYK value is (0,33,35,10).

  • cyan value is 0.00%
  • magenta value is 32.61%
  • yellow value is 34.78%
  • key color value is 9.80%
CMYK:
(0,33,35,10)
C0M33Y35K10 
(0%,33%,35%,10%)
(0.00/0.33/0.35/0.10)	

CMYK percentages

%0
%32.61
%34.78
%9.8

Codes

Color #E69B96 in popluar color models

E69B96
RGB230155150
HSL61.54%74.51%
HSB/HSV34.78%90.20%
CMYK0.00%32.61%34.78%
9.80%

Color #E69B96 in popluar number systems.

HEXE69B96
Decimal230155150
Binary111001101001101110010110
Octal346233226

Shades and tints

Shades of #E69B96

#E69B96
(230,155,150)
#D28D89
(210,141,137)
#BE7F7C
(190,127,124)
#AA716F
(170,113,111)
#966362
(150,99,98)
#825555
(130,85,85)
#6E4748
(110,71,72)
#5A393B
(90,57,59)
#462B2E
(70,43,46)
#321D21
(50,29,33)
#1E0F14
(30,15,20)
#000000
(0,0,0)

Tints of #E69B96

#E69B96
(230,155,150)
#E8A49F
(232,164,159)
#EAADA8
(234,173,168)
#ECB6B1
(236,182,177)
#EEBFBA
(238,191,186)
#F0C8C3
(240,200,195)
#F2D1CC
(242,209,204)
#F4DAD5
(244,218,213)
#F6E3DE
(246,227,222)
#F8ECE7
(248,236,231)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E69B96; }

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

This text font color is #E69B96.


Background Color

.myBgColor { background-color: #E69B96; }

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

This div background color is #E69B96.


Border color

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

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

This div border color is #E69B96.


Opacity

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

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

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

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

This text has shadow with #E69B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69B96 on black background.


Color preview on white background

This text has color #E69B96 on white background.



Black color preview on #E69B96 background

This text has black color on #E69B96 background.


White color preview on #E69B96 background

This text has white color on #E69B96 background.