COLOR #EFF9D5

HEX: #EFF9D5
RGB: (239,249,213)

Color info

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

RGB color model

#EFF9D5 color RGB value is (239,249,213).

  • red value is 239;
  • green value is 249;
  • blue value is 213.
RGB:
(239,249,213)
(94%,98%,84%)

RGB channels and saturation

R 239 of 255 = 94%
G 249 of 255 = 98%
B 213 of 255 = 84%

239
249
213

R + G + B ~ 92%. #EFF9D5 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 249 + 213 = 701 (100%)
R 239 of 701 ~ 34.09%
G 249 of 701 ~ 35.52%
B 213 of 701 ~ 30.39%

%34.09
%35.52
%30.39

CMYK color model

#EFF9D5 color CMYK value is (4,0,14,2).

  • cyan value is 4.02%
  • magenta value is 0.00%
  • yellow value is 14.46%
  • key color value is 2.35%
CMYK:
(4,0,14,2)
C4M0Y14K2 
(4%,0%,14%,2%)
(0.04/0.00/0.14/0.02)	

CMYK percentages

%4.02
%0
%14.46
%2.35

Codes

Color #EFF9D5 in popluar color models

EFF9D5
RGB239249213
HSL77°75.00%90.59%
HSB/HSV77°14.46%97.65%
CMYK4.02%0.00%14.46%
2.35%

Color #EFF9D5 in popluar number systems.

HEXEFF9D5
Decimal239249213
Binary111011111111100111010101
Octal357371325

Shades and tints

Shades of #EFF9D5

#EFF9D5
(239,249,213)
#DAE3C2
(218,227,194)
#C5CDAF
(197,205,175)
#B0B79C
(176,183,156)
#9BA189
(155,161,137)
#868B76
(134,139,118)
#717563
(113,117,99)
#5C5F50
(92,95,80)
#47493D
(71,73,61)
#32332A
(50,51,42)
#1D1D17
(29,29,23)
#000000
(0,0,0)

Tints of #EFF9D5

#EFF9D5
(239,249,213)
#F0F9D8
(240,249,216)
#F1F9DB
(241,249,219)
#F2F9DE
(242,249,222)
#F3F9E1
(243,249,225)
#F4F9E4
(244,249,228)
#F5F9E7
(245,249,231)
#F6F9EA
(246,249,234)
#F7F9ED
(247,249,237)
#F8F9F0
(248,249,240)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF9D5; }

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

This text font color is #EFF9D5.


Background Color

.myBgColor { background-color: #EFF9D5; }

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

This div background color is #EFF9D5.


Border color

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

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

This div border color is #EFF9D5.


Opacity

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

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

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

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

This text has shadow with #EFF9D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF9D5 on black background.


Color preview on white background

This text has color #EFF9D5 on white background.



Black color preview on #EFF9D5 background

This text has black color on #EFF9D5 background.


White color preview on #EFF9D5 background

This text has white color on #EFF9D5 background.