COLOR #EFF3EB

HEX: #EFF3EB RGB: (239,243,235)

Color info

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

RGB color model

#EFF3EB color RGB value is (239,243,235).

RGB: (239,243,235) (94%, 95%, 92%)

RGB channels and saturation

R 239 of 255 = 94%
G 243 of 255 = 95%
B 235 of 255 = 92%

239
243
235

R + G + B ~ 94%. #EFF3EB is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 243 + 235 = 717 (100%)
R 239 of 717 ~ 33.33%
G 243 of 717 ~ 33.89%
B 235 of 717 ~ 32.78'%

%33.33
%33.89
%32.78

CMYK color model

#EFF3EB color CMYK value is (2,0,3,5).

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 3.29%
  • key color value is 4.71%
CMYK: (2,0,3,5) C2M0Y3K5 (2%,0%,3%,5%) (0.02/0.00/0.03/0.05) 

CMYK percentages

%1.65
%0
%3.29
%4.71

Codes

Color #EFF3EB in popluar color models

EF F3 EB
RGB 239 243 235
HSL 90° 25.00% 93.73%
HSB/HSV 90° 3.29% 95.29%
CMYK 1.65% 0.00% 3.29%
4.71%

Color #EFF3EB in popluar number systems.

HEX EF F3 EB
Decimal 239 243 235
Binary 11101111 11110011 11101011
Octal 357 363 353

Shades and tints

Shades of #EFF3EB

#EFF3EB
(239,243,235)
#DADDD6
(218,221,214)
#C5C7C1
(197,199,193)
#B0B1AC
(176,177,172)
#9B9B97
(155,155,151)
#868582
(134,133,130)
#716F6D
(113,111,109)
#5C5958
(92,89,88)
#474343
(71,67,67)
#322D2E
(50,45,46)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #EFF3EB

#EFF3EB
(239,243,235)
#F0F4EC
(240,244,236)
#F1F5ED
(241,245,237)
#F2F6EE
(242,246,238)
#F3F7EF
(243,247,239)
#F4F8F0
(244,248,240)
#F5F9F1
(245,249,241)
#F6FAF2
(246,250,242)
#F7FBF3
(247,251,243)
#F8FCF4
(248,252,244)
#F9FDF5
(249,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF3EB; }

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

This text font color is #EFF3EB.

Background Color

.myBgColor { background-color: #EFF3EB; }

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

This div background color is #EFF3EB.

Border color

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

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

This div border color is #EFF3EB.

Opacity

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

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

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

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

This text has shadow with #EFF3EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF3EB.

Preview

Color preview on black background

This text has color #EFF3EB on black background.


Color preview on white background

This text has color #EFF3EB on white background.


Black color preview on #EFF3EB background

This text has black color on #EFF3EB background.


White color preview on #EFF3EB background

This text has white color on #EFF3EB background.


Related colors

Complementary color

Complementary color for #hex is #100C14.


I love getcolorcode.com

Triadic colors

1 #EBEFF3 and #F3EBEF with #EFF3EB are triadic colors.

2 #EBF3EF and #F3EFEB with #EFF3EB are triadic colors.