COLOR #E3D38F

HEX: #E3D38F
RGB: (227,211,143)

Color info

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

RGB color model

#E3D38F color RGB value is (227,211,143).

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

RGB channels and saturation

R 227 of 255 = 89%
G 211 of 255 = 83%
B 143 of 255 = 56%

227
211
143

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

Portions of RGB colors in percentages

R + G + B =
227 + 211 + 143 = 581 (100%)
R 227 of 581 ~ 39.07%
G 211 of 581 ~ 36.32%
B 143 of 581 ~ 24.61%

%39.07
%36.32
%24.61

CMYK color model

#E3D38F color CMYK value is (0,7,37,11).

  • cyan value is 0.00%
  • magenta value is 7.05%
  • yellow value is 37.00%
  • key color value is 10.98%
CMYK: (0,7,37,11) C0M7Y37K11 (0%,7%,37%,11%) (0.00/0.07/0.37/0.11)

CMYK percentages

%0
%7.05
%37
%10.98

Codes

Color #E3D38F in popluar color models

E3D38F
RGB227211143
HSL49°60.00%72.55%
HSB/HSV49°37.00%89.02%
CMYK0.00%7.05%37.00%
10.98%

Color #E3D38F in popluar number systems.

HEXE3D38F
Decimal227211143
Binary111000111101001110001111
Octal343323217

Shades and tints

Shades of #E3D38F

#E3D38F
(227,211,143)
#CFC082
(207,192,130)
#BBAD75
(187,173,117)
#A79A68
(167,154,104)
#93875B
(147,135,91)
#7F744E
(127,116,78)
#6B6141
(107,97,65)
#574E34
(87,78,52)
#433B27
(67,59,39)
#2F281A
(47,40,26)
#1B150D
(27,21,13)
#000000
(0,0,0)

Tints of #E3D38F

#E3D38F
(227,211,143)
#E5D799
(229,215,153)
#E7DBA3
(231,219,163)
#E9DFAD
(233,223,173)
#EBE3B7
(235,227,183)
#EDE7C1
(237,231,193)
#EFEBCB
(239,235,203)
#F1EFD5
(241,239,213)
#F3F3DF
(243,243,223)
#F5F7E9
(245,247,233)
#F7FBF3
(247,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D38F; }

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

This text font color is #E3D38F.


Background Color

.myBgColor { background-color: #E3D38F; }

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

This div background color is #E3D38F.


Border color

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

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

This div border color is #E3D38F.


Opacity

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

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

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

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

This text has shadow with #E3D38F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E3D38F on black background.


Color preview on white background

This text has color #E3D38F on white background.



Black color preview on #E3D38F background

This text has black color on #E3D38F background.


White color preview on #E3D38F background

This text has white color on #E3D38F background.