COLOR #E1A69C

HEX: #E1A69C
RGB: (225,166,156)

Color info

#E1A69C contains mainly red and green colors. Web safe color of #E1A69C is #CC9999 (or #C99).

RGB color model

#E1A69C color RGB value is (225,166,156).

  • red value is 225;
  • green value is 166;
  • blue value is 156.
RGB:
(225,166,156)
(88%,65%,61%)

RGB channels and saturation

R 225 of 255 = 88%
G 166 of 255 = 65%
B 156 of 255 = 61%

225
166
156

R + G + B ~ 71%. #E1A69C is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 166 + 156 = 547 (100%)
R 225 of 547 ~ 41.13%
G 166 of 547 ~ 30.35%
B 156 of 547 ~ 28.52%

%41.13
%30.35
%28.52

CMYK color model

#E1A69C color CMYK value is (0,26,31,12).

  • cyan value is 0.00%
  • magenta value is 26.22%
  • yellow value is 30.67%
  • key color value is 11.76%
CMYK:
(0,26,31,12)
C0M26Y31K12 
(0%,26%,31%,12%)
(0.00/0.26/0.31/0.12)	

CMYK percentages

%0
%26.22
%30.67
%11.76

Codes

Color #E1A69C in popluar color models

E1A69C
RGB225166156
HSL53.49%74.71%
HSB/HSV30.67%88.24%
CMYK0.00%26.22%30.67%
11.76%

Color #E1A69C in popluar number systems.

HEXE1A69C
Decimal225166156
Binary111000011010011010011100
Octal341246234

Shades and tints

Shades of #E1A69C

#E1A69C
(225,166,156)
#CD978E
(205,151,142)
#B98880
(185,136,128)
#A57972
(165,121,114)
#916A64
(145,106,100)
#7D5B56
(125,91,86)
#694C48
(105,76,72)
#553D3A
(85,61,58)
#412E2C
(65,46,44)
#2D1F1E
(45,31,30)
#191010
(25,16,16)
#000000
(0,0,0)

Tints of #E1A69C

#E1A69C
(225,166,156)
#E3AEA5
(227,174,165)
#E5B6AE
(229,182,174)
#E7BEB7
(231,190,183)
#E9C6C0
(233,198,192)
#EBCEC9
(235,206,201)
#EDD6D2
(237,214,210)
#EFDEDB
(239,222,219)
#F1E6E4
(241,230,228)
#F3EEED
(243,238,237)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1A69C color. Also use rgb(225,166,156) instead hex code.

Text Font Color

.myTextColor { color: #E1A69C; }

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

This text font color is #E1A69C.


Background Color

.myBgColor { background-color: #E1A69C; }

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

This div background color is #E1A69C.


Border color

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

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

This div border color is #E1A69C.


Opacity

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

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

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

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

This text has shadow with #E1A69C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A69C on black background.


Color preview on white background

This text has color #E1A69C on white background.



Black color preview on #E1A69C background

This text has black color on #E1A69C background.


White color preview on #E1A69C background

This text has white color on #E1A69C background.