COLOR #FFE3B6

HEX: #FFE3B6
RGB: (255,227,182)

Color info

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

RGB color model

#FFE3B6 color RGB value is (255,227,182).

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

RGB channels and saturation

R 255 of 255 = 100%
G 227 of 255 = 89%
B 182 of 255 = 71%

255
227
182

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

Portions of RGB colors in percentages

R + G + B =
255 + 227 + 182 = 664 (100%)
R 255 of 664 ~ 38.4%
G 227 of 664 ~ 34.19%
B 182 of 664 ~ 27.41%

%38.4
%34.19
%27.41

CMYK color model

#FFE3B6 color CMYK value is (0,11,29,0).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 28.63%
  • key color value is 0.00%
CMYK:
(0,11,29,0)
C0M11Y29K0 
(0%,11%,29%,0%)
(0.00/0.11/0.29/0.00)	

CMYK percentages

%0
%10.98
%28.63
%0

Codes

Color #FFE3B6 in popluar color models

FFE3B6
RGB255227182
HSL37°100.00%85.69%
HSB/HSV37°28.63%100.00%
CMYK0.00%10.98%28.63%
0.00%

Color #FFE3B6 in popluar number systems.

HEXFFE3B6
Decimal255227182
Binary111111111110001110110110
Octal377343266

Shades and tints

Shades of #FFE3B6

#FFE3B6
(255,227,182)
#E8CFA6
(232,207,166)
#D1BB96
(209,187,150)
#BAA786
(186,167,134)
#A39376
(163,147,118)
#8C7F66
(140,127,102)
#756B56
(117,107,86)
#5E5746
(94,87,70)
#474336
(71,67,54)
#302F26
(48,47,38)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #FFE3B6

#FFE3B6
(255,227,182)
#FFE5BC
(255,229,188)
#FFE7C2
(255,231,194)
#FFE9C8
(255,233,200)
#FFEBCE
(255,235,206)
#FFEDD4
(255,237,212)
#FFEFDA
(255,239,218)
#FFF1E0
(255,241,224)
#FFF3E6
(255,243,230)
#FFF5EC
(255,245,236)
#FFF7F2
(255,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE3B6; }

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

This text font color is #FFE3B6.


Background Color

.myBgColor { background-color: #FFE3B6; }

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

This div background color is #FFE3B6.


Border color

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

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

This div border color is #FFE3B6.


Opacity

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

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

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

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

This text has shadow with #FFE3B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE3B6 on black background.


Color preview on white background

This text has color #FFE3B6 on white background.



Black color preview on #FFE3B6 background

This text has black color on #FFE3B6 background.


White color preview on #FFE3B6 background

This text has white color on #FFE3B6 background.