COLOR #E3AF98

HEX: #E3AF98 RGB: (227,175,152)

Color info

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

RGB color model

#E3AF98 color RGB value is (227,175,152).

RGB: (227,175,152) (89%, 69%, 60%)

RGB channels and saturation

R 227 of 255 = 89%
G 175 of 255 = 69%
B 152 of 255 = 60%

227
175
152

R + G + B ~ 73%. #E3AF98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 175 + 152 = 554 (100%)
R 227 of 554 ~ 40.97%
G 175 of 554 ~ 31.59%
B 152 of 554 ~ 27.44'%

%40.97
%31.59
%27.44

CMYK color model

#E3AF98 color CMYK value is (0,23,33,11).

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

CMYK: (0,23,33,11)
C0M23Y33K11 (0%, 23%, 33%, 11%)
(0.00 / 0.23 / 0.33 / 0.11)

CMYK percentages

%0
%22.91
%33.04
%10.98

Codes

Color #E3AF98 in popluar color models

E3 AF 98
RGB 227 175 152
HSL 18° 57.25% 74.31%
HSB/HSV 18° 33.04% 89.02%
CMYK 0.00% 22.91% 33.04%
10.98%

Color #E3AF98 in popluar number systems.

HEX E3 AF 98
Decimal 227 175 152
Binary 11100011 10101111 10011000
Octal 343 257 230

Shades and tints

Shades of #E3AF98

#E3AF98
(227,175,152)
#CFA08B
(207,160,139)
#BB917E
(187,145,126)
#A78271
(167,130,113)
#937364
(147,115,100)
#7F6457
(127,100,87)
#6B554A
(107,85,74)
#57463D
(87,70,61)
#433730
(67,55,48)
#2F2823
(47,40,35)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #E3AF98

#E3AF98
(227,175,152)
#E5B6A1
(229,182,161)
#E7BDAA
(231,189,170)
#E9C4B3
(233,196,179)
#EBCBBC
(235,203,188)
#EDD2C5
(237,210,197)
#EFD9CE
(239,217,206)
#F1E0D7
(241,224,215)
#F3E7E0
(243,231,224)
#F5EEE9
(245,238,233)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3AF98; }

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

This text font color is #E3AF98.

Background Color

.myBgColor { background-color: #E3AF98; }

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

This div background color is #E3AF98.

Border color

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

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

This div border color is #E3AF98.

Opacity

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

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

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

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

This text has shadow with #E3AF98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3AF98.

Preview

Color preview on black background

This text has color #E3AF98 on black background.


Color preview on white background

This text has color #E3AF98 on white background.


Black color preview on #E3AF98 background

This text has black color on #E3AF98 background.


White color preview on #E3AF98 background

This text has white color on #E3AF98 background.


Related colors

Complementary color

Complementary color for #hex is #1C5067.


I love getcolorcode.com

Triadic colors

1 #98E3AF and #AF98E3 with #E3AF98 are triadic colors.

2 #98AFE3 and #AFE398 with #E3AF98 are triadic colors.