COLOR #EFF3CE

HEX: #EFF3CE RGB: (239,243,206)

Color info

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

RGB color model

#EFF3CE color RGB value is (239,243,206).

RGB: (239,243,206) (94%, 95%, 81%)

RGB channels and saturation

R 239 of 255 = 94%
G 243 of 255 = 95%
B 206 of 255 = 81%

239
243
206

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

Portions of RGB colors in percentages

R + G + B = 239 + 243 + 206 = 688 (100%)
R 239 of 688 ~ 34.74%
G 243 of 688 ~ 35.32%
B 206 of 688 ~ 29.94'%

%34.74
%35.32
%29.94

CMYK color model

#EFF3CE color CMYK value is (2,0,15,5).

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 15.23%
  • key color value is 4.71%

CMYK: (2,0,15,5)
C2M0Y15K5 (2%, 0%, 15%, 5%)
(0.02 / 0.00 / 0.15 / 0.05)

CMYK percentages

%1.65
%0
%15.23
%4.71

Codes

Color #EFF3CE in popluar color models

EF F3 CE
RGB 239 243 206
HSL 66° 60.66% 88.04%
HSB/HSV 66° 15.23% 95.29%
CMYK 1.65% 0.00% 15.23%
4.71%

Color #EFF3CE in popluar number systems.

HEX EF F3 CE
Decimal 239 243 206
Binary 11101111 11110011 11001110
Octal 357 363 316

Shades and tints

Shades of #EFF3CE

#EFF3CE
(239,243,206)
#DADDBC
(218,221,188)
#C5C7AA
(197,199,170)
#B0B198
(176,177,152)
#9B9B86
(155,155,134)
#868574
(134,133,116)
#716F62
(113,111,98)
#5C5950
(92,89,80)
#47433E
(71,67,62)
#322D2C
(50,45,44)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #EFF3CE

#EFF3CE
(239,243,206)
#F0F4D2
(240,244,210)
#F1F5D6
(241,245,214)
#F2F6DA
(242,246,218)
#F3F7DE
(243,247,222)
#F4F8E2
(244,248,226)
#F5F9E6
(245,249,230)
#F6FAEA
(246,250,234)
#F7FBEE
(247,251,238)
#F8FCF2
(248,252,242)
#F9FDF6
(249,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF3CE; }

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

This text font color is #EFF3CE.

Background Color

.myBgColor { background-color: #EFF3CE; }

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

This div background color is #EFF3CE.

Border color

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

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

This div border color is #EFF3CE.

Opacity

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

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

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

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

This text has shadow with #EFF3CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF3CE.

Preview

Color preview on black background

This text has color #EFF3CE on black background.


Color preview on white background

This text has color #EFF3CE on white background.


Black color preview on #EFF3CE background

This text has black color on #EFF3CE background.


White color preview on #EFF3CE background

This text has white color on #EFF3CE background.


Related colors

Complementary color

Complementary color for #hex is #100C31.


I love getcolorcode.com

Triadic colors

1 #CEEFF3 and #F3CEEF with #EFF3CE are triadic colors.

2 #CEF3EF and #F3EFCE with #EFF3CE are triadic colors.