COLOR #EFFAD1

HEX: #EFFAD1
RGB: (239,250,209)

Color info

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

RGB color model

#EFFAD1 color RGB value is (239,250,209).

  • red value is 239;
  • green value is 250;
  • blue value is 209.
RGB:
(239,250,209)
(94%,98%,82%)

RGB channels and saturation

R 239 of 255 = 94%
G 250 of 255 = 98%
B 209 of 255 = 82%

239
250
209

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

Portions of RGB colors in percentages

R + G + B =
239 + 250 + 209 = 698 (100%)
R 239 of 698 ~ 34.24%
G 250 of 698 ~ 35.82%
B 209 of 698 ~ 29.94%

%34.24
%35.82
%29.94

CMYK color model

#EFFAD1 color CMYK value is (4,0,16,2).

  • cyan value is 4.40%
  • magenta value is 0.00%
  • yellow value is 16.40%
  • key color value is 1.96%
CMYK:
(4,0,16,2)
C4M0Y16K2 
(4%,0%,16%,2%)
(0.04/0.00/0.16/0.02)	

CMYK percentages

%4.4
%0
%16.4
%1.96

Codes

Color #EFFAD1 in popluar color models

EFFAD1
RGB239250209
HSL76°80.39%90.00%
HSB/HSV76°16.40%98.04%
CMYK4.40%0.00%16.40%
1.96%

Color #EFFAD1 in popluar number systems.

HEXEFFAD1
Decimal239250209
Binary111011111111101011010001
Octal357372321

Shades and tints

Shades of #EFFAD1

#EFFAD1
(239,250,209)
#DAE4BE
(218,228,190)
#C5CEAB
(197,206,171)
#B0B898
(176,184,152)
#9BA285
(155,162,133)
#868C72
(134,140,114)
#71765F
(113,118,95)
#5C604C
(92,96,76)
#474A39
(71,74,57)
#323426
(50,52,38)
#1D1E13
(29,30,19)
#000000
(0,0,0)

Tints of #EFFAD1

#EFFAD1
(239,250,209)
#F0FAD5
(240,250,213)
#F1FAD9
(241,250,217)
#F2FADD
(242,250,221)
#F3FAE1
(243,250,225)
#F4FAE5
(244,250,229)
#F5FAE9
(245,250,233)
#F6FAED
(246,250,237)
#F7FAF1
(247,250,241)
#F8FAF5
(248,250,245)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFAD1 color. Also use rgb(239,250,209) instead hex code.

Text Font Color

.myTextColor { color: #EFFAD1; }

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

This text font color is #EFFAD1.


Background Color

.myBgColor { background-color: #EFFAD1; }

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

This div background color is #EFFAD1.


Border color

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

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

This div border color is #EFFAD1.


Opacity

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

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

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

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

This text has shadow with #EFFAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFAD1 on black background.


Color preview on white background

This text has color #EFFAD1 on white background.



Black color preview on #EFFAD1 background

This text has black color on #EFFAD1 background.


White color preview on #EFFAD1 background

This text has white color on #EFFAD1 background.