COLOR #EFFEC6

HEX: #EFFEC6 RGB: (239,254,198)

Color info

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

RGB color model

#EFFEC6 color RGB value is (239,254,198).

RGB: (239,254,198) (94%, 100%, 78%)

RGB channels and saturation

R 239 of 255 = 94%
G 254 of 255 = 100%
B 198 of 255 = 78%

239
254
198

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

Portions of RGB colors in percentages

R + G + B = 239 + 254 + 198 = 691 (100%)
R 239 of 691 ~ 34.59%
G 254 of 691 ~ 36.76%
B 198 of 691 ~ 28.65'%

%34.59
%36.76
%28.65

CMYK color model

#EFFEC6 color CMYK value is (6,0,22,0).

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 22.05%
  • key color value is 0.39%

CMYK: (6,0,22,0)
C6M0Y22K0 (6%, 0%, 22%, 0%)
(0.06 / 0.00 / 0.22 / 0.00)

CMYK percentages

%5.91
%0
%22.05
%0.39

Codes

Color #EFFEC6 in popluar color models

EF FE C6
RGB 239 254 198
HSL 76° 96.55% 88.63%
HSB/HSV 76° 22.05% 99.61%
CMYK 5.91% 0.00% 22.05%
0.39%

Color #EFFEC6 in popluar number systems.

HEX EF FE C6
Decimal 239 254 198
Binary 11101111 11111110 11000110
Octal 357 376 306

Shades and tints

Shades of #EFFEC6

#EFFEC6
(239,254,198)
#DAE7B4
(218,231,180)
#C5D0A2
(197,208,162)
#B0B990
(176,185,144)
#9BA27E
(155,162,126)
#868B6C
(134,139,108)
#71745A
(113,116,90)
#5C5D48
(92,93,72)
#474636
(71,70,54)
#322F24
(50,47,36)
#1D1812
(29,24,18)
#000000
(0,0,0)

Tints of #EFFEC6

#EFFEC6
(239,254,198)
#F0FECB
(240,254,203)
#F1FED0
(241,254,208)
#F2FED5
(242,254,213)
#F3FEDA
(243,254,218)
#F4FEDF
(244,254,223)
#F5FEE4
(245,254,228)
#F6FEE9
(246,254,233)
#F7FEEE
(247,254,238)
#F8FEF3
(248,254,243)
#F9FEF8
(249,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFEC6; }

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

This text font color is #EFFEC6.

Background Color

.myBgColor { background-color: #EFFEC6; }

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

This div background color is #EFFEC6.

Border color

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

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

This div border color is #EFFEC6.

Opacity

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

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

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

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

This text has shadow with #EFFEC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFFEC6.

Preview

Color preview on black background

This text has color #EFFEC6 on black background.


Color preview on white background

This text has color #EFFEC6 on white background.


Black color preview on #EFFEC6 background

This text has black color on #EFFEC6 background.


White color preview on #EFFEC6 background

This text has white color on #EFFEC6 background.


Related colors

Complementary color

Complementary color for #hex is #100139.


I love getcolorcode.com

Triadic colors

1 #C6EFFE and #FEC6EF with #EFFEC6 are triadic colors.

2 #C6FEEF and #FEEFC6 with #EFFEC6 are triadic colors.