COLOR #EFFFD0

HEX: #EFFFD0 RGB: (239,255,208)

Color info

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

RGB color model

#EFFFD0 color RGB value is (239,255,208).

RGB: (239,255,208) (94%, 100%, 82%)

RGB channels and saturation

R 239 of 255 = 94%
G 255 of 255 = 100%
B 208 of 255 = 82%

239
255
208

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

Portions of RGB colors in percentages

R + G + B = 239 + 255 + 208 = 702 (100%)
R 239 of 702 ~ 34.05%
G 255 of 702 ~ 36.32%
B 208 of 702 ~ 29.63'%

%34.05
%36.32
%29.63

CMYK color model

#EFFFD0 color CMYK value is (6,0,18,0).

  • cyan value is 6.27%
  • magenta value is 0.00%
  • yellow value is 18.43%
  • key color value is 0.00%

CMYK: (6,0,18,0)
C6M0Y18K0 (6%, 0%, 18%, 0%)
(0.06 / 0.00 / 0.18 / 0.00)

CMYK percentages

%6.27
%0
%18.43
%0

Codes

Color #EFFFD0 in popluar color models

EF FF D0
RGB 239 255 208
HSL 80° 100.00% 90.78%
HSB/HSV 80° 18.43% 100.00%
CMYK 6.27% 0.00% 18.43%
0.00%

Color #EFFFD0 in popluar number systems.

HEX EF FF D0
Decimal 239 255 208
Binary 11101111 11111111 11010000
Octal 357 377 320

Shades and tints

Shades of #EFFFD0

#EFFFD0
(239,255,208)
#DAE8BE
(218,232,190)
#C5D1AC
(197,209,172)
#B0BA9A
(176,186,154)
#9BA388
(155,163,136)
#868C76
(134,140,118)
#717564
(113,117,100)
#5C5E52
(92,94,82)
#474740
(71,71,64)
#32302E
(50,48,46)
#1D191C
(29,25,28)
#000000
(0,0,0)

Tints of #EFFFD0

#EFFFD0
(239,255,208)
#F0FFD4
(240,255,212)
#F1FFD8
(241,255,216)
#F2FFDC
(242,255,220)
#F3FFE0
(243,255,224)
#F4FFE4
(244,255,228)
#F5FFE8
(245,255,232)
#F6FFEC
(246,255,236)
#F7FFF0
(247,255,240)
#F8FFF4
(248,255,244)
#F9FFF8
(249,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFFD0; }

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

This text font color is #EFFFD0.

Background Color

.myBgColor { background-color: #EFFFD0; }

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

This div background color is #EFFFD0.

Border color

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

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

This div border color is #EFFFD0.

Opacity

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

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

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

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

This text has shadow with #EFFFD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFFFD0.

Preview

Color preview on black background

This text has color #EFFFD0 on black background.


Color preview on white background

This text has color #EFFFD0 on white background.


Black color preview on #EFFFD0 background

This text has black color on #EFFFD0 background.


White color preview on #EFFFD0 background

This text has white color on #EFFFD0 background.


Related colors

Complementary color

Complementary color for #hex is #10002F.


I love getcolorcode.com

Triadic colors

1 #D0EFFF and #FFD0EF with #EFFFD0 are triadic colors.

2 #D0FFEF and #FFEFD0 with #EFFFD0 are triadic colors.