COLOR #FFE6B2

HEX: #FFE6B2
RGB: (255,230,178)

Color info

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

RGB color model

#FFE6B2 color RGB value is (255,230,178).

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

RGB channels and saturation

R 255 of 255 = 100%
G 230 of 255 = 90%
B 178 of 255 = 70%

255
230
178

R + G + B ~ 87%. #FFE6B2 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 230 + 178 = 663 (100%)
R 255 of 663 ~ 38.46%
G 230 of 663 ~ 34.69%
B 178 of 663 ~ 26.85%

%38.46
%34.69
%26.85

CMYK color model

#FFE6B2 color CMYK value is (0,10,30,0).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 30.20%
  • key color value is 0.00%
CMYK:
(0,10,30,0)
C0M10Y30K0 
(0%,10%,30%,0%)
(0.00/0.10/0.30/0.00)	

CMYK percentages

%0
%9.8
%30.2
%0

Codes

Color #FFE6B2 in popluar color models

FFE6B2
RGB255230178
HSL41°100.00%84.90%
HSB/HSV41°30.20%100.00%
CMYK0.00%9.80%30.20%
0.00%

Color #FFE6B2 in popluar number systems.

HEXFFE6B2
Decimal255230178
Binary111111111110011010110010
Octal377346262

Shades and tints

Shades of #FFE6B2

#FFE6B2
(255,230,178)
#E8D2A2
(232,210,162)
#D1BE92
(209,190,146)
#BAAA82
(186,170,130)
#A39672
(163,150,114)
#8C8262
(140,130,98)
#756E52
(117,110,82)
#5E5A42
(94,90,66)
#474632
(71,70,50)
#303222
(48,50,34)
#191E12
(25,30,18)
#000000
(0,0,0)

Tints of #FFE6B2

#FFE6B2
(255,230,178)
#FFE8B9
(255,232,185)
#FFEAC0
(255,234,192)
#FFECC7
(255,236,199)
#FFEECE
(255,238,206)
#FFF0D5
(255,240,213)
#FFF2DC
(255,242,220)
#FFF4E3
(255,244,227)
#FFF6EA
(255,246,234)
#FFF8F1
(255,248,241)
#FFFAF8
(255,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE6B2; }

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

This text font color is #FFE6B2.


Background Color

.myBgColor { background-color: #FFE6B2; }

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

This div background color is #FFE6B2.


Border color

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

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

This div border color is #FFE6B2.


Opacity

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

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

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

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

This text has shadow with #FFE6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE6B2 on black background.


Color preview on white background

This text has color #FFE6B2 on white background.



Black color preview on #FFE6B2 background

This text has black color on #FFE6B2 background.


White color preview on #FFE6B2 background

This text has white color on #FFE6B2 background.