COLOR #E69699

HEX: #E69699
RGB: (230,150,153)

Color info

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

RGB color model

#E69699 color RGB value is (230,150,153).

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

RGB channels and saturation

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

230
150
153

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

Portions of RGB colors in percentages

R + G + B =
230 + 150 + 153 = 533 (100%)
R 230 of 533 ~ 43.15%
G 150 of 533 ~ 28.14%
B 153 of 533 ~ 28.71%

%43.15
%28.14
%28.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.78%
  • 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
%34.78
%33.48
%9.8

Codes

Color #E69699 in popluar color models

E69699
RGB230150153
HSL358°61.54%74.51%
HSB/HSV358°34.78%90.20%
CMYK0.00%34.78%33.48%
9.80%

Color #E69699 in popluar number systems.

HEXE69699
Decimal230150153
Binary111001101001011010011001
Octal346226231

Shades and tints

Shades of #E69699

#E69699
(230,150,153)
#D2898C
(210,137,140)
#BE7C7F
(190,124,127)
#AA6F72
(170,111,114)
#966265
(150,98,101)
#825558
(130,85,88)
#6E484B
(110,72,75)
#5A3B3E
(90,59,62)
#462E31
(70,46,49)
#322124
(50,33,36)
#1E1417
(30,20,23)
#000000
(0,0,0)

Tints of #E69699

#E69699
(230,150,153)
#E89FA2
(232,159,162)
#EAA8AB
(234,168,171)
#ECB1B4
(236,177,180)
#EEBABD
(238,186,189)
#F0C3C6
(240,195,198)
#F2CCCF
(242,204,207)
#F4D5D8
(244,213,216)
#F6DEE1
(246,222,225)
#F8E7EA
(248,231,234)
#FAF0F3
(250,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E69699; }

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

This text font color is #E69699.


Background Color

.myBgColor { background-color: #E69699; }

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

This div background color is #E69699.


Border color

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

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

This div border color is #E69699.


Opacity

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

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

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

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

This text has shadow with #E69699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69699 on black background.


Color preview on white background

This text has color #E69699 on white background.



Black color preview on #E69699 background

This text has black color on #E69699 background.


White color preview on #E69699 background

This text has white color on #E69699 background.