COLOR #EFF4CE

HEX: #EFF4CE RGB: (239,244,206)

Color info

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

RGB color model

#EFF4CE color RGB value is (239,244,206).

RGB: (239,244,206) (94%, 96%, 81%)

RGB channels and saturation

R 239 of 255 = 94%
G 244 of 255 = 96%
B 206 of 255 = 81%

239
244
206

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

Portions of RGB colors in percentages

R + G + B = 239 + 244 + 206 = 689 (100%)
R 239 of 689 ~ 34.69%
G 244 of 689 ~ 35.41%
B 206 of 689 ~ 29.9'%

%34.69
%35.41
%29.9

CMYK color model

#EFF4CE color CMYK value is (2,0,16,4).

  • cyan value is 2.05%
  • magenta value is 0.00%
  • yellow value is 15.57%
  • key color value is 4.31%

CMYK: (2,0,16,4)
C2M0Y16K4 (2%, 0%, 16%, 4%)
(0.02 / 0.00 / 0.16 / 0.04)

CMYK percentages

%2.05
%0
%15.57
%4.31

Codes

Color #EFF4CE in popluar color models

EF F4 CE
RGB 239 244 206
HSL 68° 63.33% 88.24%
HSB/HSV 68° 15.57% 95.69%
CMYK 2.05% 0.00% 15.57%
4.31%

Color #EFF4CE in popluar number systems.

HEX EF F4 CE
Decimal 239 244 206
Binary 11101111 11110100 11001110
Octal 357 364 316

Shades and tints

Shades of #EFF4CE

#EFF4CE
(239,244,206)
#DADEBC
(218,222,188)
#C5C8AA
(197,200,170)
#B0B298
(176,178,152)
#9B9C86
(155,156,134)
#868674
(134,134,116)
#717062
(113,112,98)
#5C5A50
(92,90,80)
#47443E
(71,68,62)
#322E2C
(50,46,44)
#1D181A
(29,24,26)
#000000
(0,0,0)

Tints of #EFF4CE

#EFF4CE
(239,244,206)
#F0F5D2
(240,245,210)
#F1F6D6
(241,246,214)
#F2F7DA
(242,247,218)
#F3F8DE
(243,248,222)
#F4F9E2
(244,249,226)
#F5FAE6
(245,250,230)
#F6FBEA
(246,251,234)
#F7FCEE
(247,252,238)
#F8FDF2
(248,253,242)
#F9FEF6
(249,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF4CE color. Also use rgb(239,244,206) instead hex code.

Text Font Color

.myTextColor { color: #EFF4CE; }

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

This text font color is #EFF4CE.

Background Color

.myBgColor { background-color: #EFF4CE; }

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

This div background color is #EFF4CE.

Border color

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

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

This div border color is #EFF4CE.

Opacity

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

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

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

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

This text has shadow with #EFF4CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF4CE.

Preview

Color preview on black background

This text has color #EFF4CE on black background.


Color preview on white background

This text has color #EFF4CE on white background.


Black color preview on #EFF4CE background

This text has black color on #EFF4CE background.


White color preview on #EFF4CE background

This text has white color on #EFF4CE background.


Related colors

Complementary color

Complementary color for #hex is #100B31.


I love getcolorcode.com

Triadic colors

1 #CEEFF4 and #F4CEEF with #EFF4CE are triadic colors.

2 #CEF4EF and #F4EFCE with #EFF4CE are triadic colors.