COLOR #EFF3BD

HEX: #EFF3BD
RGB: (239,243,189)

Color info

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

RGB color model

#EFF3BD color RGB value is (239,243,189).

  • red value is 239;
  • green value is 243;
  • blue value is 189.
RGB:
(239,243,189)
(94%,95%,74%)

RGB channels and saturation

R 239 of 255 = 94%
G 243 of 255 = 95%
B 189 of 255 = 74%

239
243
189

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

Portions of RGB colors in percentages

R + G + B =
239 + 243 + 189 = 671 (100%)
R 239 of 671 ~ 35.62%
G 243 of 671 ~ 36.21%
B 189 of 671 ~ 28.17%

%35.62
%36.21
%28.17

CMYK color model

#EFF3BD color CMYK value is (2,0,22,5).

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 4.71%
CMYK:
(2,0,22,5)
C2M0Y22K5 
(2%,0%,22%,5%)
(0.02/0.00/0.22/0.05)	

CMYK percentages

%1.65
%0
%22.22
%4.71

Codes

Color #EFF3BD in popluar color models

EFF3BD
RGB239243189
HSL64°69.23%84.71%
HSB/HSV64°22.22%95.29%
CMYK1.65%0.00%22.22%
4.71%

Color #EFF3BD in popluar number systems.

HEXEFF3BD
Decimal239243189
Binary111011111111001110111101
Octal357363275

Shades and tints

Shades of #EFF3BD

#EFF3BD
(239,243,189)
#DADDAC
(218,221,172)
#C5C79B
(197,199,155)
#B0B18A
(176,177,138)
#9B9B79
(155,155,121)
#868568
(134,133,104)
#716F57
(113,111,87)
#5C5946
(92,89,70)
#474335
(71,67,53)
#322D24
(50,45,36)
#1D1713
(29,23,19)
#000000
(0,0,0)

Tints of #EFF3BD

#EFF3BD
(239,243,189)
#F0F4C3
(240,244,195)
#F1F5C9
(241,245,201)
#F2F6CF
(242,246,207)
#F3F7D5
(243,247,213)
#F4F8DB
(244,248,219)
#F5F9E1
(245,249,225)
#F6FAE7
(246,250,231)
#F7FBED
(247,251,237)
#F8FCF3
(248,252,243)
#F9FDF9
(249,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF3BD; }

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

This text font color is #EFF3BD.


Background Color

.myBgColor { background-color: #EFF3BD; }

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

This div background color is #EFF3BD.


Border color

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

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

This div border color is #EFF3BD.


Opacity

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

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

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

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

This text has shadow with #EFF3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF3BD on black background.


Color preview on white background

This text has color #EFF3BD on white background.



Black color preview on #EFF3BD background

This text has black color on #EFF3BD background.


White color preview on #EFF3BD background

This text has white color on #EFF3BD background.