COLOR #FFE8B2

HEX: #FFE8B2 RGB: (255,232,178)

Color info

#FFE8B2 contains mainly red and green colors. Web safe color of #FFE8B2 is #FFFF99 (or #FF9).

RGB color model

#FFE8B2 color RGB value is (255,232,178).

RGB: (255,232,178) (100%, 91%, 70%)

RGB channels and saturation

R 255 of 255 = 100%
G 232 of 255 = 91%
B 178 of 255 = 70%

255
232
178

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

Portions of RGB colors in percentages

R + G + B = 255 + 232 + 178 = 665 (100%)
R 255 of 665 ~ 38.35%
G 232 of 665 ~ 34.89%
B 178 of 665 ~ 26.77'%

%38.35
%34.89
%26.77

CMYK color model

#FFE8B2 color CMYK value is (0,9,30,0).

  • cyan value is 0.00%
  • magenta value is 9.02%
  • yellow value is 30.20%
  • key color value is 0.00%
CMYK: (0,9,30,0) C0M9Y30K0 (0%,9%,30%,0%) (0.00/0.09/0.30/0.00) 

CMYK percentages

%0
%9.02
%30.2
%0

Codes

Color #FFE8B2 in popluar color models

FF E8 B2
RGB 255 232 178
HSL 42° 100.00% 84.90%
HSB/HSV 42° 30.20% 100.00%
CMYK 0.00% 9.02% 30.20%
0.00%

Color #FFE8B2 in popluar number systems.

HEX FF E8 B2
Decimal 255 232 178
Binary 11111111 11101000 10110010
Octal 377 350 262

Shades and tints

Shades of #FFE8B2

#FFE8B2
(255,232,178)
#E8D3A2
(232,211,162)
#D1BE92
(209,190,146)
#BAA982
(186,169,130)
#A39472
(163,148,114)
#8C7F62
(140,127,98)
#756A52
(117,106,82)
#5E5542
(94,85,66)
#474032
(71,64,50)
#302B22
(48,43,34)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #FFE8B2

#FFE8B2
(255,232,178)
#FFEAB9
(255,234,185)
#FFECC0
(255,236,192)
#FFEEC7
(255,238,199)
#FFF0CE
(255,240,206)
#FFF2D5
(255,242,213)
#FFF4DC
(255,244,220)
#FFF6E3
(255,246,227)
#FFF8EA
(255,248,234)
#FFFAF1
(255,250,241)
#FFFCF8
(255,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE8B2; }

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

This text font color is #FFE8B2.

Background Color

.myBgColor { background-color: #FFE8B2; }

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

This div background color is #FFE8B2.

Border color

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

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

This div border color is #FFE8B2.

Opacity

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

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

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

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

This text has shadow with #FFE8B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE8B2.

Preview

Color preview on black background

This text has color #FFE8B2 on black background.


Color preview on white background

This text has color #FFE8B2 on white background.


Black color preview on #FFE8B2 background

This text has black color on #FFE8B2 background.


White color preview on #FFE8B2 background

This text has white color on #FFE8B2 background.


Related colors

Complementary color

Complementary color for #hex is #00174D.


I love getcolorcode.com

Triadic colors

1 #B2FFE8 and #E8B2FF with #FFE8B2 are triadic colors.

2 #B2E8FF and #E8FFB2 with #FFE8B2 are triadic colors.