COLOR #EFFCC4

HEX: #EFFCC4 RGB: (239,252,196)

Color info

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

RGB color model

#EFFCC4 color RGB value is (239,252,196).

RGB: (239,252,196) (94%, 99%, 77%)

RGB channels and saturation

R 239 of 255 = 94%
G 252 of 255 = 99%
B 196 of 255 = 77%

239
252
196

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

Portions of RGB colors in percentages

R + G + B = 239 + 252 + 196 = 687 (100%)
R 239 of 687 ~ 34.79%
G 252 of 687 ~ 36.68%
B 196 of 687 ~ 28.53'%

%34.79
%36.68
%28.53

CMYK color model

#EFFCC4 color CMYK value is (5,0,22,1).

  • cyan value is 5.16%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 1.18%
CMYK: (5,0,22,1) C5M0Y22K1 (5%,0%,22%,1%) (0.05/0.00/0.22/0.01) 

CMYK percentages

%5.16
%0
%22.22
%1.18

Codes

Color #EFFCC4 in popluar color models

EF FC C4
RGB 239 252 196
HSL 74° 90.32% 87.84%
HSB/HSV 74° 22.22% 98.82%
CMYK 5.16% 0.00% 22.22%
1.18%

Color #EFFCC4 in popluar number systems.

HEX EF FC C4
Decimal 239 252 196
Binary 11101111 11111100 11000100
Octal 357 374 304

Shades and tints

Shades of #EFFCC4

#EFFCC4
(239,252,196)
#DAE6B3
(218,230,179)
#C5D0A2
(197,208,162)
#B0BA91
(176,186,145)
#9BA480
(155,164,128)
#868E6F
(134,142,111)
#71785E
(113,120,94)
#5C624D
(92,98,77)
#474C3C
(71,76,60)
#32362B
(50,54,43)
#1D201A
(29,32,26)
#000000
(0,0,0)

Tints of #EFFCC4

#EFFCC4
(239,252,196)
#F0FCC9
(240,252,201)
#F1FCCE
(241,252,206)
#F2FCD3
(242,252,211)
#F3FCD8
(243,252,216)
#F4FCDD
(244,252,221)
#F5FCE2
(245,252,226)
#F6FCE7
(246,252,231)
#F7FCEC
(247,252,236)
#F8FCF1
(248,252,241)
#F9FCF6
(249,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFCC4 color. Also use rgb(239,252,196) instead hex code.

Text Font Color

.myTextColor { color: #EFFCC4; }

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

This text font color is #EFFCC4.

Background Color

.myBgColor { background-color: #EFFCC4; }

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

This div background color is #EFFCC4.

Border color

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

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

This div border color is #EFFCC4.

Opacity

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

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

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

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

This text has shadow with #EFFCC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFFCC4.

Preview

Color preview on black background

This text has color #EFFCC4 on black background.


Color preview on white background

This text has color #EFFCC4 on white background.


Black color preview on #EFFCC4 background

This text has black color on #EFFCC4 background.


White color preview on #EFFCC4 background

This text has white color on #EFFCC4 background.


Related colors

Complementary color

Complementary color for #hex is #10033B.


I love getcolorcode.com

Triadic colors

1 #C4EFFC and #FCC4EF with #EFFCC4 are triadic colors.

2 #C4FCEF and #FCEFC4 with #EFFCC4 are triadic colors.