COLOR #EFFAF3

HEX: #EFFAF3
RGB: (239,250,243)

Color info

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

RGB color model

#EFFAF3 color RGB value is (239,250,243).

  • red value is 239;
  • green value is 250;
  • blue value is 243.
RGB:
(239,250,243)
(94%,98%,95%)

RGB channels and saturation

R 239 of 255 = 94%
G 250 of 255 = 98%
B 243 of 255 = 95%

239
250
243

R + G + B ~ 96%. #EFFAF3 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 250 + 243 = 732 (100%)
R 239 of 732 ~ 32.65%
G 250 of 732 ~ 34.15%
B 243 of 732 ~ 33.2%

%32.65
%34.15
%33.2

CMYK color model

#EFFAF3 color CMYK value is (4,0,3,2).

  • cyan value is 4.40%
  • magenta value is 0.00%
  • yellow value is 2.80%
  • key color value is 1.96%
CMYK:
(4,0,3,2)
C4M0Y3K2 
(4%,0%,3%,2%)
(0.04/0.00/0.03/0.02)	

CMYK percentages

%4.4
%0
%2.8
%1.96

Codes

Color #EFFAF3 in popluar color models

EFFAF3
RGB239250243
HSL142°52.38%95.88%
HSB/HSV142°4.40%98.04%
CMYK4.40%0.00%2.80%
1.96%

Color #EFFAF3 in popluar number systems.

HEXEFFAF3
Decimal239250243
Binary111011111111101011110011
Octal357372363

Shades and tints

Shades of #EFFAF3

#EFFAF3
(239,250,243)
#DAE4DD
(218,228,221)
#C5CEC7
(197,206,199)
#B0B8B1
(176,184,177)
#9BA29B
(155,162,155)
#868C85
(134,140,133)
#71766F
(113,118,111)
#5C6059
(92,96,89)
#474A43
(71,74,67)
#32342D
(50,52,45)
#1D1E17
(29,30,23)
#000000
(0,0,0)

Tints of #EFFAF3

#EFFAF3
(239,250,243)
#F0FAF4
(240,250,244)
#F1FAF5
(241,250,245)
#F2FAF6
(242,250,246)
#F3FAF7
(243,250,247)
#F4FAF8
(244,250,248)
#F5FAF9
(245,250,249)
#F6FAFA
(246,250,250)
#F7FAFB
(247,250,251)
#F8FAFC
(248,250,252)
#F9FAFD
(249,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFAF3; }

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

This text font color is #EFFAF3.


Background Color

.myBgColor { background-color: #EFFAF3; }

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

This div background color is #EFFAF3.


Border color

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

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

This div border color is #EFFAF3.


Opacity

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

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

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

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

This text has shadow with #EFFAF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFAF3 on black background.


Color preview on white background

This text has color #EFFAF3 on white background.



Black color preview on #EFFAF3 background

This text has black color on #EFFAF3 background.


White color preview on #EFFAF3 background

This text has white color on #EFFAF3 background.