COLOR #EFFBF0

HEX: #EFFBF0 RGB: (239,251,240)

Color info

#EFFBF0 contains red, green and blue colors in about the same proportion. Web safe color of #EFFBF0 is #FFFFFF (or #FFF).

RGB color model

#EFFBF0 color RGB value is (239,251,240).

RGB: (239,251,240) (94%, 98%, 94%)

RGB channels and saturation

R 239 of 255 = 94%
G 251 of 255 = 98%
B 240 of 255 = 94%

239
251
240

R + G + B ~ 95%. #EFFBF0 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 251 + 240 = 730 (100%)
R 239 of 730 ~ 32.74%
G 251 of 730 ~ 34.38%
B 240 of 730 ~ 32.88'%

%32.74
%34.38
%32.88

CMYK color model

#EFFBF0 color CMYK value is (5,0,4,2).

  • cyan value is 4.78%
  • magenta value is 0.00%
  • yellow value is 4.38%
  • key color value is 1.57%

CMYK: (5,0,4,2)
C5M0Y4K2 (5%, 0%, 4%, 2%)
(0.05 / 0.00 / 0.04 / 0.02)

CMYK percentages

%4.78
%0
%4.38
%1.57

Codes

Color #EFFBF0 in popluar color models

EF FB F0
RGB 239 251 240
HSL 125° 60.00% 96.08%
HSB/HSV 125° 4.78% 98.43%
CMYK 4.78% 0.00% 4.38%
1.57%

Color #EFFBF0 in popluar number systems.

HEX EF FB F0
Decimal 239 251 240
Binary 11101111 11111011 11110000
Octal 357 373 360

Shades and tints

Shades of #EFFBF0

#EFFBF0
(239,251,240)
#DAE5DB
(218,229,219)
#C5CFC6
(197,207,198)
#B0B9B1
(176,185,177)
#9BA39C
(155,163,156)
#868D87
(134,141,135)
#717772
(113,119,114)
#5C615D
(92,97,93)
#474B48
(71,75,72)
#323533
(50,53,51)
#1D1F1E
(29,31,30)
#000000
(0,0,0)

Tints of #EFFBF0

#EFFBF0
(239,251,240)
#F0FBF1
(240,251,241)
#F1FBF2
(241,251,242)
#F2FBF3
(242,251,243)
#F3FBF4
(243,251,244)
#F4FBF5
(244,251,245)
#F5FBF6
(245,251,246)
#F6FBF7
(246,251,247)
#F7FBF8
(247,251,248)
#F8FBF9
(248,251,249)
#F9FBFA
(249,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFBF0 color. Also use rgb(239,251,240) instead hex code.

Text Font Color

.myTextColor { color: #EFFBF0; }

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

This text font color is #EFFBF0.

Background Color

.myBgColor { background-color: #EFFBF0; }

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

This div background color is #EFFBF0.

Border color

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

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

This div border color is #EFFBF0.

Opacity

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

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

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

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

This text has shadow with #EFFBF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFFBF0.

Preview

Color preview on black background

This text has color #EFFBF0 on black background.


Color preview on white background

This text has color #EFFBF0 on white background.


Black color preview on #EFFBF0 background

This text has black color on #EFFBF0 background.


White color preview on #EFFBF0 background

This text has white color on #EFFBF0 background.


Related colors

Complementary color

Complementary color for #hex is #10040F.


I love getcolorcode.com

Triadic colors

1 #F0EFFB and #FBF0EF with #EFFBF0 are triadic colors.

2 #F0FBEF and #FBEFF0 with #EFFBF0 are triadic colors.