COLOR #E3D68F

HEX: #E3D68F
RGB: (227,214,143)

Color info

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

RGB color model

#E3D68F color RGB value is (227,214,143).

  • red value is 227;
  • green value is 214;
  • blue value is 143.
RGB:
(227,214,143)
(89%,84%,56%)

RGB channels and saturation

R 227 of 255 = 89%
G 214 of 255 = 84%
B 143 of 255 = 56%

227
214
143

R + G + B ~ 76%. #E3D68F is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 214 + 143 = 584 (100%)
R 227 of 584 ~ 38.87%
G 214 of 584 ~ 36.64%
B 143 of 584 ~ 24.49%

%38.87
%36.64
%24.49

CMYK color model

#E3D68F color CMYK value is (0,6,37,11).

  • cyan value is 0.00%
  • magenta value is 5.73%
  • yellow value is 37.00%
  • key color value is 10.98%
CMYK:
(0,6,37,11)
C0M6Y37K11 
(0%,6%,37%,11%)
(0.00/0.06/0.37/0.11)	

CMYK percentages

%0
%5.73
%37
%10.98

Codes

Color #E3D68F in popluar color models

E3D68F
RGB227214143
HSL51°60.00%72.55%
HSB/HSV51°37.00%89.02%
CMYK0.00%5.73%37.00%
10.98%

Color #E3D68F in popluar number systems.

HEXE3D68F
Decimal227214143
Binary111000111101011010001111
Octal343326217

Shades and tints

Shades of #E3D68F

#E3D68F
(227,214,143)
#CFC382
(207,195,130)
#BBB075
(187,176,117)
#A79D68
(167,157,104)
#938A5B
(147,138,91)
#7F774E
(127,119,78)
#6B6441
(107,100,65)
#575134
(87,81,52)
#433E27
(67,62,39)
#2F2B1A
(47,43,26)
#1B180D
(27,24,13)
#000000
(0,0,0)

Tints of #E3D68F

#E3D68F
(227,214,143)
#E5D999
(229,217,153)
#E7DCA3
(231,220,163)
#E9DFAD
(233,223,173)
#EBE2B7
(235,226,183)
#EDE5C1
(237,229,193)
#EFE8CB
(239,232,203)
#F1EBD5
(241,235,213)
#F3EEDF
(243,238,223)
#F5F1E9
(245,241,233)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D68F color. Also use rgb(227,214,143) instead hex code.

Text Font Color

.myTextColor { color: #E3D68F; }

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

This text font color is #E3D68F.


Background Color

.myBgColor { background-color: #E3D68F; }

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

This div background color is #E3D68F.


Border color

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

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

This div border color is #E3D68F.


Opacity

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

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

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

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

This text has shadow with #E3D68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D68F on black background.


Color preview on white background

This text has color #E3D68F on white background.



Black color preview on #E3D68F background

This text has black color on #E3D68F background.


White color preview on #E3D68F background

This text has white color on #E3D68F background.