COLOR #EFEFB8

HEX: #EFEFB8
RGB: (239,239,184)

Color info

#EFEFB8 contains red, green and blue colors in about the same proportion. Web safe color of #EFEFB8 is #FFFFCC (or #FFC).

RGB color model

#EFEFB8 color RGB value is (239,239,184).

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

RGB channels and saturation

R 239 of 255 = 94%
G 239 of 255 = 94%
B 184 of 255 = 72%

239
239
184

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

Portions of RGB colors in percentages

R + G + B =
239 + 239 + 184 = 662 (100%)
R 239 of 662 ~ 36.1%
G 239 of 662 ~ 36.1%
B 184 of 662 ~ 27.79%

%36.1
%36.1
%27.79

CMYK color model

#EFEFB8 color CMYK value is (0,0,23,6).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 23.01%
  • key color value is 6.27%
CMYK:
(0,0,23,6)
C0M0Y23K6 
(0%,0%,23%,6%)
(0.00/0.00/0.23/0.06)	

CMYK percentages

%0
%0
%23.01
%6.27

Codes

Color #EFEFB8 in popluar color models

EFEFB8
RGB239239184
HSL60°63.22%82.94%
HSB/HSV60°23.01%93.73%
CMYK0.00%0.00%23.01%
6.27%

Color #EFEFB8 in popluar number systems.

HEXEFEFB8
Decimal239239184
Binary111011111110111110111000
Octal357357270

Shades and tints

Shades of #EFEFB8

#EFEFB8
(239,239,184)
#DADAA8
(218,218,168)
#C5C598
(197,197,152)
#B0B088
(176,176,136)
#9B9B78
(155,155,120)
#868668
(134,134,104)
#717158
(113,113,88)
#5C5C48
(92,92,72)
#474738
(71,71,56)
#323228
(50,50,40)
#1D1D18
(29,29,24)
#000000
(0,0,0)

Tints of #EFEFB8

#EFEFB8
(239,239,184)
#F0F0BE
(240,240,190)
#F1F1C4
(241,241,196)
#F2F2CA
(242,242,202)
#F3F3D0
(243,243,208)
#F4F4D6
(244,244,214)
#F5F5DC
(245,245,220)
#F6F6E2
(246,246,226)
#F7F7E8
(247,247,232)
#F8F8EE
(248,248,238)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEFB8; }

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

This text font color is #EFEFB8.


Background Color

.myBgColor { background-color: #EFEFB8; }

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

This div background color is #EFEFB8.


Border color

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

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

This div border color is #EFEFB8.


Opacity

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

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

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

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

This text has shadow with #EFEFB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEFB8 on black background.


Color preview on white background

This text has color #EFEFB8 on white background.



Black color preview on #EFEFB8 background

This text has black color on #EFEFB8 background.


White color preview on #EFEFB8 background

This text has white color on #EFEFB8 background.