COLOR #E6CF9A

HEX: #E6CF9A
RGB: (230,207,154)

Color info

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

RGB color model

#E6CF9A color RGB value is (230,207,154).

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

RGB channels and saturation

R 230 of 255 = 90%
G 207 of 255 = 81%
B 154 of 255 = 60%

230
207
154

R + G + B ~ 77%. #E6CF9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 207 + 154 = 591 (100%)
R 230 of 591 ~ 38.92%
G 207 of 591 ~ 35.03%
B 154 of 591 ~ 26.06%

%38.92
%35.03
%26.06

CMYK color model

#E6CF9A color CMYK value is (0,10,33,10).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 33.04%
  • key color value is 9.80%
CMYK:
(0,10,33,10)
C0M10Y33K10 
(0%,10%,33%,10%)
(0.00/0.10/0.33/0.10)	

CMYK percentages

%0
%10
%33.04
%9.8

Codes

Color #E6CF9A in popluar color models

E6CF9A
RGB230207154
HSL42°60.32%75.29%
HSB/HSV42°33.04%90.20%
CMYK0.00%10.00%33.04%
9.80%

Color #E6CF9A in popluar number systems.

HEXE6CF9A
Decimal230207154
Binary111001101100111110011010
Octal346317232

Shades and tints

Shades of #E6CF9A

#E6CF9A
(230,207,154)
#D2BD8C
(210,189,140)
#BEAB7E
(190,171,126)
#AA9970
(170,153,112)
#968762
(150,135,98)
#827554
(130,117,84)
#6E6346
(110,99,70)
#5A5138
(90,81,56)
#463F2A
(70,63,42)
#322D1C
(50,45,28)
#1E1B0E
(30,27,14)
#000000
(0,0,0)

Tints of #E6CF9A

#E6CF9A
(230,207,154)
#E8D3A3
(232,211,163)
#EAD7AC
(234,215,172)
#ECDBB5
(236,219,181)
#EEDFBE
(238,223,190)
#F0E3C7
(240,227,199)
#F2E7D0
(242,231,208)
#F4EBD9
(244,235,217)
#F6EFE2
(246,239,226)
#F8F3EB
(248,243,235)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CF9A; }

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

This text font color is #E6CF9A.


Background Color

.myBgColor { background-color: #E6CF9A; }

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

This div background color is #E6CF9A.


Border color

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

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

This div border color is #E6CF9A.


Opacity

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

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

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

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

This text has shadow with #E6CF9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CF9A on black background.


Color preview on white background

This text has color #E6CF9A on white background.



Black color preview on #E6CF9A background

This text has black color on #E6CF9A background.


White color preview on #E6CF9A background

This text has white color on #E6CF9A background.