COLOR #EFFED5

HEX: #EFFED5 RGB: (239,254,213)

Color info

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

RGB color model

#EFFED5 color RGB value is (239,254,213).

RGB: (239,254,213) (94%, 100%, 84%)

RGB channels and saturation

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

239
254
213

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

Portions of RGB colors in percentages

R + G + B = 239 + 254 + 213 = 706 (100%)
R 239 of 706 ~ 33.85%
G 254 of 706 ~ 35.98%
B 213 of 706 ~ 30.17'%

%33.85
%35.98
%30.17

CMYK color model

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

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 16.14%
  • key color value is 0.39%

CMYK: (6,0,16,0)
C6M0Y16K0 (6%, 0%, 16%, 0%)
(0.06 / 0.00 / 0.16 / 0.00)

CMYK percentages

%5.91
%0
%16.14
%0.39

Codes

Color #EFFED5 in popluar color models

EF FE D5
RGB 239 254 213
HSL 82° 95.35% 91.57%
HSB/HSV 82° 16.14% 99.61%
CMYK 5.91% 0.00% 16.14%
0.39%

Color #EFFED5 in popluar number systems.

HEX EF FE D5
Decimal 239 254 213
Binary 11101111 11111110 11010101
Octal 357 376 325

Shades and tints

Shades of #EFFED5

#EFFED5
(239,254,213)
#DAE7C2
(218,231,194)
#C5D0AF
(197,208,175)
#B0B99C
(176,185,156)
#9BA289
(155,162,137)
#868B76
(134,139,118)
#717463
(113,116,99)
#5C5D50
(92,93,80)
#47463D
(71,70,61)
#322F2A
(50,47,42)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #EFFED5

#EFFED5
(239,254,213)
#F0FED8
(240,254,216)
#F1FEDB
(241,254,219)
#F2FEDE
(242,254,222)
#F3FEE1
(243,254,225)
#F4FEE4
(244,254,228)
#F5FEE7
(245,254,231)
#F6FEEA
(246,254,234)
#F7FEED
(247,254,237)
#F8FEF0
(248,254,240)
#F9FEF3
(249,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFED5; }

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

This text font color is #EFFED5.

Background Color

.myBgColor { background-color: #EFFED5; }

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

This div background color is #EFFED5.

Border color

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

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

This div border color is #EFFED5.

Opacity

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

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

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

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

This text has shadow with #EFFED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFFED5.

Preview

Color preview on black background

This text has color #EFFED5 on black background.


Color preview on white background

This text has color #EFFED5 on white background.


Black color preview on #EFFED5 background

This text has black color on #EFFED5 background.


White color preview on #EFFED5 background

This text has white color on #EFFED5 background.


Related colors

Complementary color

Complementary color for #hex is #10012A.


I love getcolorcode.com

Triadic colors

1 #D5EFFE and #FED5EF with #EFFED5 are triadic colors.

2 #D5FEEF and #FEEFD5 with #EFFED5 are triadic colors.