COLOR #EFFEFD

HEX: #EFFEFD
RGB: (239,254,253)

Color info

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

RGB color model

#EFFEFD color RGB value is (239,254,253).

  • red value is 239;
  • green value is 254;
  • blue value is 253.
RGB:
(239,254,253)
(94%,100%,99%)

RGB channels and saturation

R 239 of 255 = 94%
G 254 of 255 = 100%
B 253 of 255 = 99%

239
254
253

R + G + B ~ 98%. #EFFEFD is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 254 + 253 = 746 (100%)
R 239 of 746 ~ 32.04%
G 254 of 746 ~ 34.05%
B 253 of 746 ~ 33.91%

%32.04
%34.05
%33.91

CMYK color model

#EFFEFD color CMYK value is (6,0,0,0).

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 0.39%
  • key color value is 0.39%
CMYK:
(6,0,0,0)
C6M0Y0K0 
(6%,0%,0%,0%)
(0.06/0.00/0.00/0.00)	

CMYK percentages

%5.91
%0
%0.39
%0.39

Codes

Color #EFFEFD in popluar color models

EFFEFD
RGB239254253
HSL176°88.24%96.67%
HSB/HSV176°5.91%99.61%
CMYK5.91%0.00%0.39%
0.39%

Color #EFFEFD in popluar number systems.

HEXEFFEFD
Decimal239254253
Binary111011111111111011111101
Octal357376375

Shades and tints

Shades of #EFFEFD

#EFFEFD
(239,254,253)
#DAE7E6
(218,231,230)
#C5D0CF
(197,208,207)
#B0B9B8
(176,185,184)
#9BA2A1
(155,162,161)
#868B8A
(134,139,138)
#717473
(113,116,115)
#5C5D5C
(92,93,92)
#474645
(71,70,69)
#322F2E
(50,47,46)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #EFFEFD

#EFFEFD
(239,254,253)
#F0FEFD
(240,254,253)
#F1FEFD
(241,254,253)
#F2FEFD
(242,254,253)
#F3FEFD
(243,254,253)
#F4FEFD
(244,254,253)
#F5FEFD
(245,254,253)
#F6FEFD
(246,254,253)
#F7FEFD
(247,254,253)
#F8FEFD
(248,254,253)
#F9FEFD
(249,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFEFD color. Also use rgb(239,254,253) instead hex code.

Text Font Color

.myTextColor { color: #EFFEFD; }

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

This text font color is #EFFEFD.


Background Color

.myBgColor { background-color: #EFFEFD; }

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

This div background color is #EFFEFD.


Border color

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

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

This div border color is #EFFEFD.


Opacity

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

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

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

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

This text has shadow with #EFFEFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFEFD on black background.


Color preview on white background

This text has color #EFFEFD on white background.



Black color preview on #EFFEFD background

This text has black color on #EFFEFD background.


White color preview on #EFFEFD background

This text has white color on #EFFEFD background.