COLOR #EFF9DD

HEX: #EFF9DD RGB: (239,249,221)

Color info

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

RGB color model

#EFF9DD color RGB value is (239,249,221).

RGB: (239,249,221) (94%, 98%, 87%)

RGB channels and saturation

R 239 of 255 = 94%
G 249 of 255 = 98%
B 221 of 255 = 87%

239
249
221

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

Portions of RGB colors in percentages

R + G + B = 239 + 249 + 221 = 709 (100%)
R 239 of 709 ~ 33.71%
G 249 of 709 ~ 35.12%
B 221 of 709 ~ 31.17'%

%33.71
%35.12
%31.17

CMYK color model

#EFF9DD color CMYK value is (4,0,11,2).

  • cyan value is 4.02%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 2.35%

CMYK: (4,0,11,2)
C4M0Y11K2 (4%, 0%, 11%, 2%)
(0.04 / 0.00 / 0.11 / 0.02)

CMYK percentages

%4.02
%0
%11.24
%2.35

Codes

Color #EFF9DD in popluar color models

EF F9 DD
RGB 239 249 221
HSL 81° 70.00% 92.16%
HSB/HSV 81° 11.24% 97.65%
CMYK 4.02% 0.00% 11.24%
2.35%

Color #EFF9DD in popluar number systems.

HEX EF F9 DD
Decimal 239 249 221
Binary 11101111 11111001 11011101
Octal 357 371 335

Shades and tints

Shades of #EFF9DD

#EFF9DD
(239,249,221)
#DAE3C9
(218,227,201)
#C5CDB5
(197,205,181)
#B0B7A1
(176,183,161)
#9BA18D
(155,161,141)
#868B79
(134,139,121)
#717565
(113,117,101)
#5C5F51
(92,95,81)
#47493D
(71,73,61)
#323329
(50,51,41)
#1D1D15
(29,29,21)
#000000
(0,0,0)

Tints of #EFF9DD

#EFF9DD
(239,249,221)
#F0F9E0
(240,249,224)
#F1F9E3
(241,249,227)
#F2F9E6
(242,249,230)
#F3F9E9
(243,249,233)
#F4F9EC
(244,249,236)
#F5F9EF
(245,249,239)
#F6F9F2
(246,249,242)
#F7F9F5
(247,249,245)
#F8F9F8
(248,249,248)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF9DD; }

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

This text font color is #EFF9DD.

Background Color

.myBgColor { background-color: #EFF9DD; }

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

This div background color is #EFF9DD.

Border color

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

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

This div border color is #EFF9DD.

Opacity

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

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

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

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

This text has shadow with #EFF9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF9DD.

Preview

Color preview on black background

This text has color #EFF9DD on black background.


Color preview on white background

This text has color #EFF9DD on white background.


Black color preview on #EFF9DD background

This text has black color on #EFF9DD background.


White color preview on #EFF9DD background

This text has white color on #EFF9DD background.


Related colors

Complementary color

Complementary color for #hex is #100622.


I love getcolorcode.com

Triadic colors

1 #DDEFF9 and #F9DDEF with #EFF9DD are triadic colors.

2 #DDF9EF and #F9EFDD with #EFF9DD are triadic colors.