COLOR #EFFDC4

HEX: #EFFDC4
RGB: (239,253,196)

Color info

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

RGB color model

#EFFDC4 color RGB value is (239,253,196).

  • red value is 239;
  • green value is 253;
  • blue value is 196.
RGB:
(239,253,196)
(94%,99%,77%)

RGB channels and saturation

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

239
253
196

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

Portions of RGB colors in percentages

R + G + B =
239 + 253 + 196 = 688 (100%)
R 239 of 688 ~ 34.74%
G 253 of 688 ~ 36.77%
B 196 of 688 ~ 28.49%

%34.74
%36.77
%28.49

CMYK color model

#EFFDC4 color CMYK value is (6,0,23,1).

  • cyan value is 5.53%
  • magenta value is 0.00%
  • yellow value is 22.53%
  • key color value is 0.78%
CMYK:
(6,0,23,1)
C6M0Y23K1 
(6%,0%,23%,1%)
(0.06/0.00/0.23/0.01)	

CMYK percentages

%5.53
%0
%22.53
%0.78

Codes

Color #EFFDC4 in popluar color models

EFFDC4
RGB239253196
HSL75°93.44%88.04%
HSB/HSV75°22.53%99.22%
CMYK5.53%0.00%22.53%
0.78%

Color #EFFDC4 in popluar number systems.

HEXEFFDC4
Decimal239253196
Binary111011111111110111000100
Octal357375304

Shades and tints

Shades of #EFFDC4

#EFFDC4
(239,253,196)
#DAE6B3
(218,230,179)
#C5CFA2
(197,207,162)
#B0B891
(176,184,145)
#9BA180
(155,161,128)
#868A6F
(134,138,111)
#71735E
(113,115,94)
#5C5C4D
(92,92,77)
#47453C
(71,69,60)
#322E2B
(50,46,43)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #EFFDC4

#EFFDC4
(239,253,196)
#F0FDC9
(240,253,201)
#F1FDCE
(241,253,206)
#F2FDD3
(242,253,211)
#F3FDD8
(243,253,216)
#F4FDDD
(244,253,221)
#F5FDE2
(245,253,226)
#F6FDE7
(246,253,231)
#F7FDEC
(247,253,236)
#F8FDF1
(248,253,241)
#F9FDF6
(249,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFDC4; }

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

This text font color is #EFFDC4.


Background Color

.myBgColor { background-color: #EFFDC4; }

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

This div background color is #EFFDC4.


Border color

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

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

This div border color is #EFFDC4.


Opacity

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

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

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

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

This text has shadow with #EFFDC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFDC4 on black background.


Color preview on white background

This text has color #EFFDC4 on white background.



Black color preview on #EFFDC4 background

This text has black color on #EFFDC4 background.


White color preview on #EFFDC4 background

This text has white color on #EFFDC4 background.