COLOR #EFFAB0

HEX: #EFFAB0 RGB: (239,250,176)

Color info

#EFFAB0 contains mainly red and green colors. Web safe color of #EFFAB0 is #FFFF99 (or #FF9).

RGB color model

#EFFAB0 color RGB value is (239,250,176).

RGB: (239,250,176) (94%, 98%, 69%)

RGB channels and saturation

R 239 of 255 = 94%
G 250 of 255 = 98%
B 176 of 255 = 69%

239
250
176

R + G + B ~ 87%. #EFFAB0 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 250 + 176 = 665 (100%)
R 239 of 665 ~ 35.94%
G 250 of 665 ~ 37.59%
B 176 of 665 ~ 26.47'%

%35.94
%37.59
%26.47

CMYK color model

#EFFAB0 color CMYK value is (4,0,30,2).

  • cyan value is 4.40%
  • magenta value is 0.00%
  • yellow value is 29.60%
  • key color value is 1.96%
CMYK: (4,0,30,2) C4M0Y30K2 (4%,0%,30%,2%) (0.04/0.00/0.30/0.02) 

CMYK percentages

%4.4
%0
%29.6
%1.96

Codes

Color #EFFAB0 in popluar color models

EF FA B0
RGB 239 250 176
HSL 69° 88.10% 83.53%
HSB/HSV 69° 29.60% 98.04%
CMYK 4.40% 0.00% 29.60%
1.96%

Color #EFFAB0 in popluar number systems.

HEX EF FA B0
Decimal 239 250 176
Binary 11101111 11111010 10110000
Octal 357 372 260

Shades and tints

Shades of #EFFAB0

#EFFAB0
(239,250,176)
#DAE4A0
(218,228,160)
#C5CE90
(197,206,144)
#B0B880
(176,184,128)
#9BA270
(155,162,112)
#868C60
(134,140,96)
#717650
(113,118,80)
#5C6040
(92,96,64)
#474A30
(71,74,48)
#323420
(50,52,32)
#1D1E10
(29,30,16)
#000000
(0,0,0)

Tints of #EFFAB0

#EFFAB0
(239,250,176)
#F0FAB7
(240,250,183)
#F1FABE
(241,250,190)
#F2FAC5
(242,250,197)
#F3FACC
(243,250,204)
#F4FAD3
(244,250,211)
#F5FADA
(245,250,218)
#F6FAE1
(246,250,225)
#F7FAE8
(247,250,232)
#F8FAEF
(248,250,239)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFAB0; }

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

This text font color is #EFFAB0.

Background Color

.myBgColor { background-color: #EFFAB0; }

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

This div background color is #EFFAB0.

Border color

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

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

This div border color is #EFFAB0.

Opacity

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

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

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

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

This text has shadow with #EFFAB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFFAB0.

Preview

Color preview on black background

This text has color #EFFAB0 on black background.


Color preview on white background

This text has color #EFFAB0 on white background.


Black color preview on #EFFAB0 background

This text has black color on #EFFAB0 background.


White color preview on #EFFAB0 background

This text has white color on #EFFAB0 background.


Related colors

Complementary color

Complementary color for #hex is #10054F.


I love getcolorcode.com

Triadic colors

1 #B0EFFA and #FAB0EF with #EFFAB0 are triadic colors.

2 #B0FAEF and #FAEFB0 with #EFFAB0 are triadic colors.