COLOR #FFE6B1

HEX: #FFE6B1
RGB: (255,230,177)

Color info

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

RGB color model

#FFE6B1 color RGB value is (255,230,177).

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

RGB channels and saturation

R 255 of 255 = 100%
G 230 of 255 = 90%
B 177 of 255 = 69%

255
230
177

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

Portions of RGB colors in percentages

R + G + B =
255 + 230 + 177 = 662 (100%)
R 255 of 662 ~ 38.52%
G 230 of 662 ~ 34.74%
B 177 of 662 ~ 26.74%

%38.52
%34.74
%26.74

CMYK color model

#FFE6B1 color CMYK value is (0,10,31,0).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 30.59%
  • key color value is 0.00%
CMYK:
(0,10,31,0)
C0M10Y31K0 
(0%,10%,31%,0%)
(0.00/0.10/0.31/0.00)	

CMYK percentages

%0
%9.8
%30.59
%0

Codes

Color #FFE6B1 in popluar color models

FFE6B1
RGB255230177
HSL41°100.00%84.71%
HSB/HSV41°30.59%100.00%
CMYK0.00%9.80%30.59%
0.00%

Color #FFE6B1 in popluar number systems.

HEXFFE6B1
Decimal255230177
Binary111111111110011010110001
Octal377346261

Shades and tints

Shades of #FFE6B1

#FFE6B1
(255,230,177)
#E8D2A1
(232,210,161)
#D1BE91
(209,190,145)
#BAAA81
(186,170,129)
#A39671
(163,150,113)
#8C8261
(140,130,97)
#756E51
(117,110,81)
#5E5A41
(94,90,65)
#474631
(71,70,49)
#303221
(48,50,33)
#191E11
(25,30,17)
#000000
(0,0,0)

Tints of #FFE6B1

#FFE6B1
(255,230,177)
#FFE8B8
(255,232,184)
#FFEABF
(255,234,191)
#FFECC6
(255,236,198)
#FFEECD
(255,238,205)
#FFF0D4
(255,240,212)
#FFF2DB
(255,242,219)
#FFF4E2
(255,244,226)
#FFF6E9
(255,246,233)
#FFF8F0
(255,248,240)
#FFFAF7
(255,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE6B1; }

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

This text font color is #FFE6B1.


Background Color

.myBgColor { background-color: #FFE6B1; }

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

This div background color is #FFE6B1.


Border color

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

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

This div border color is #FFE6B1.


Opacity

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

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

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

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

This text has shadow with #FFE6B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE6B1 on black background.


Color preview on white background

This text has color #FFE6B1 on white background.



Black color preview on #FFE6B1 background

This text has black color on #FFE6B1 background.


White color preview on #FFE6B1 background

This text has white color on #FFE6B1 background.