COLOR #EFFFEB

HEX: #EFFFEB
RGB: (239,255,235)

Color info

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

RGB color model

#EFFFEB color RGB value is (239,255,235).

  • red value is 239;
  • green value is 255;
  • blue value is 235.
RGB:
(239,255,235)
(94%,100%,92%)

RGB channels and saturation

R 239 of 255 = 94%
G 255 of 255 = 100%
B 235 of 255 = 92%

239
255
235

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

Portions of RGB colors in percentages

R + G + B =
239 + 255 + 235 = 729 (100%)
R 239 of 729 ~ 32.78%
G 255 of 729 ~ 34.98%
B 235 of 729 ~ 32.24%

%32.78
%34.98
%32.24

CMYK color model

#EFFFEB color CMYK value is (6,0,8,0).

  • cyan value is 6.27%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 0.00%
CMYK:
(6,0,8,0)
C6M0Y8K0 
(6%,0%,8%,0%)
(0.06/0.00/0.08/0.00)	

CMYK percentages

%6.27
%0
%7.84
%0

Codes

Color #EFFFEB in popluar color models

EFFFEB
RGB239255235
HSL108°100.00%96.08%
HSB/HSV108°7.84%100.00%
CMYK6.27%0.00%7.84%
0.00%

Color #EFFFEB in popluar number systems.

HEXEFFFEB
Decimal239255235
Binary111011111111111111101011
Octal357377353

Shades and tints

Shades of #EFFFEB

#EFFFEB
(239,255,235)
#DAE8D6
(218,232,214)
#C5D1C1
(197,209,193)
#B0BAAC
(176,186,172)
#9BA397
(155,163,151)
#868C82
(134,140,130)
#71756D
(113,117,109)
#5C5E58
(92,94,88)
#474743
(71,71,67)
#32302E
(50,48,46)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #EFFFEB

#EFFFEB
(239,255,235)
#F0FFEC
(240,255,236)
#F1FFED
(241,255,237)
#F2FFEE
(242,255,238)
#F3FFEF
(243,255,239)
#F4FFF0
(244,255,240)
#F5FFF1
(245,255,241)
#F6FFF2
(246,255,242)
#F7FFF3
(247,255,243)
#F8FFF4
(248,255,244)
#F9FFF5
(249,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFFEB; }

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

This text font color is #EFFFEB.


Background Color

.myBgColor { background-color: #EFFFEB; }

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

This div background color is #EFFFEB.


Border color

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

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

This div border color is #EFFFEB.


Opacity

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

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

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

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

This text has shadow with #EFFFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFFEB on black background.


Color preview on white background

This text has color #EFFFEB on white background.



Black color preview on #EFFFEB background

This text has black color on #EFFFEB background.


White color preview on #EFFFEB background

This text has white color on #EFFFEB background.