COLOR #FFE6BB

HEX: #FFE6BB
RGB: (255,230,187)

Color info

#FFE6BB contains mainly red and green colors. Web safe color of #FFE6BB is #FFCCCC (or #FCC).

RGB color model

#FFE6BB color RGB value is (255,230,187).

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

RGB channels and saturation

R 255 of 255 = 100%
G 230 of 255 = 90%
B 187 of 255 = 73%

255
230
187

R + G + B ~ 88%. #FFE6BB is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 230 + 187 = 672 (100%)
R 255 of 672 ~ 37.95%
G 230 of 672 ~ 34.23%
B 187 of 672 ~ 27.83%

%37.95
%34.23
%27.83

CMYK color model

#FFE6BB color CMYK value is (0,10,27,0).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 26.67%
  • key color value is 0.00%
CMYK:
(0,10,27,0)
C0M10Y27K0 
(0%,10%,27%,0%)
(0.00/0.10/0.27/0.00)	

CMYK percentages

%0
%9.8
%26.67
%0

Codes

Color #FFE6BB in popluar color models

FFE6BB
RGB255230187
HSL38°100.00%86.67%
HSB/HSV38°26.67%100.00%
CMYK0.00%9.80%26.67%
0.00%

Color #FFE6BB in popluar number systems.

HEXFFE6BB
Decimal255230187
Binary111111111110011010111011
Octal377346273

Shades and tints

Shades of #FFE6BB

#FFE6BB
(255,230,187)
#E8D2AA
(232,210,170)
#D1BE99
(209,190,153)
#BAAA88
(186,170,136)
#A39677
(163,150,119)
#8C8266
(140,130,102)
#756E55
(117,110,85)
#5E5A44
(94,90,68)
#474633
(71,70,51)
#303222
(48,50,34)
#191E11
(25,30,17)
#000000
(0,0,0)

Tints of #FFE6BB

#FFE6BB
(255,230,187)
#FFE8C1
(255,232,193)
#FFEAC7
(255,234,199)
#FFECCD
(255,236,205)
#FFEED3
(255,238,211)
#FFF0D9
(255,240,217)
#FFF2DF
(255,242,223)
#FFF4E5
(255,244,229)
#FFF6EB
(255,246,235)
#FFF8F1
(255,248,241)
#FFFAF7
(255,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE6BB; }

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

This text font color is #FFE6BB.


Background Color

.myBgColor { background-color: #FFE6BB; }

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

This div background color is #FFE6BB.


Border color

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

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

This div border color is #FFE6BB.


Opacity

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

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

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

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

This text has shadow with #FFE6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE6BB on black background.


Color preview on white background

This text has color #FFE6BB on white background.



Black color preview on #FFE6BB background

This text has black color on #FFE6BB background.


White color preview on #FFE6BB background

This text has white color on #FFE6BB background.