COLOR #EEF4FD

HEX: #EEF4FD
RGB: (238,244,253)

Color info

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

RGB color model

#EEF4FD color RGB value is (238,244,253).

  • red value is 238;
  • green value is 244;
  • blue value is 253.
RGB:
(238,244,253)
(93%,96%,99%)

RGB channels and saturation

R 238 of 255 = 93%
G 244 of 255 = 96%
B 253 of 255 = 99%

238
244
253

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

Portions of RGB colors in percentages

R + G + B =
238 + 244 + 253 = 735 (100%)
R 238 of 735 ~ 32.38%
G 244 of 735 ~ 33.2%
B 253 of 735 ~ 34.42%

%32.38
%33.2
%34.42

CMYK color model

#EEF4FD color CMYK value is (6,4,0,1).

  • cyan value is 5.93%
  • magenta value is 3.56%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(6,4,0,1)
C6M4Y0K1 
(6%,4%,0%,1%)
(0.06/0.04/0.00/0.01)	

CMYK percentages

%5.93
%3.56
%0
%0.78

Codes

Color #EEF4FD in popluar color models

EEF4FD
RGB238244253
HSL216°78.95%96.27%
HSB/HSV216°5.93%99.22%
CMYK5.93%3.56%0.00%
0.78%

Color #EEF4FD in popluar number systems.

HEXEEF4FD
Decimal238244253
Binary111011101111010011111101
Octal356364375

Shades and tints

Shades of #EEF4FD

#EEF4FD
(238,244,253)
#D9DEE6
(217,222,230)
#C4C8CF
(196,200,207)
#AFB2B8
(175,178,184)
#9A9CA1
(154,156,161)
#85868A
(133,134,138)
#707073
(112,112,115)
#5B5A5C
(91,90,92)
#464445
(70,68,69)
#312E2E
(49,46,46)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #EEF4FD

#EEF4FD
(238,244,253)
#EFF5FD
(239,245,253)
#F0F6FD
(240,246,253)
#F1F7FD
(241,247,253)
#F2F8FD
(242,248,253)
#F3F9FD
(243,249,253)
#F4FAFD
(244,250,253)
#F5FBFD
(245,251,253)
#F6FCFD
(246,252,253)
#F7FDFD
(247,253,253)
#F8FEFD
(248,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF4FD color. Also use rgb(238,244,253) instead hex code.

Text Font Color

.myTextColor { color: #EEF4FD; }

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

This text font color is #EEF4FD.


Background Color

.myBgColor { background-color: #EEF4FD; }

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

This div background color is #EEF4FD.


Border color

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

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

This div border color is #EEF4FD.


Opacity

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

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

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

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

This text has shadow with #EEF4FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF4FD on black background.


Color preview on white background

This text has color #EEF4FD on white background.



Black color preview on #EEF4FD background

This text has black color on #EEF4FD background.


White color preview on #EEF4FD background

This text has white color on #EEF4FD background.