COLOR #EFF9CA

HEX: #EFF9CA
RGB: (239,249,202)

Color info

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

RGB color model

#EFF9CA color RGB value is (239,249,202).

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

RGB channels and saturation

R 239 of 255 = 94%
G 249 of 255 = 98%
B 202 of 255 = 79%

239
249
202

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

Portions of RGB colors in percentages

R + G + B =
239 + 249 + 202 = 690 (100%)
R 239 of 690 ~ 34.64%
G 249 of 690 ~ 36.09%
B 202 of 690 ~ 29.28%

%34.64
%36.09
%29.28

CMYK color model

#EFF9CA color CMYK value is (4,0,19,2).

  • cyan value is 4.02%
  • magenta value is 0.00%
  • yellow value is 18.88%
  • key color value is 2.35%
CMYK:
(4,0,19,2)
C4M0Y19K2 
(4%,0%,19%,2%)
(0.04/0.00/0.19/0.02)	

CMYK percentages

%4.02
%0
%18.88
%2.35

Codes

Color #EFF9CA in popluar color models

EFF9CA
RGB239249202
HSL73°79.66%88.43%
HSB/HSV73°18.88%97.65%
CMYK4.02%0.00%18.88%
2.35%

Color #EFF9CA in popluar number systems.

HEXEFF9CA
Decimal239249202
Binary111011111111100111001010
Octal357371312

Shades and tints

Shades of #EFF9CA

#EFF9CA
(239,249,202)
#DAE3B8
(218,227,184)
#C5CDA6
(197,205,166)
#B0B794
(176,183,148)
#9BA182
(155,161,130)
#868B70
(134,139,112)
#71755E
(113,117,94)
#5C5F4C
(92,95,76)
#47493A
(71,73,58)
#323328
(50,51,40)
#1D1D16
(29,29,22)
#000000
(0,0,0)

Tints of #EFF9CA

#EFF9CA
(239,249,202)
#F0F9CE
(240,249,206)
#F1F9D2
(241,249,210)
#F2F9D6
(242,249,214)
#F3F9DA
(243,249,218)
#F4F9DE
(244,249,222)
#F5F9E2
(245,249,226)
#F6F9E6
(246,249,230)
#F7F9EA
(247,249,234)
#F8F9EE
(248,249,238)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF9CA; }

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

This text font color is #EFF9CA.


Background Color

.myBgColor { background-color: #EFF9CA; }

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

This div background color is #EFF9CA.


Border color

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

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

This div border color is #EFF9CA.


Opacity

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

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

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

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

This text has shadow with #EFF9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF9CA on black background.


Color preview on white background

This text has color #EFF9CA on white background.



Black color preview on #EFF9CA background

This text has black color on #EFF9CA background.


White color preview on #EFF9CA background

This text has white color on #EFF9CA background.