COLOR #E6BF7C

HEX: #E6BF7C
RGB: (230,191,124)

Color info

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

RGB color model

#E6BF7C color RGB value is (230,191,124).

  • red value is 230;
  • green value is 191;
  • blue value is 124.
RGB:
(230,191,124)
(90%,75%,49%)

RGB channels and saturation

R 230 of 255 = 90%
G 191 of 255 = 75%
B 124 of 255 = 49%

230
191
124

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

Portions of RGB colors in percentages

R + G + B =
230 + 191 + 124 = 545 (100%)
R 230 of 545 ~ 42.2%
G 191 of 545 ~ 35.05%
B 124 of 545 ~ 22.75%

%42.2
%35.05
%22.75

CMYK color model

#E6BF7C color CMYK value is (0,17,46,10).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 46.09%
  • key color value is 9.80%
CMYK:
(0,17,46,10)
C0M17Y46K10 
(0%,17%,46%,10%)
(0.00/0.17/0.46/0.10)	

CMYK percentages

%0
%16.96
%46.09
%9.8

Codes

Color #E6BF7C in popluar color models

E6BF7C
RGB230191124
HSL38°67.95%69.41%
HSB/HSV38°46.09%90.20%
CMYK0.00%16.96%46.09%
9.80%

Color #E6BF7C in popluar number systems.

HEXE6BF7C
Decimal230191124
Binary11100110101111111111100
Octal346277174

Shades and tints

Shades of #E6BF7C

#E6BF7C
(230,191,124)
#D2AE71
(210,174,113)
#BE9D66
(190,157,102)
#AA8C5B
(170,140,91)
#967B50
(150,123,80)
#826A45
(130,106,69)
#6E593A
(110,89,58)
#5A482F
(90,72,47)
#463724
(70,55,36)
#322619
(50,38,25)
#1E150E
(30,21,14)
#000000
(0,0,0)

Tints of #E6BF7C

#E6BF7C
(230,191,124)
#E8C487
(232,196,135)
#EAC992
(234,201,146)
#ECCE9D
(236,206,157)
#EED3A8
(238,211,168)
#F0D8B3
(240,216,179)
#F2DDBE
(242,221,190)
#F4E2C9
(244,226,201)
#F6E7D4
(246,231,212)
#F8ECDF
(248,236,223)
#FAF1EA
(250,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BF7C color. Also use rgb(230,191,124) instead hex code.

Text Font Color

.myTextColor { color: #E6BF7C; }

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

This text font color is #E6BF7C.


Background Color

.myBgColor { background-color: #E6BF7C; }

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

This div background color is #E6BF7C.


Border color

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

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

This div border color is #E6BF7C.


Opacity

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

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

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

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

This text has shadow with #E6BF7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BF7C on black background.


Color preview on white background

This text has color #E6BF7C on white background.



Black color preview on #E6BF7C background

This text has black color on #E6BF7C background.


White color preview on #E6BF7C background

This text has white color on #E6BF7C background.