COLOR #EEF6FC

HEX: #EEF6FC RGB: (238,246,252)

Color info

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

RGB color model

#EEF6FC color RGB value is (238,246,252).

RGB: (238,246,252) (93%, 96%, 99%)

RGB channels and saturation

R 238 of 255 = 93%
G 246 of 255 = 96%
B 252 of 255 = 99%

238
246
252

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

Portions of RGB colors in percentages

R + G + B = 238 + 246 + 252 = 736 (100%)
R 238 of 736 ~ 32.34%
G 246 of 736 ~ 33.42%
B 252 of 736 ~ 34.24'%

%32.34
%33.42
%34.24

CMYK color model

#EEF6FC color CMYK value is (6,2,0,1).

  • cyan value is 5.56%
  • magenta value is 2.38%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (6,2,0,1)
C6M2Y0K1 (6%, 2%, 0%, 1%)
(0.06 / 0.02 / 0.00 / 0.01)

CMYK percentages

%5.56
%2.38
%0
%1.18

Codes

Color #EEF6FC in popluar color models

EE F6 FC
RGB 238 246 252
HSL 206° 70.00% 96.08%
HSB/HSV 206° 5.56% 98.82%
CMYK 5.56% 2.38% 0.00%
1.18%

Color #EEF6FC in popluar number systems.

HEX EE F6 FC
Decimal 238 246 252
Binary 11101110 11110110 11111100
Octal 356 366 374

Shades and tints

Shades of #EEF6FC

#EEF6FC
(238,246,252)
#D9E0E6
(217,224,230)
#C4CAD0
(196,202,208)
#AFB4BA
(175,180,186)
#9A9EA4
(154,158,164)
#85888E
(133,136,142)
#707278
(112,114,120)
#5B5C62
(91,92,98)
#46464C
(70,70,76)
#313036
(49,48,54)
#1C1A20
(28,26,32)
#000000
(0,0,0)

Tints of #EEF6FC

#EEF6FC
(238,246,252)
#EFF6FC
(239,246,252)
#F0F6FC
(240,246,252)
#F1F6FC
(241,246,252)
#F2F6FC
(242,246,252)
#F3F6FC
(243,246,252)
#F4F6FC
(244,246,252)
#F5F6FC
(245,246,252)
#F6F6FC
(246,246,252)
#F7F6FC
(247,246,252)
#F8F6FC
(248,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF6FC color. Also use rgb(238,246,252) instead hex code.

Text Font Color

.myTextColor { color: #EEF6FC; }

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

This text font color is #EEF6FC.

Background Color

.myBgColor { background-color: #EEF6FC; }

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

This div background color is #EEF6FC.

Border color

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

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

This div border color is #EEF6FC.

Opacity

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

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

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

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

This text has shadow with #EEF6FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF6FC.

Preview

Color preview on black background

This text has color #EEF6FC on black background.


Color preview on white background

This text has color #EEF6FC on white background.


Black color preview on #EEF6FC background

This text has black color on #EEF6FC background.


White color preview on #EEF6FC background

This text has white color on #EEF6FC background.


Related colors

Complementary color

Complementary color for #hex is #110903.


I love getcolorcode.com

Triadic colors

1 #FCEEF6 and #F6FCEE with #EEF6FC are triadic colors.

2 #FCF6EE and #F6EEFC with #EEF6FC are triadic colors.