COLOR #E69599

HEX: #E69599
RGB: (230,149,153)

Color info

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

RGB color model

#E69599 color RGB value is (230,149,153).

  • red value is 230;
  • green value is 149;
  • blue value is 153.
RGB:
(230,149,153)
(90%,58%,60%)

RGB channels and saturation

R 230 of 255 = 90%
G 149 of 255 = 58%
B 153 of 255 = 60%

230
149
153

R + G + B ~ 69%. #E69599 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 149 + 153 = 532 (100%)
R 230 of 532 ~ 43.23%
G 149 of 532 ~ 28.01%
B 153 of 532 ~ 28.76%

%43.23
%28.01
%28.76

CMYK color model

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

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

CMYK percentages

%0
%35.22
%33.48
%9.8

Codes

Color #E69599 in popluar color models

E69599
RGB230149153
HSL357°61.83%74.31%
HSB/HSV357°35.22%90.20%
CMYK0.00%35.22%33.48%
9.80%

Color #E69599 in popluar number systems.

HEXE69599
Decimal230149153
Binary111001101001010110011001
Octal346225231

Shades and tints

Shades of #E69599

#E69599
(230,149,153)
#D2888C
(210,136,140)
#BE7B7F
(190,123,127)
#AA6E72
(170,110,114)
#966165
(150,97,101)
#825458
(130,84,88)
#6E474B
(110,71,75)
#5A3A3E
(90,58,62)
#462D31
(70,45,49)
#322024
(50,32,36)
#1E1317
(30,19,23)
#000000
(0,0,0)

Tints of #E69599

#E69599
(230,149,153)
#E89EA2
(232,158,162)
#EAA7AB
(234,167,171)
#ECB0B4
(236,176,180)
#EEB9BD
(238,185,189)
#F0C2C6
(240,194,198)
#F2CBCF
(242,203,207)
#F4D4D8
(244,212,216)
#F6DDE1
(246,221,225)
#F8E6EA
(248,230,234)
#FAEFF3
(250,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69599 color. Also use rgb(230,149,153) instead hex code.

Text Font Color

.myTextColor { color: #E69599; }

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

This text font color is #E69599.


Background Color

.myBgColor { background-color: #E69599; }

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

This div background color is #E69599.


Border color

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

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

This div border color is #E69599.


Opacity

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

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

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

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

This text has shadow with #E69599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69599 on black background.


Color preview on white background

This text has color #E69599 on white background.



Black color preview on #E69599 background

This text has black color on #E69599 background.


White color preview on #E69599 background

This text has white color on #E69599 background.