COLOR #EFF0BD

HEX: #EFF0BD
RGB: (239,240,189)

Color info

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

RGB color model

#EFF0BD color RGB value is (239,240,189).

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

RGB channels and saturation

R 239 of 255 = 94%
G 240 of 255 = 94%
B 189 of 255 = 74%

239
240
189

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

Portions of RGB colors in percentages

R + G + B =
239 + 240 + 189 = 668 (100%)
R 239 of 668 ~ 35.78%
G 240 of 668 ~ 35.93%
B 189 of 668 ~ 28.29%

%35.78
%35.93
%28.29

CMYK color model

#EFF0BD color CMYK value is (0,0,21,6).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 21.25%
  • key color value is 5.88%
CMYK:
(0,0,21,6)
C0M0Y21K6 
(0%,0%,21%,6%)
(0.00/0.00/0.21/0.06)	

CMYK percentages

%0.42
%0
%21.25
%5.88

Codes

Color #EFF0BD in popluar color models

EFF0BD
RGB239240189
HSL61°62.96%84.12%
HSB/HSV61°21.25%94.12%
CMYK0.42%0.00%21.25%
5.88%

Color #EFF0BD in popluar number systems.

HEXEFF0BD
Decimal239240189
Binary111011111111000010111101
Octal357360275

Shades and tints

Shades of #EFF0BD

#EFF0BD
(239,240,189)
#DADBAC
(218,219,172)
#C5C69B
(197,198,155)
#B0B18A
(176,177,138)
#9B9C79
(155,156,121)
#868768
(134,135,104)
#717257
(113,114,87)
#5C5D46
(92,93,70)
#474835
(71,72,53)
#323324
(50,51,36)
#1D1E13
(29,30,19)
#000000
(0,0,0)

Tints of #EFF0BD

#EFF0BD
(239,240,189)
#F0F1C3
(240,241,195)
#F1F2C9
(241,242,201)
#F2F3CF
(242,243,207)
#F3F4D5
(243,244,213)
#F4F5DB
(244,245,219)
#F5F6E1
(245,246,225)
#F6F7E7
(246,247,231)
#F7F8ED
(247,248,237)
#F8F9F3
(248,249,243)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF0BD; }

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

This text font color is #EFF0BD.


Background Color

.myBgColor { background-color: #EFF0BD; }

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

This div background color is #EFF0BD.


Border color

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

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

This div border color is #EFF0BD.


Opacity

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

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

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

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

This text has shadow with #EFF0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF0BD on black background.


Color preview on white background

This text has color #EFF0BD on white background.



Black color preview on #EFF0BD background

This text has black color on #EFF0BD background.


White color preview on #EFF0BD background

This text has white color on #EFF0BD background.