COLOR #EFF6E3

HEX: #EFF6E3
RGB: (239,246,227)

Color info

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

RGB color model

#EFF6E3 color RGB value is (239,246,227).

  • red value is 239;
  • green value is 246;
  • blue value is 227.
RGB:
(239,246,227)
(94%,96%,89%)

RGB channels and saturation

R 239 of 255 = 94%
G 246 of 255 = 96%
B 227 of 255 = 89%

239
246
227

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

Portions of RGB colors in percentages

R + G + B =
239 + 246 + 227 = 712 (100%)
R 239 of 712 ~ 33.57%
G 246 of 712 ~ 34.55%
B 227 of 712 ~ 31.88%

%33.57
%34.55
%31.88

CMYK color model

#EFF6E3 color CMYK value is (3,0,8,4).

  • cyan value is 2.85%
  • magenta value is 0.00%
  • yellow value is 7.72%
  • key color value is 3.53%
CMYK:
(3,0,8,4)
C3M0Y8K4 
(3%,0%,8%,4%)
(0.03/0.00/0.08/0.04)	

CMYK percentages

%2.85
%0
%7.72
%3.53

Codes

Color #EFF6E3 in popluar color models

EFF6E3
RGB239246227
HSL82°51.35%92.75%
HSB/HSV82°7.72%96.47%
CMYK2.85%0.00%7.72%
3.53%

Color #EFF6E3 in popluar number systems.

HEXEFF6E3
Decimal239246227
Binary111011111111011011100011
Octal357366343

Shades and tints

Shades of #EFF6E3

#EFF6E3
(239,246,227)
#DAE0CF
(218,224,207)
#C5CABB
(197,202,187)
#B0B4A7
(176,180,167)
#9B9E93
(155,158,147)
#86887F
(134,136,127)
#71726B
(113,114,107)
#5C5C57
(92,92,87)
#474643
(71,70,67)
#32302F
(50,48,47)
#1D1A1B
(29,26,27)
#000000
(0,0,0)

Tints of #EFF6E3

#EFF6E3
(239,246,227)
#F0F6E5
(240,246,229)
#F1F6E7
(241,246,231)
#F2F6E9
(242,246,233)
#F3F6EB
(243,246,235)
#F4F6ED
(244,246,237)
#F5F6EF
(245,246,239)
#F6F6F1
(246,246,241)
#F7F6F3
(247,246,243)
#F8F6F5
(248,246,245)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF6E3; }

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

This text font color is #EFF6E3.


Background Color

.myBgColor { background-color: #EFF6E3; }

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

This div background color is #EFF6E3.


Border color

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

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

This div border color is #EFF6E3.


Opacity

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

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

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

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

This text has shadow with #EFF6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF6E3 on black background.


Color preview on white background

This text has color #EFF6E3 on white background.



Black color preview on #EFF6E3 background

This text has black color on #EFF6E3 background.


White color preview on #EFF6E3 background

This text has white color on #EFF6E3 background.