COLOR #EFFBEB

HEX: #EFFBEB RGB: (239,251,235)

Color info

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

RGB color model

#EFFBEB color RGB value is (239,251,235).

RGB: (239,251,235) (94%, 98%, 92%)

RGB channels and saturation

R 239 of 255 = 94%
G 251 of 255 = 98%
B 235 of 255 = 92%

239
251
235

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

Portions of RGB colors in percentages

R + G + B = 239 + 251 + 235 = 725 (100%)
R 239 of 725 ~ 32.97%
G 251 of 725 ~ 34.62%
B 235 of 725 ~ 32.41'%

%32.97
%34.62
%32.41

CMYK color model

#EFFBEB color CMYK value is (5,0,6,2).

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

CMYK: (5,0,6,2)
C5M0Y6K2 (5%, 0%, 6%, 2%)
(0.05 / 0.00 / 0.06 / 0.02)

CMYK percentages

%4.78
%0
%6.37
%1.57

Codes

Color #EFFBEB in popluar color models

EF FB EB
RGB 239 251 235
HSL 105° 66.67% 95.29%
HSB/HSV 105° 6.37% 98.43%
CMYK 4.78% 0.00% 6.37%
1.57%

Color #EFFBEB in popluar number systems.

HEX EF FB EB
Decimal 239 251 235
Binary 11101111 11111011 11101011
Octal 357 373 353

Shades and tints

Shades of #EFFBEB

#EFFBEB
(239,251,235)
#DAE5D6
(218,229,214)
#C5CFC1
(197,207,193)
#B0B9AC
(176,185,172)
#9BA397
(155,163,151)
#868D82
(134,141,130)
#71776D
(113,119,109)
#5C6158
(92,97,88)
#474B43
(71,75,67)
#32352E
(50,53,46)
#1D1F19
(29,31,25)
#000000
(0,0,0)

Tints of #EFFBEB

#EFFBEB
(239,251,235)
#F0FBEC
(240,251,236)
#F1FBED
(241,251,237)
#F2FBEE
(242,251,238)
#F3FBEF
(243,251,239)
#F4FBF0
(244,251,240)
#F5FBF1
(245,251,241)
#F6FBF2
(246,251,242)
#F7FBF3
(247,251,243)
#F8FBF4
(248,251,244)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFBEB; }

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

This text font color is #EFFBEB.

Background Color

.myBgColor { background-color: #EFFBEB; }

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

This div background color is #EFFBEB.

Border color

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

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

This div border color is #EFFBEB.

Opacity

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

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

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

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

This text has shadow with #EFFBEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFFBEB.

Preview

Color preview on black background

This text has color #EFFBEB on black background.


Color preview on white background

This text has color #EFFBEB on white background.


Black color preview on #EFFBEB background

This text has black color on #EFFBEB background.


White color preview on #EFFBEB background

This text has white color on #EFFBEB background.


Related colors

Complementary color

Complementary color for #hex is #100414.


I love getcolorcode.com

Triadic colors

1 #EBEFFB and #FBEBEF with #EFFBEB are triadic colors.

2 #EBFBEF and #FBEFEB with #EFFBEB are triadic colors.