COLOR #FFEFB7

HEX: #FFEFB7
RGB: (255,239,183)

Color info

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

RGB color model

#FFEFB7 color RGB value is (255,239,183).

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

RGB channels and saturation

R 255 of 255 = 100%
G 239 of 255 = 94%
B 183 of 255 = 72%

255
239
183

R + G + B ~ 89%. #FFEFB7 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 239 + 183 = 677 (100%)
R 255 of 677 ~ 37.67%
G 239 of 677 ~ 35.3%
B 183 of 677 ~ 27.03%

%37.67
%35.3
%27.03

CMYK color model

#FFEFB7 color CMYK value is (0,6,28,0).

  • cyan value is 0.00%
  • magenta value is 6.27%
  • yellow value is 28.24%
  • key color value is 0.00%
CMYK:
(0,6,28,0)
C0M6Y28K0 
(0%,6%,28%,0%)
(0.00/0.06/0.28/0.00)	

CMYK percentages

%0
%6.27
%28.24
%0

Codes

Color #FFEFB7 in popluar color models

FFEFB7
RGB255239183
HSL47°100.00%85.88%
HSB/HSV47°28.24%100.00%
CMYK0.00%6.27%28.24%
0.00%

Color #FFEFB7 in popluar number systems.

HEXFFEFB7
Decimal255239183
Binary111111111110111110110111
Octal377357267

Shades and tints

Shades of #FFEFB7

#FFEFB7
(255,239,183)
#E8DAA7
(232,218,167)
#D1C597
(209,197,151)
#BAB087
(186,176,135)
#A39B77
(163,155,119)
#8C8667
(140,134,103)
#757157
(117,113,87)
#5E5C47
(94,92,71)
#474737
(71,71,55)
#303227
(48,50,39)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #FFEFB7

#FFEFB7
(255,239,183)
#FFF0BD
(255,240,189)
#FFF1C3
(255,241,195)
#FFF2C9
(255,242,201)
#FFF3CF
(255,243,207)
#FFF4D5
(255,244,213)
#FFF5DB
(255,245,219)
#FFF6E1
(255,246,225)
#FFF7E7
(255,247,231)
#FFF8ED
(255,248,237)
#FFF9F3
(255,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEFB7; }

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

This text font color is #FFEFB7.


Background Color

.myBgColor { background-color: #FFEFB7; }

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

This div background color is #FFEFB7.


Border color

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

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

This div border color is #FFEFB7.


Opacity

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

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

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

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

This text has shadow with #FFEFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEFB7 on black background.


Color preview on white background

This text has color #FFEFB7 on white background.



Black color preview on #FFEFB7 background

This text has black color on #FFEFB7 background.


White color preview on #FFEFB7 background

This text has white color on #FFEFB7 background.