COLOR #EFF6DD

HEX: #EFF6DD RGB: (239,246,221)

Color info

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

RGB color model

#EFF6DD color RGB value is (239,246,221).

RGB: (239,246,221) (94%, 96%, 87%)

RGB channels and saturation

R 239 of 255 = 94%
G 246 of 255 = 96%
B 221 of 255 = 87%

239
246
221

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

Portions of RGB colors in percentages

R + G + B = 239 + 246 + 221 = 706 (100%)
R 239 of 706 ~ 33.85%
G 246 of 706 ~ 34.84%
B 221 of 706 ~ 31.3'%

%33.85
%34.84
%31.3

CMYK color model

#EFF6DD color CMYK value is (3,0,10,4).

  • cyan value is 2.85%
  • magenta value is 0.00%
  • yellow value is 10.16%
  • key color value is 3.53%

CMYK: (3,0,10,4)
C3M0Y10K4 (3%, 0%, 10%, 4%)
(0.03 / 0.00 / 0.10 / 0.04)

CMYK percentages

%2.85
%0
%10.16
%3.53

Codes

Color #EFF6DD in popluar color models

EF F6 DD
RGB 239 246 221
HSL 77° 58.14% 91.57%
HSB/HSV 77° 10.16% 96.47%
CMYK 2.85% 0.00% 10.16%
3.53%

Color #EFF6DD in popluar number systems.

HEX EF F6 DD
Decimal 239 246 221
Binary 11101111 11110110 11011101
Octal 357 366 335

Shades and tints

Shades of #EFF6DD

#EFF6DD
(239,246,221)
#DAE0C9
(218,224,201)
#C5CAB5
(197,202,181)
#B0B4A1
(176,180,161)
#9B9E8D
(155,158,141)
#868879
(134,136,121)
#717265
(113,114,101)
#5C5C51
(92,92,81)
#47463D
(71,70,61)
#323029
(50,48,41)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #EFF6DD

#EFF6DD
(239,246,221)
#F0F6E0
(240,246,224)
#F1F6E3
(241,246,227)
#F2F6E6
(242,246,230)
#F3F6E9
(243,246,233)
#F4F6EC
(244,246,236)
#F5F6EF
(245,246,239)
#F6F6F2
(246,246,242)
#F7F6F5
(247,246,245)
#F8F6F8
(248,246,248)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF6DD color. Also use rgb(239,246,221) instead hex code.

Text Font Color

.myTextColor { color: #EFF6DD; }

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

This text font color is #EFF6DD.

Background Color

.myBgColor { background-color: #EFF6DD; }

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

This div background color is #EFF6DD.

Border color

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

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

This div border color is #EFF6DD.

Opacity

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

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

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

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

This text has shadow with #EFF6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF6DD.

Preview

Color preview on black background

This text has color #EFF6DD on black background.


Color preview on white background

This text has color #EFF6DD on white background.


Black color preview on #EFF6DD background

This text has black color on #EFF6DD background.


White color preview on #EFF6DD background

This text has white color on #EFF6DD background.


Related colors

Complementary color

Complementary color for #hex is #100922.


I love getcolorcode.com

Triadic colors

1 #DDEFF6 and #F6DDEF with #EFF6DD are triadic colors.

2 #DDF6EF and #F6EFDD with #EFF6DD are triadic colors.