COLOR #FFE3AF

HEX: #FFE3AF
RGB: (255,227,175)

Color info

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

RGB color model

#FFE3AF color RGB value is (255,227,175).

  • red value is 255;
  • green value is 227;
  • blue value is 175.
RGB:
(255,227,175)
(100%,89%,69%)

RGB channels and saturation

R 255 of 255 = 100%
G 227 of 255 = 89%
B 175 of 255 = 69%

255
227
175

R + G + B ~ 86%. #FFE3AF is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 227 + 175 = 657 (100%)
R 255 of 657 ~ 38.81%
G 227 of 657 ~ 34.55%
B 175 of 657 ~ 26.64%

%38.81
%34.55
%26.64

CMYK color model

#FFE3AF color CMYK value is (0,11,31,0).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 31.37%
  • key color value is 0.00%
CMYK:
(0,11,31,0)
C0M11Y31K0 
(0%,11%,31%,0%)
(0.00/0.11/0.31/0.00)	

CMYK percentages

%0
%10.98
%31.37
%0

Codes

Color #FFE3AF in popluar color models

FFE3AF
RGB255227175
HSL39°100.00%84.31%
HSB/HSV39°31.37%100.00%
CMYK0.00%10.98%31.37%
0.00%

Color #FFE3AF in popluar number systems.

HEXFFE3AF
Decimal255227175
Binary111111111110001110101111
Octal377343257

Shades and tints

Shades of #FFE3AF

#FFE3AF
(255,227,175)
#E8CFA0
(232,207,160)
#D1BB91
(209,187,145)
#BAA782
(186,167,130)
#A39373
(163,147,115)
#8C7F64
(140,127,100)
#756B55
(117,107,85)
#5E5746
(94,87,70)
#474337
(71,67,55)
#302F28
(48,47,40)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #FFE3AF

#FFE3AF
(255,227,175)
#FFE5B6
(255,229,182)
#FFE7BD
(255,231,189)
#FFE9C4
(255,233,196)
#FFEBCB
(255,235,203)
#FFEDD2
(255,237,210)
#FFEFD9
(255,239,217)
#FFF1E0
(255,241,224)
#FFF3E7
(255,243,231)
#FFF5EE
(255,245,238)
#FFF7F5
(255,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE3AF color. Also use rgb(255,227,175) instead hex code.

Text Font Color

.myTextColor { color: #FFE3AF; }

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

This text font color is #FFE3AF.


Background Color

.myBgColor { background-color: #FFE3AF; }

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

This div background color is #FFE3AF.


Border color

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

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

This div border color is #FFE3AF.


Opacity

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

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

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

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

This text has shadow with #FFE3AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE3AF on black background.


Color preview on white background

This text has color #FFE3AF on white background.



Black color preview on #FFE3AF background

This text has black color on #FFE3AF background.


White color preview on #FFE3AF background

This text has white color on #FFE3AF background.