COLOR #E3C398

HEX: #E3C398
RGB: (227,195,152)

Color info

#E3C398 contains mainly red and green colors. Web safe color of #E3C398 is #CCCC99 (or #CC9).

RGB color model

#E3C398 color RGB value is (227,195,152).

  • red value is 227;
  • green value is 195;
  • blue value is 152.
RGB:
(227,195,152)
(89%,76%,60%)

RGB channels and saturation

R 227 of 255 = 89%
G 195 of 255 = 76%
B 152 of 255 = 60%

227
195
152

R + G + B ~ 75%. #E3C398 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 195 + 152 = 574 (100%)
R 227 of 574 ~ 39.55%
G 195 of 574 ~ 33.97%
B 152 of 574 ~ 26.48%

%39.55
%33.97
%26.48

CMYK color model

#E3C398 color CMYK value is (0,14,33,11).

  • cyan value is 0.00%
  • magenta value is 14.10%
  • yellow value is 33.04%
  • key color value is 10.98%
CMYK:
(0,14,33,11)
C0M14Y33K11 
(0%,14%,33%,11%)
(0.00/0.14/0.33/0.11)	

CMYK percentages

%0
%14.1
%33.04
%10.98

Codes

Color #E3C398 in popluar color models

E3C398
RGB227195152
HSL34°57.25%74.31%
HSB/HSV34°33.04%89.02%
CMYK0.00%14.10%33.04%
10.98%

Color #E3C398 in popluar number systems.

HEXE3C398
Decimal227195152
Binary111000111100001110011000
Octal343303230

Shades and tints

Shades of #E3C398

#E3C398
(227,195,152)
#CFB28B
(207,178,139)
#BBA17E
(187,161,126)
#A79071
(167,144,113)
#937F64
(147,127,100)
#7F6E57
(127,110,87)
#6B5D4A
(107,93,74)
#574C3D
(87,76,61)
#433B30
(67,59,48)
#2F2A23
(47,42,35)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #E3C398

#E3C398
(227,195,152)
#E5C8A1
(229,200,161)
#E7CDAA
(231,205,170)
#E9D2B3
(233,210,179)
#EBD7BC
(235,215,188)
#EDDCC5
(237,220,197)
#EFE1CE
(239,225,206)
#F1E6D7
(241,230,215)
#F3EBE0
(243,235,224)
#F5F0E9
(245,240,233)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3C398; }

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

This text font color is #E3C398.


Background Color

.myBgColor { background-color: #E3C398; }

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

This div background color is #E3C398.


Border color

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

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

This div border color is #E3C398.


Opacity

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

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

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

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

This text has shadow with #E3C398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C398 on black background.


Color preview on white background

This text has color #E3C398 on white background.



Black color preview on #E3C398 background

This text has black color on #E3C398 background.


White color preview on #E3C398 background

This text has white color on #E3C398 background.