COLOR #EFFAC6

HEX: #EFFAC6 RGB: (239,250,198)

Color info

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

RGB color model

#EFFAC6 color RGB value is (239,250,198).

RGB: (239,250,198) (94%, 98%, 78%)

RGB channels and saturation

R 239 of 255 = 94%
G 250 of 255 = 98%
B 198 of 255 = 78%

239
250
198

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

Portions of RGB colors in percentages

R + G + B = 239 + 250 + 198 = 687 (100%)
R 239 of 687 ~ 34.79%
G 250 of 687 ~ 36.39%
B 198 of 687 ~ 28.82'%

%34.79
%36.39
%28.82

CMYK color model

#EFFAC6 color CMYK value is (4,0,21,2).

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

CMYK: (4,0,21,2)
C4M0Y21K2 (4%, 0%, 21%, 2%)
(0.04 / 0.00 / 0.21 / 0.02)

CMYK percentages

%4.4
%0
%20.8
%1.96

Codes

Color #EFFAC6 in popluar color models

EF FA C6
RGB 239 250 198
HSL 73° 83.87% 87.84%
HSB/HSV 73° 20.80% 98.04%
CMYK 4.40% 0.00% 20.80%
1.96%

Color #EFFAC6 in popluar number systems.

HEX EF FA C6
Decimal 239 250 198
Binary 11101111 11111010 11000110
Octal 357 372 306

Shades and tints

Shades of #EFFAC6

#EFFAC6
(239,250,198)
#DAE4B4
(218,228,180)
#C5CEA2
(197,206,162)
#B0B890
(176,184,144)
#9BA27E
(155,162,126)
#868C6C
(134,140,108)
#71765A
(113,118,90)
#5C6048
(92,96,72)
#474A36
(71,74,54)
#323424
(50,52,36)
#1D1E12
(29,30,18)
#000000
(0,0,0)

Tints of #EFFAC6

#EFFAC6
(239,250,198)
#F0FACB
(240,250,203)
#F1FAD0
(241,250,208)
#F2FAD5
(242,250,213)
#F3FADA
(243,250,218)
#F4FADF
(244,250,223)
#F5FAE4
(245,250,228)
#F6FAE9
(246,250,233)
#F7FAEE
(247,250,238)
#F8FAF3
(248,250,243)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFAC6; }

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

This text font color is #EFFAC6.

Background Color

.myBgColor { background-color: #EFFAC6; }

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

This div background color is #EFFAC6.

Border color

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

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

This div border color is #EFFAC6.

Opacity

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

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

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

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

This text has shadow with #EFFAC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFFAC6.

Preview

Color preview on black background

This text has color #EFFAC6 on black background.


Color preview on white background

This text has color #EFFAC6 on white background.


Black color preview on #EFFAC6 background

This text has black color on #EFFAC6 background.


White color preview on #EFFAC6 background

This text has white color on #EFFAC6 background.


Related colors

Complementary color

Complementary color for #hex is #100539.


I love getcolorcode.com

Triadic colors

1 #C6EFFA and #FAC6EF with #EFFAC6 are triadic colors.

2 #C6FAEF and #FAEFC6 with #EFFAC6 are triadic colors.