COLOR #EFF6D5

HEX: #EFF6D5
RGB: (239,246,213)

Color info

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

RGB color model

#EFF6D5 color RGB value is (239,246,213).

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

RGB channels and saturation

R 239 of 255 = 94%
G 246 of 255 = 96%
B 213 of 255 = 84%

239
246
213

R + G + B ~ 91%. #EFF6D5 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 246 + 213 = 698 (100%)
R 239 of 698 ~ 34.24%
G 246 of 698 ~ 35.24%
B 213 of 698 ~ 30.52%

%34.24
%35.24
%30.52

CMYK color model

#EFF6D5 color CMYK value is (3,0,13,4).

  • cyan value is 2.85%
  • magenta value is 0.00%
  • yellow value is 13.41%
  • key color value is 3.53%
CMYK:
(3,0,13,4)
C3M0Y13K4 
(3%,0%,13%,4%)
(0.03/0.00/0.13/0.04)	

CMYK percentages

%2.85
%0
%13.41
%3.53

Codes

Color #EFF6D5 in popluar color models

EFF6D5
RGB239246213
HSL73°64.71%90.00%
HSB/HSV73°13.41%96.47%
CMYK2.85%0.00%13.41%
3.53%

Color #EFF6D5 in popluar number systems.

HEXEFF6D5
Decimal239246213
Binary111011111111011011010101
Octal357366325

Shades and tints

Shades of #EFF6D5

#EFF6D5
(239,246,213)
#DAE0C2
(218,224,194)
#C5CAAF
(197,202,175)
#B0B49C
(176,180,156)
#9B9E89
(155,158,137)
#868876
(134,136,118)
#717263
(113,114,99)
#5C5C50
(92,92,80)
#47463D
(71,70,61)
#32302A
(50,48,42)
#1D1A17
(29,26,23)
#000000
(0,0,0)

Tints of #EFF6D5

#EFF6D5
(239,246,213)
#F0F6D8
(240,246,216)
#F1F6DB
(241,246,219)
#F2F6DE
(242,246,222)
#F3F6E1
(243,246,225)
#F4F6E4
(244,246,228)
#F5F6E7
(245,246,231)
#F6F6EA
(246,246,234)
#F7F6ED
(247,246,237)
#F8F6F0
(248,246,240)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF6D5; }

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

This text font color is #EFF6D5.


Background Color

.myBgColor { background-color: #EFF6D5; }

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

This div background color is #EFF6D5.


Border color

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

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

This div border color is #EFF6D5.


Opacity

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

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

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

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

This text has shadow with #EFF6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF6D5 on black background.


Color preview on white background

This text has color #EFF6D5 on white background.



Black color preview on #EFF6D5 background

This text has black color on #EFF6D5 background.


White color preview on #EFF6D5 background

This text has white color on #EFF6D5 background.