COLOR #EFFAD8

HEX: #EFFAD8
RGB: (239,250,216)

Color info

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

RGB color model

#EFFAD8 color RGB value is (239,250,216).

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

RGB channels and saturation

R 239 of 255 = 94%
G 250 of 255 = 98%
B 216 of 255 = 85%

239
250
216

R + G + B ~ 92%. #EFFAD8 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 250 + 216 = 705 (100%)
R 239 of 705 ~ 33.9%
G 250 of 705 ~ 35.46%
B 216 of 705 ~ 30.64%

%33.9
%35.46
%30.64

CMYK color model

#EFFAD8 color CMYK value is (4,0,14,2).

  • cyan value is 4.40%
  • magenta value is 0.00%
  • yellow value is 13.60%
  • key color value is 1.96%
CMYK:
(4,0,14,2)
C4M0Y14K2 
(4%,0%,14%,2%)
(0.04/0.00/0.14/0.02)	

CMYK percentages

%4.4
%0
%13.6
%1.96

Codes

Color #EFFAD8 in popluar color models

EFFAD8
RGB239250216
HSL79°77.27%91.37%
HSB/HSV79°13.60%98.04%
CMYK4.40%0.00%13.60%
1.96%

Color #EFFAD8 in popluar number systems.

HEXEFFAD8
Decimal239250216
Binary111011111111101011011000
Octal357372330

Shades and tints

Shades of #EFFAD8

#EFFAD8
(239,250,216)
#DAE4C5
(218,228,197)
#C5CEB2
(197,206,178)
#B0B89F
(176,184,159)
#9BA28C
(155,162,140)
#868C79
(134,140,121)
#717666
(113,118,102)
#5C6053
(92,96,83)
#474A40
(71,74,64)
#32342D
(50,52,45)
#1D1E1A
(29,30,26)
#000000
(0,0,0)

Tints of #EFFAD8

#EFFAD8
(239,250,216)
#F0FADB
(240,250,219)
#F1FADE
(241,250,222)
#F2FAE1
(242,250,225)
#F3FAE4
(243,250,228)
#F4FAE7
(244,250,231)
#F5FAEA
(245,250,234)
#F6FAED
(246,250,237)
#F7FAF0
(247,250,240)
#F8FAF3
(248,250,243)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFAD8; }

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

This text font color is #EFFAD8.


Background Color

.myBgColor { background-color: #EFFAD8; }

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

This div background color is #EFFAD8.


Border color

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

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

This div border color is #EFFAD8.


Opacity

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

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

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

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

This text has shadow with #EFFAD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFAD8 on black background.


Color preview on white background

This text has color #EFFAD8 on white background.



Black color preview on #EFFAD8 background

This text has black color on #EFFAD8 background.


White color preview on #EFFAD8 background

This text has white color on #EFFAD8 background.