COLOR #E6CF87

HEX: #E6CF87
RGB: (230,207,135)

Color info

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

RGB color model

#E6CF87 color RGB value is (230,207,135).

  • red value is 230;
  • green value is 207;
  • blue value is 135.
RGB:
(230,207,135)
(90%,81%,53%)

RGB channels and saturation

R 230 of 255 = 90%
G 207 of 255 = 81%
B 135 of 255 = 53%

230
207
135

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

Portions of RGB colors in percentages

R + G + B =
230 + 207 + 135 = 572 (100%)
R 230 of 572 ~ 40.21%
G 207 of 572 ~ 36.19%
B 135 of 572 ~ 23.6%

%40.21
%36.19
%23.6

CMYK color model

#E6CF87 color CMYK value is (0,10,41,10).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 41.30%
  • key color value is 9.80%
CMYK:
(0,10,41,10)
C0M10Y41K10 
(0%,10%,41%,10%)
(0.00/0.10/0.41/0.10)	

CMYK percentages

%0
%10
%41.3
%9.8

Codes

Color #E6CF87 in popluar color models

E6CF87
RGB230207135
HSL45°65.52%71.57%
HSB/HSV45°41.30%90.20%
CMYK0.00%10.00%41.30%
9.80%

Color #E6CF87 in popluar number systems.

HEXE6CF87
Decimal230207135
Binary111001101100111110000111
Octal346317207

Shades and tints

Shades of #E6CF87

#E6CF87
(230,207,135)
#D2BD7B
(210,189,123)
#BEAB6F
(190,171,111)
#AA9963
(170,153,99)
#968757
(150,135,87)
#82754B
(130,117,75)
#6E633F
(110,99,63)
#5A5133
(90,81,51)
#463F27
(70,63,39)
#322D1B
(50,45,27)
#1E1B0F
(30,27,15)
#000000
(0,0,0)

Tints of #E6CF87

#E6CF87
(230,207,135)
#E8D391
(232,211,145)
#EAD79B
(234,215,155)
#ECDBA5
(236,219,165)
#EEDFAF
(238,223,175)
#F0E3B9
(240,227,185)
#F2E7C3
(242,231,195)
#F4EBCD
(244,235,205)
#F6EFD7
(246,239,215)
#F8F3E1
(248,243,225)
#FAF7EB
(250,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CF87 color. Also use rgb(230,207,135) instead hex code.

Text Font Color

.myTextColor { color: #E6CF87; }

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

This text font color is #E6CF87.


Background Color

.myBgColor { background-color: #E6CF87; }

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

This div background color is #E6CF87.


Border color

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

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

This div border color is #E6CF87.


Opacity

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

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

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

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

This text has shadow with #E6CF87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CF87 on black background.


Color preview on white background

This text has color #E6CF87 on white background.



Black color preview on #E6CF87 background

This text has black color on #E6CF87 background.


White color preview on #E6CF87 background

This text has white color on #E6CF87 background.