COLOR #EFFDC8

HEX: #EFFDC8 RGB: (239,253,200)

Color info

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

RGB color model

#EFFDC8 color RGB value is (239,253,200).

RGB: (239,253,200) (94%, 99%, 78%)

RGB channels and saturation

R 239 of 255 = 94%
G 253 of 255 = 99%
B 200 of 255 = 78%

239
253
200

R + G + B ~ 90%. #EFFDC8 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 253 + 200 = 692 (100%)
R 239 of 692 ~ 34.54%
G 253 of 692 ~ 36.56%
B 200 of 692 ~ 28.9'%

%34.54
%36.56
%28.9

CMYK color model

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

  • cyan value is 5.53%
  • magenta value is 0.00%
  • yellow value is 20.95%
  • key color value is 0.78%

CMYK: (6,0,21,1)
C6M0Y21K1 (6%, 0%, 21%, 1%)
(0.06 / 0.00 / 0.21 / 0.01)

CMYK percentages

%5.53
%0
%20.95
%0.78

Codes

Color #EFFDC8 in popluar color models

EF FD C8
RGB 239 253 200
HSL 76° 92.98% 88.82%
HSB/HSV 76° 20.95% 99.22%
CMYK 5.53% 0.00% 20.95%
0.78%

Color #EFFDC8 in popluar number systems.

HEX EF FD C8
Decimal 239 253 200
Binary 11101111 11111101 11001000
Octal 357 375 310

Shades and tints

Shades of #EFFDC8

#EFFDC8
(239,253,200)
#DAE6B6
(218,230,182)
#C5CFA4
(197,207,164)
#B0B892
(176,184,146)
#9BA180
(155,161,128)
#868A6E
(134,138,110)
#71735C
(113,115,92)
#5C5C4A
(92,92,74)
#474538
(71,69,56)
#322E26
(50,46,38)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #EFFDC8

#EFFDC8
(239,253,200)
#F0FDCD
(240,253,205)
#F1FDD2
(241,253,210)
#F2FDD7
(242,253,215)
#F3FDDC
(243,253,220)
#F4FDE1
(244,253,225)
#F5FDE6
(245,253,230)
#F6FDEB
(246,253,235)
#F7FDF0
(247,253,240)
#F8FDF5
(248,253,245)
#F9FDFA
(249,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFDC8 color. Also use rgb(239,253,200) instead hex code.

Text Font Color

.myTextColor { color: #EFFDC8; }

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

This text font color is #EFFDC8.

Background Color

.myBgColor { background-color: #EFFDC8; }

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

This div background color is #EFFDC8.

Border color

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

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

This div border color is #EFFDC8.

Opacity

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

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

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

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

This text has shadow with #EFFDC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFFDC8.

Preview

Color preview on black background

This text has color #EFFDC8 on black background.


Color preview on white background

This text has color #EFFDC8 on white background.


Black color preview on #EFFDC8 background

This text has black color on #EFFDC8 background.


White color preview on #EFFDC8 background

This text has white color on #EFFDC8 background.


Related colors

Complementary color

Complementary color for #hex is #100237.


I love getcolorcode.com

Triadic colors

1 #C8EFFD and #FDC8EF with #EFFDC8 are triadic colors.

2 #C8FDEF and #FDEFC8 with #EFFDC8 are triadic colors.