COLOR #E6FAD8

HEX: #E6FAD8 RGB: (230,250,216)

Color info

#E6FAD8 contains red, green and blue colors in about the same proportion. Web safe color of #E6FAD8 is #CCFFCC (or #CFC).

RGB color model

#E6FAD8 color RGB value is (230,250,216).

RGB: (230,250,216) (90%, 98%, 85%)

RGB channels and saturation

R 230 of 255 = 90%
G 250 of 255 = 98%
B 216 of 255 = 85%

230
250
216

R + G + B ~ 91%. #E6FAD8 is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 250 + 216 = 696 (100%)
R 230 of 696 ~ 33.05%
G 250 of 696 ~ 35.92%
B 216 of 696 ~ 31.03'%

%33.05
%35.92
%31.03

CMYK color model

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

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 13.60%
  • key color value is 1.96%
CMYK: (8,0,14,2) C8M0Y14K2 (8%,0%,14%,2%) (0.08/0.00/0.14/0.02) 

CMYK percentages

%8
%0
%13.6
%1.96

Codes

Color #E6FAD8 in popluar color models

E6 FA D8
RGB 230 250 216
HSL 95° 77.27% 91.37%
HSB/HSV 95° 13.60% 98.04%
CMYK 8.00% 0.00% 13.60%
1.96%

Color #E6FAD8 in popluar number systems.

HEX E6 FA D8
Decimal 230 250 216
Binary 11100110 11111010 11011000
Octal 346 372 330

Shades and tints

Shades of #E6FAD8

#E6FAD8
(230,250,216)
#D2E4C5
(210,228,197)
#BECEB2
(190,206,178)
#AAB89F
(170,184,159)
#96A28C
(150,162,140)
#828C79
(130,140,121)
#6E7666
(110,118,102)
#5A6053
(90,96,83)
#464A40
(70,74,64)
#32342D
(50,52,45)
#1E1E1A
(30,30,26)
#000000
(0,0,0)

Tints of #E6FAD8

#E6FAD8
(230,250,216)
#E8FADB
(232,250,219)
#EAFADE
(234,250,222)
#ECFAE1
(236,250,225)
#EEFAE4
(238,250,228)
#F0FAE7
(240,250,231)
#F2FAEA
(242,250,234)
#F4FAED
(244,250,237)
#F6FAF0
(246,250,240)
#F8FAF3
(248,250,243)
#FAFAF6
(250,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FAD8; }

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

This text font color is #E6FAD8.

Background Color

.myBgColor { background-color: #E6FAD8; }

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

This div background color is #E6FAD8.

Border color

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

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

This div border color is #E6FAD8.

Opacity

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

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

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

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

This text has shadow with #E6FAD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6FAD8.

Preview

Color preview on black background

This text has color #E6FAD8 on black background.


Color preview on white background

This text has color #E6FAD8 on white background.


Black color preview on #E6FAD8 background

This text has black color on #E6FAD8 background.


White color preview on #E6FAD8 background

This text has white color on #E6FAD8 background.


Related colors

Complementary color

Complementary color for #hex is #190527.


I love getcolorcode.com

Triadic colors

1 #D8E6FA and #FAD8E6 with #E6FAD8 are triadic colors.

2 #D8FAE6 and #FAE6D8 with #E6FAD8 are triadic colors.