COLOR #FFE6A7

HEX: #FFE6A7
RGB: (255,230,167)

Color info

#FFE6A7 contains mainly red and green colors. Web safe color of #FFE6A7 is #FFCC99 (or #FC9).

RGB color model

#FFE6A7 color RGB value is (255,230,167).

  • red value is 255;
  • green value is 230;
  • blue value is 167.
RGB:
(255,230,167)
(100%,90%,65%)

RGB channels and saturation

R 255 of 255 = 100%
G 230 of 255 = 90%
B 167 of 255 = 65%

255
230
167

R + G + B ~ 85%. #FFE6A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 230 + 167 = 652 (100%)
R 255 of 652 ~ 39.11%
G 230 of 652 ~ 35.28%
B 167 of 652 ~ 25.61%

%39.11
%35.28
%25.61

CMYK color model

#FFE6A7 color CMYK value is (0,10,35,0).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 34.51%
  • key color value is 0.00%
CMYK:
(0,10,35,0)
C0M10Y35K0 
(0%,10%,35%,0%)
(0.00/0.10/0.35/0.00)	

CMYK percentages

%0
%9.8
%34.51
%0

Codes

Color #FFE6A7 in popluar color models

FFE6A7
RGB255230167
HSL43°100.00%82.75%
HSB/HSV43°34.51%100.00%
CMYK0.00%9.80%34.51%
0.00%

Color #FFE6A7 in popluar number systems.

HEXFFE6A7
Decimal255230167
Binary111111111110011010100111
Octal377346247

Shades and tints

Shades of #FFE6A7

#FFE6A7
(255,230,167)
#E8D298
(232,210,152)
#D1BE89
(209,190,137)
#BAAA7A
(186,170,122)
#A3966B
(163,150,107)
#8C825C
(140,130,92)
#756E4D
(117,110,77)
#5E5A3E
(94,90,62)
#47462F
(71,70,47)
#303220
(48,50,32)
#191E11
(25,30,17)
#000000
(0,0,0)

Tints of #FFE6A7

#FFE6A7
(255,230,167)
#FFE8AF
(255,232,175)
#FFEAB7
(255,234,183)
#FFECBF
(255,236,191)
#FFEEC7
(255,238,199)
#FFF0CF
(255,240,207)
#FFF2D7
(255,242,215)
#FFF4DF
(255,244,223)
#FFF6E7
(255,246,231)
#FFF8EF
(255,248,239)
#FFFAF7
(255,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE6A7 color. Also use rgb(255,230,167) instead hex code.

Text Font Color

.myTextColor { color: #FFE6A7; }

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

This text font color is #FFE6A7.


Background Color

.myBgColor { background-color: #FFE6A7; }

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

This div background color is #FFE6A7.


Border color

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

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

This div border color is #FFE6A7.


Opacity

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

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

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

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

This text has shadow with #FFE6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE6A7 on black background.


Color preview on white background

This text has color #FFE6A7 on white background.



Black color preview on #FFE6A7 background

This text has black color on #FFE6A7 background.


White color preview on #FFE6A7 background

This text has white color on #FFE6A7 background.