COLOR #EFF9CC

HEX: #EFF9CC
RGB: (239,249,204)

Color info

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

RGB color model

#EFF9CC color RGB value is (239,249,204).

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

RGB channels and saturation

R 239 of 255 = 94%
G 249 of 255 = 98%
B 204 of 255 = 80%

239
249
204

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

Portions of RGB colors in percentages

R + G + B =
239 + 249 + 204 = 692 (100%)
R 239 of 692 ~ 34.54%
G 249 of 692 ~ 35.98%
B 204 of 692 ~ 29.48%

%34.54
%35.98
%29.48

CMYK color model

#EFF9CC color CMYK value is (4,0,18,2).

  • cyan value is 4.02%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 2.35%
CMYK:
(4,0,18,2)
C4M0Y18K2 
(4%,0%,18%,2%)
(0.04/0.00/0.18/0.02)	

CMYK percentages

%4.02
%0
%18.07
%2.35

Codes

Color #EFF9CC in popluar color models

EFF9CC
RGB239249204
HSL73°78.95%88.82%
HSB/HSV73°18.07%97.65%
CMYK4.02%0.00%18.07%
2.35%

Color #EFF9CC in popluar number systems.

HEXEFF9CC
Decimal239249204
Binary111011111111100111001100
Octal357371314

Shades and tints

Shades of #EFF9CC

#EFF9CC
(239,249,204)
#DAE3BA
(218,227,186)
#C5CDA8
(197,205,168)
#B0B796
(176,183,150)
#9BA184
(155,161,132)
#868B72
(134,139,114)
#717560
(113,117,96)
#5C5F4E
(92,95,78)
#47493C
(71,73,60)
#32332A
(50,51,42)
#1D1D18
(29,29,24)
#000000
(0,0,0)

Tints of #EFF9CC

#EFF9CC
(239,249,204)
#F0F9D0
(240,249,208)
#F1F9D4
(241,249,212)
#F2F9D8
(242,249,216)
#F3F9DC
(243,249,220)
#F4F9E0
(244,249,224)
#F5F9E4
(245,249,228)
#F6F9E8
(246,249,232)
#F7F9EC
(247,249,236)
#F8F9F0
(248,249,240)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF9CC; }

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

This text font color is #EFF9CC.


Background Color

.myBgColor { background-color: #EFF9CC; }

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

This div background color is #EFF9CC.


Border color

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

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

This div border color is #EFF9CC.


Opacity

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

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

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

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

This text has shadow with #EFF9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF9CC on black background.


Color preview on white background

This text has color #EFF9CC on white background.



Black color preview on #EFF9CC background

This text has black color on #EFF9CC background.


White color preview on #EFF9CC background

This text has white color on #EFF9CC background.