COLOR #E3AF88

HEX: #E3AF88 RGB: (227,175,136)

Color info

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

RGB color model

#E3AF88 color RGB value is (227,175,136).

RGB: (227,175,136) (89%, 69%, 53%)

RGB channels and saturation

R 227 of 255 = 89%
G 175 of 255 = 69%
B 136 of 255 = 53%

227
175
136

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

Portions of RGB colors in percentages

R + G + B = 227 + 175 + 136 = 538 (100%)
R 227 of 538 ~ 42.19%
G 175 of 538 ~ 32.53%
B 136 of 538 ~ 25.28'%

%42.19
%32.53
%25.28

CMYK color model

#E3AF88 color CMYK value is (0,23,40,11).

  • cyan value is 0.00%
  • magenta value is 22.91%
  • yellow value is 40.09%
  • key color value is 10.98%

CMYK: (0,23,40,11)
C0M23Y40K11 (0%, 23%, 40%, 11%)
(0.00 / 0.23 / 0.40 / 0.11)

CMYK percentages

%0
%22.91
%40.09
%10.98

Codes

Color #E3AF88 in popluar color models

E3 AF 88
RGB 227 175 136
HSL 26° 61.90% 71.18%
HSB/HSV 26° 40.09% 89.02%
CMYK 0.00% 22.91% 40.09%
10.98%

Color #E3AF88 in popluar number systems.

HEX E3 AF 88
Decimal 227 175 136
Binary 11100011 10101111 10001000
Octal 343 257 210

Shades and tints

Shades of #E3AF88

#E3AF88
(227,175,136)
#CFA07C
(207,160,124)
#BB9170
(187,145,112)
#A78264
(167,130,100)
#937358
(147,115,88)
#7F644C
(127,100,76)
#6B5540
(107,85,64)
#574634
(87,70,52)
#433728
(67,55,40)
#2F281C
(47,40,28)
#1B1910
(27,25,16)
#000000
(0,0,0)

Tints of #E3AF88

#E3AF88
(227,175,136)
#E5B692
(229,182,146)
#E7BD9C
(231,189,156)
#E9C4A6
(233,196,166)
#EBCBB0
(235,203,176)
#EDD2BA
(237,210,186)
#EFD9C4
(239,217,196)
#F1E0CE
(241,224,206)
#F3E7D8
(243,231,216)
#F5EEE2
(245,238,226)
#F7F5EC
(247,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3AF88 color. Also use rgb(227,175,136) instead hex code.

Text Font Color

.myTextColor { color: #E3AF88; }

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

This text font color is #E3AF88.

Background Color

.myBgColor { background-color: #E3AF88; }

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

This div background color is #E3AF88.

Border color

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

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

This div border color is #E3AF88.

Opacity

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

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

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

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

This text has shadow with #E3AF88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3AF88.

Preview

Color preview on black background

This text has color #E3AF88 on black background.


Color preview on white background

This text has color #E3AF88 on white background.


Black color preview on #E3AF88 background

This text has black color on #E3AF88 background.


White color preview on #E3AF88 background

This text has white color on #E3AF88 background.


Related colors

Complementary color

Complementary color for #hex is #1C5077.


I love getcolorcode.com

Triadic colors

1 #88E3AF and #AF88E3 with #E3AF88 are triadic colors.

2 #88AFE3 and #AFE388 with #E3AF88 are triadic colors.