COLOR #EFFFD5

HEX: #EFFFD5
RGB: (239,255,213)

Color info

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

RGB color model

#EFFFD5 color RGB value is (239,255,213).

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

RGB channels and saturation

R 239 of 255 = 94%
G 255 of 255 = 100%
B 213 of 255 = 84%

239
255
213

R + G + B ~ 93%. #EFFFD5 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 255 + 213 = 707 (100%)
R 239 of 707 ~ 33.8%
G 255 of 707 ~ 36.07%
B 213 of 707 ~ 30.13%

%33.8
%36.07
%30.13

CMYK color model

#EFFFD5 color CMYK value is (6,0,16,0).

  • cyan value is 6.27%
  • magenta value is 0.00%
  • yellow value is 16.47%
  • key color value is 0.00%
CMYK:
(6,0,16,0)
C6M0Y16K0 
(6%,0%,16%,0%)
(0.06/0.00/0.16/0.00)	

CMYK percentages

%6.27
%0
%16.47
%0

Codes

Color #EFFFD5 in popluar color models

EFFFD5
RGB239255213
HSL83°100.00%91.76%
HSB/HSV83°16.47%100.00%
CMYK6.27%0.00%16.47%
0.00%

Color #EFFFD5 in popluar number systems.

HEXEFFFD5
Decimal239255213
Binary111011111111111111010101
Octal357377325

Shades and tints

Shades of #EFFFD5

#EFFFD5
(239,255,213)
#DAE8C2
(218,232,194)
#C5D1AF
(197,209,175)
#B0BA9C
(176,186,156)
#9BA389
(155,163,137)
#868C76
(134,140,118)
#717563
(113,117,99)
#5C5E50
(92,94,80)
#47473D
(71,71,61)
#32302A
(50,48,42)
#1D1917
(29,25,23)
#000000
(0,0,0)

Tints of #EFFFD5

#EFFFD5
(239,255,213)
#F0FFD8
(240,255,216)
#F1FFDB
(241,255,219)
#F2FFDE
(242,255,222)
#F3FFE1
(243,255,225)
#F4FFE4
(244,255,228)
#F5FFE7
(245,255,231)
#F6FFEA
(246,255,234)
#F7FFED
(247,255,237)
#F8FFF0
(248,255,240)
#F9FFF3
(249,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFFD5; }

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

This text font color is #EFFFD5.


Background Color

.myBgColor { background-color: #EFFFD5; }

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

This div background color is #EFFFD5.


Border color

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

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

This div border color is #EFFFD5.


Opacity

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

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

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

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

This text has shadow with #EFFFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFFD5 on black background.


Color preview on white background

This text has color #EFFFD5 on white background.



Black color preview on #EFFFD5 background

This text has black color on #EFFFD5 background.


White color preview on #EFFFD5 background

This text has white color on #EFFFD5 background.