COLOR #FFEEB7

HEX: #FFEEB7
RGB: (255,238,183)

Color info

#FFEEB7 contains mainly red and green colors. Web safe color of #FFEEB7 is #FFFFCC (or #FFC).

RGB color model

#FFEEB7 color RGB value is (255,238,183).

  • red value is 255;
  • green value is 238;
  • blue value is 183.
RGB:
(255,238,183)
(100%,93%,72%)

RGB channels and saturation

R 255 of 255 = 100%
G 238 of 255 = 93%
B 183 of 255 = 72%

255
238
183

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

Portions of RGB colors in percentages

R + G + B =
255 + 238 + 183 = 676 (100%)
R 255 of 676 ~ 37.72%
G 238 of 676 ~ 35.21%
B 183 of 676 ~ 27.07%

%37.72
%35.21
%27.07

CMYK color model

#FFEEB7 color CMYK value is (0,7,28,0).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 28.24%
  • key color value is 0.00%
CMYK:
(0,7,28,0)
C0M7Y28K0 
(0%,7%,28%,0%)
(0.00/0.07/0.28/0.00)	

CMYK percentages

%0
%6.67
%28.24
%0

Codes

Color #FFEEB7 in popluar color models

FFEEB7
RGB255238183
HSL46°100.00%85.88%
HSB/HSV46°28.24%100.00%
CMYK0.00%6.67%28.24%
0.00%

Color #FFEEB7 in popluar number systems.

HEXFFEEB7
Decimal255238183
Binary111111111110111010110111
Octal377356267

Shades and tints

Shades of #FFEEB7

#FFEEB7
(255,238,183)
#E8D9A7
(232,217,167)
#D1C497
(209,196,151)
#BAAF87
(186,175,135)
#A39A77
(163,154,119)
#8C8567
(140,133,103)
#757057
(117,112,87)
#5E5B47
(94,91,71)
#474637
(71,70,55)
#303127
(48,49,39)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #FFEEB7

#FFEEB7
(255,238,183)
#FFEFBD
(255,239,189)
#FFF0C3
(255,240,195)
#FFF1C9
(255,241,201)
#FFF2CF
(255,242,207)
#FFF3D5
(255,243,213)
#FFF4DB
(255,244,219)
#FFF5E1
(255,245,225)
#FFF6E7
(255,246,231)
#FFF7ED
(255,247,237)
#FFF8F3
(255,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFEEB7 color. Also use rgb(255,238,183) instead hex code.

Text Font Color

.myTextColor { color: #FFEEB7; }

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

This text font color is #FFEEB7.


Background Color

.myBgColor { background-color: #FFEEB7; }

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

This div background color is #FFEEB7.


Border color

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

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

This div border color is #FFEEB7.


Opacity

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

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

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

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

This text has shadow with #FFEEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEEB7 on black background.


Color preview on white background

This text has color #FFEEB7 on white background.



Black color preview on #FFEEB7 background

This text has black color on #FFEEB7 background.


White color preview on #FFEEB7 background

This text has white color on #FFEEB7 background.