COLOR #E6FAF5

HEX: #E6FAF5 RGB: (230,250,245)

Color info

#E6FAF5 contains red, green and blue colors in about the same proportion. Web safe color of #E6FAF5 is #CCFFFF (or #CFF).

RGB color model

#E6FAF5 color RGB value is (230,250,245).

RGB: (230,250,245) (90%, 98%, 96%)

RGB channels and saturation

R 230 of 255 = 90%
G 250 of 255 = 98%
B 245 of 255 = 96%

230
250
245

R + G + B ~ 95%. #E6FAF5 is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 250 + 245 = 725 (100%)
R 230 of 725 ~ 31.72%
G 250 of 725 ~ 34.48%
B 245 of 725 ~ 33.79'%

%31.72
%34.48
%33.79

CMYK color model

#E6FAF5 color CMYK value is (8,0,2,2).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 2.00%
  • key color value is 1.96%

CMYK: (8,0,2,2)
C8M0Y2K2 (8%, 0%, 2%, 2%)
(0.08 / 0.00 / 0.02 / 0.02)

CMYK percentages

%8
%0
%2
%1.96

Codes

Color #E6FAF5 in popluar color models

E6 FA F5
RGB 230 250 245
HSL 165° 66.67% 94.12%
HSB/HSV 165° 8.00% 98.04%
CMYK 8.00% 0.00% 2.00%
1.96%

Color #E6FAF5 in popluar number systems.

HEX E6 FA F5
Decimal 230 250 245
Binary 11100110 11111010 11110101
Octal 346 372 365

Shades and tints

Shades of #E6FAF5

#E6FAF5
(230,250,245)
#D2E4DF
(210,228,223)
#BECEC9
(190,206,201)
#AAB8B3
(170,184,179)
#96A29D
(150,162,157)
#828C87
(130,140,135)
#6E7671
(110,118,113)
#5A605B
(90,96,91)
#464A45
(70,74,69)
#32342F
(50,52,47)
#1E1E19
(30,30,25)
#000000
(0,0,0)

Tints of #E6FAF5

#E6FAF5
(230,250,245)
#E8FAF5
(232,250,245)
#EAFAF5
(234,250,245)
#ECFAF5
(236,250,245)
#EEFAF5
(238,250,245)
#F0FAF5
(240,250,245)
#F2FAF5
(242,250,245)
#F4FAF5
(244,250,245)
#F6FAF5
(246,250,245)
#F8FAF5
(248,250,245)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FAF5 color. Also use rgb(230,250,245) instead hex code.

Text Font Color

.myTextColor { color: #E6FAF5; }

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

This text font color is #E6FAF5.

Background Color

.myBgColor { background-color: #E6FAF5; }

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

This div background color is #E6FAF5.

Border color

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

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

This div border color is #E6FAF5.

Opacity

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

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

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

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

This text has shadow with #E6FAF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6FAF5.

Preview

Color preview on black background

This text has color #E6FAF5 on black background.


Color preview on white background

This text has color #E6FAF5 on white background.


Black color preview on #E6FAF5 background

This text has black color on #E6FAF5 background.


White color preview on #E6FAF5 background

This text has white color on #E6FAF5 background.


Related colors

Complementary color

Complementary color for #hex is #19050A.


I love getcolorcode.com

Triadic colors

1 #F5E6FA and #FAF5E6 with #E6FAF5 are triadic colors.

2 #F5FAE6 and #FAE6F5 with #E6FAF5 are triadic colors.