COLOR #EFFAC2

HEX: #EFFAC2 RGB: (239,250,194)

Color info

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

RGB color model

#EFFAC2 color RGB value is (239,250,194).

RGB: (239,250,194) (94%, 98%, 76%)

RGB channels and saturation

R 239 of 255 = 94%
G 250 of 255 = 98%
B 194 of 255 = 76%

239
250
194

R + G + B ~ 89%. #EFFAC2 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 250 + 194 = 683 (100%)
R 239 of 683 ~ 34.99%
G 250 of 683 ~ 36.6%
B 194 of 683 ~ 28.4'%

%34.99
%36.6
%28.4

CMYK color model

#EFFAC2 color CMYK value is (4,0,22,2).

  • cyan value is 4.40%
  • magenta value is 0.00%
  • yellow value is 22.40%
  • key color value is 1.96%

CMYK: (4,0,22,2)
C4M0Y22K2 (4%, 0%, 22%, 2%)
(0.04 / 0.00 / 0.22 / 0.02)

CMYK percentages

%4.4
%0
%22.4
%1.96

Codes

Color #EFFAC2 in popluar color models

EF FA C2
RGB 239 250 194
HSL 72° 84.85% 87.06%
HSB/HSV 72° 22.40% 98.04%
CMYK 4.40% 0.00% 22.40%
1.96%

Color #EFFAC2 in popluar number systems.

HEX EF FA C2
Decimal 239 250 194
Binary 11101111 11111010 11000010
Octal 357 372 302

Shades and tints

Shades of #EFFAC2

#EFFAC2
(239,250,194)
#DAE4B1
(218,228,177)
#C5CEA0
(197,206,160)
#B0B88F
(176,184,143)
#9BA27E
(155,162,126)
#868C6D
(134,140,109)
#71765C
(113,118,92)
#5C604B
(92,96,75)
#474A3A
(71,74,58)
#323429
(50,52,41)
#1D1E18
(29,30,24)
#000000
(0,0,0)

Tints of #EFFAC2

#EFFAC2
(239,250,194)
#F0FAC7
(240,250,199)
#F1FACC
(241,250,204)
#F2FAD1
(242,250,209)
#F3FAD6
(243,250,214)
#F4FADB
(244,250,219)
#F5FAE0
(245,250,224)
#F6FAE5
(246,250,229)
#F7FAEA
(247,250,234)
#F8FAEF
(248,250,239)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFAC2 color. Also use rgb(239,250,194) instead hex code.

Text Font Color

.myTextColor { color: #EFFAC2; }

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

This text font color is #EFFAC2.

Background Color

.myBgColor { background-color: #EFFAC2; }

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

This div background color is #EFFAC2.

Border color

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

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

This div border color is #EFFAC2.

Opacity

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

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

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

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

This text has shadow with #EFFAC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFFAC2.

Preview

Color preview on black background

This text has color #EFFAC2 on black background.


Color preview on white background

This text has color #EFFAC2 on white background.


Black color preview on #EFFAC2 background

This text has black color on #EFFAC2 background.


White color preview on #EFFAC2 background

This text has white color on #EFFAC2 background.


Related colors

Complementary color

Complementary color for #hex is #10053D.


I love getcolorcode.com

Triadic colors

1 #C2EFFA and #FAC2EF with #EFFAC2 are triadic colors.

2 #C2FAEF and #FAEFC2 with #EFFAC2 are triadic colors.