COLOR #EFF7CC

HEX: #EFF7CC
RGB: (239,247,204)

Color info

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

RGB color model

#EFF7CC color RGB value is (239,247,204).

  • red value is 239;
  • green value is 247;
  • blue value is 204.
RGB:
(239,247,204)
(94%,97%,80%)

RGB channels and saturation

R 239 of 255 = 94%
G 247 of 255 = 97%
B 204 of 255 = 80%

239
247
204

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

Portions of RGB colors in percentages

R + G + B =
239 + 247 + 204 = 690 (100%)
R 239 of 690 ~ 34.64%
G 247 of 690 ~ 35.8%
B 204 of 690 ~ 29.57%

%34.64
%35.8
%29.57

CMYK color model

#EFF7CC color CMYK value is (3,0,17,3).

  • cyan value is 3.24%
  • magenta value is 0.00%
  • yellow value is 17.41%
  • key color value is 3.14%
CMYK:
(3,0,17,3)
C3M0Y17K3 
(3%,0%,17%,3%)
(0.03/0.00/0.17/0.03)	

CMYK percentages

%3.24
%0
%17.41
%3.14

Codes

Color #EFF7CC in popluar color models

EFF7CC
RGB239247204
HSL71°72.88%88.43%
HSB/HSV71°17.41%96.86%
CMYK3.24%0.00%17.41%
3.14%

Color #EFF7CC in popluar number systems.

HEXEFF7CC
Decimal239247204
Binary111011111111011111001100
Octal357367314

Shades and tints

Shades of #EFF7CC

#EFF7CC
(239,247,204)
#DAE1BA
(218,225,186)
#C5CBA8
(197,203,168)
#B0B596
(176,181,150)
#9B9F84
(155,159,132)
#868972
(134,137,114)
#717360
(113,115,96)
#5C5D4E
(92,93,78)
#47473C
(71,71,60)
#32312A
(50,49,42)
#1D1B18
(29,27,24)
#000000
(0,0,0)

Tints of #EFF7CC

#EFF7CC
(239,247,204)
#F0F7D0
(240,247,208)
#F1F7D4
(241,247,212)
#F2F7D8
(242,247,216)
#F3F7DC
(243,247,220)
#F4F7E0
(244,247,224)
#F5F7E4
(245,247,228)
#F6F7E8
(246,247,232)
#F7F7EC
(247,247,236)
#F8F7F0
(248,247,240)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF7CC color. Also use rgb(239,247,204) instead hex code.

Text Font Color

.myTextColor { color: #EFF7CC; }

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

This text font color is #EFF7CC.


Background Color

.myBgColor { background-color: #EFF7CC; }

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

This div background color is #EFF7CC.


Border color

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

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

This div border color is #EFF7CC.


Opacity

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

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

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

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

This text has shadow with #EFF7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF7CC on black background.


Color preview on white background

This text has color #EFF7CC on white background.



Black color preview on #EFF7CC background

This text has black color on #EFF7CC background.


White color preview on #EFF7CC background

This text has white color on #EFF7CC background.