COLOR #EFFFCE

HEX: #EFFFCE
RGB: (239,255,206)

Color info

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

RGB color model

#EFFFCE color RGB value is (239,255,206).

  • red value is 239;
  • green value is 255;
  • blue value is 206.
RGB:
(239,255,206)
(94%,100%,81%)

RGB channels and saturation

R 239 of 255 = 94%
G 255 of 255 = 100%
B 206 of 255 = 81%

239
255
206

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

Portions of RGB colors in percentages

R + G + B =
239 + 255 + 206 = 700 (100%)
R 239 of 700 ~ 34.14%
G 255 of 700 ~ 36.43%
B 206 of 700 ~ 29.43%

%34.14
%36.43
%29.43

CMYK color model

#EFFFCE color CMYK value is (6,0,19,0).

  • cyan value is 6.27%
  • magenta value is 0.00%
  • yellow value is 19.22%
  • key color value is 0.00%
CMYK:
(6,0,19,0)
C6M0Y19K0 
(6%,0%,19%,0%)
(0.06/0.00/0.19/0.00)	

CMYK percentages

%6.27
%0
%19.22
%0

Codes

Color #EFFFCE in popluar color models

EFFFCE
RGB239255206
HSL80°100.00%90.39%
HSB/HSV80°19.22%100.00%
CMYK6.27%0.00%19.22%
0.00%

Color #EFFFCE in popluar number systems.

HEXEFFFCE
Decimal239255206
Binary111011111111111111001110
Octal357377316

Shades and tints

Shades of #EFFFCE

#EFFFCE
(239,255,206)
#DAE8BC
(218,232,188)
#C5D1AA
(197,209,170)
#B0BA98
(176,186,152)
#9BA386
(155,163,134)
#868C74
(134,140,116)
#717562
(113,117,98)
#5C5E50
(92,94,80)
#47473E
(71,71,62)
#32302C
(50,48,44)
#1D191A
(29,25,26)
#000000
(0,0,0)

Tints of #EFFFCE

#EFFFCE
(239,255,206)
#F0FFD2
(240,255,210)
#F1FFD6
(241,255,214)
#F2FFDA
(242,255,218)
#F3FFDE
(243,255,222)
#F4FFE2
(244,255,226)
#F5FFE6
(245,255,230)
#F6FFEA
(246,255,234)
#F7FFEE
(247,255,238)
#F8FFF2
(248,255,242)
#F9FFF6
(249,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFFCE; }

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

This text font color is #EFFFCE.


Background Color

.myBgColor { background-color: #EFFFCE; }

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

This div background color is #EFFFCE.


Border color

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

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

This div border color is #EFFFCE.


Opacity

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

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

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

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

This text has shadow with #EFFFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFFCE on black background.


Color preview on white background

This text has color #EFFFCE on white background.



Black color preview on #EFFFCE background

This text has black color on #EFFFCE background.


White color preview on #EFFFCE background

This text has white color on #EFFFCE background.