COLOR #E3BF7F

HEX: #E3BF7F RGB: (227,191,127)

Color info

#E3BF7F contains mainly red and green colors. Web safe color of #E3BF7F is #CCCC66 (or #CC6).

RGB color model

#E3BF7F color RGB value is (227,191,127).

RGB: (227,191,127) (89%, 75%, 50%)

RGB channels and saturation

R 227 of 255 = 89%
G 191 of 255 = 75%
B 127 of 255 = 50%

227
191
127

R + G + B ~ 71%. #E3BF7F is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 191 + 127 = 545 (100%)
R 227 of 545 ~ 41.65%
G 191 of 545 ~ 35.05%
B 127 of 545 ~ 23.3'%

%41.65
%35.05
%23.3

CMYK color model

#E3BF7F color CMYK value is (0,16,44,11).

  • cyan value is 0.00%
  • magenta value is 15.86%
  • yellow value is 44.05%
  • key color value is 10.98%

CMYK: (0,16,44,11)
C0M16Y44K11 (0%, 16%, 44%, 11%)
(0.00 / 0.16 / 0.44 / 0.11)

CMYK percentages

%0
%15.86
%44.05
%10.98

Codes

Color #E3BF7F in popluar color models

E3 BF 7F
RGB 227 191 127
HSL 38° 64.10% 69.41%
HSB/HSV 38° 44.05% 89.02%
CMYK 0.00% 15.86% 44.05%
10.98%

Color #E3BF7F in popluar number systems.

HEX E3 BF 7F
Decimal 227 191 127
Binary 11100011 10111111 1111111
Octal 343 277 177

Shades and tints

Shades of #E3BF7F

#E3BF7F
(227,191,127)
#CFAE74
(207,174,116)
#BB9D69
(187,157,105)
#A78C5E
(167,140,94)
#937B53
(147,123,83)
#7F6A48
(127,106,72)
#6B593D
(107,89,61)
#574832
(87,72,50)
#433727
(67,55,39)
#2F261C
(47,38,28)
#1B1511
(27,21,17)
#000000
(0,0,0)

Tints of #E3BF7F

#E3BF7F
(227,191,127)
#E5C48A
(229,196,138)
#E7C995
(231,201,149)
#E9CEA0
(233,206,160)
#EBD3AB
(235,211,171)
#EDD8B6
(237,216,182)
#EFDDC1
(239,221,193)
#F1E2CC
(241,226,204)
#F3E7D7
(243,231,215)
#F5ECE2
(245,236,226)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BF7F color. Also use rgb(227,191,127) instead hex code.

Text Font Color

.myTextColor { color: #E3BF7F; }

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

This text font color is #E3BF7F.

Background Color

.myBgColor { background-color: #E3BF7F; }

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

This div background color is #E3BF7F.

Border color

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

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

This div border color is #E3BF7F.

Opacity

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

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

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

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

This text has shadow with #E3BF7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3BF7F.

Preview

Color preview on black background

This text has color #E3BF7F on black background.


Color preview on white background

This text has color #E3BF7F on white background.


Black color preview on #E3BF7F background

This text has black color on #E3BF7F background.


White color preview on #E3BF7F background

This text has white color on #E3BF7F background.


Related colors

Complementary color

Complementary color for #hex is #1C4080.


I love getcolorcode.com

Triadic colors

1 #7FE3BF and #BF7FE3 with #E3BF7F are triadic colors.

2 #7FBFE3 and #BFE37F with #E3BF7F are triadic colors.