COLOR #E6FCE5

HEX: #E6FCE5 RGB: (230,252,229)

Color info

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

RGB color model

#E6FCE5 color RGB value is (230,252,229).

RGB: (230,252,229) (90%, 99%, 90%)

RGB channels and saturation

R 230 of 255 = 90%
G 252 of 255 = 99%
B 229 of 255 = 90%

230
252
229

R + G + B ~ 93%. #E6FCE5 is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 252 + 229 = 711 (100%)
R 230 of 711 ~ 32.35%
G 252 of 711 ~ 35.44%
B 229 of 711 ~ 32.21'%

%32.35
%35.44
%32.21

CMYK color model

#E6FCE5 color CMYK value is (9,0,9,1).

  • cyan value is 8.73%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 1.18%

CMYK: (9,0,9,1)
C9M0Y9K1 (9%, 0%, 9%, 1%)
(0.09 / 0.00 / 0.09 / 0.01)

CMYK percentages

%8.73
%0
%9.13
%1.18

Codes

Color #E6FCE5 in popluar color models

E6 FC E5
RGB 230 252 229
HSL 117° 79.31% 94.31%
HSB/HSV 117° 9.13% 98.82%
CMYK 8.73% 0.00% 9.13%
1.18%

Color #E6FCE5 in popluar number systems.

HEX E6 FC E5
Decimal 230 252 229
Binary 11100110 11111100 11100101
Octal 346 374 345

Shades and tints

Shades of #E6FCE5

#E6FCE5
(230,252,229)
#D2E6D1
(210,230,209)
#BED0BD
(190,208,189)
#AABAA9
(170,186,169)
#96A495
(150,164,149)
#828E81
(130,142,129)
#6E786D
(110,120,109)
#5A6259
(90,98,89)
#464C45
(70,76,69)
#323631
(50,54,49)
#1E201D
(30,32,29)
#000000
(0,0,0)

Tints of #E6FCE5

#E6FCE5
(230,252,229)
#E8FCE7
(232,252,231)
#EAFCE9
(234,252,233)
#ECFCEB
(236,252,235)
#EEFCED
(238,252,237)
#F0FCEF
(240,252,239)
#F2FCF1
(242,252,241)
#F4FCF3
(244,252,243)
#F6FCF5
(246,252,245)
#F8FCF7
(248,252,247)
#FAFCF9
(250,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FCE5 color. Also use rgb(230,252,229) instead hex code.

Text Font Color

.myTextColor { color: #E6FCE5; }

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

This text font color is #E6FCE5.

Background Color

.myBgColor { background-color: #E6FCE5; }

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

This div background color is #E6FCE5.

Border color

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

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

This div border color is #E6FCE5.

Opacity

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

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

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

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

This text has shadow with #E6FCE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6FCE5.

Preview

Color preview on black background

This text has color #E6FCE5 on black background.


Color preview on white background

This text has color #E6FCE5 on white background.


Black color preview on #E6FCE5 background

This text has black color on #E6FCE5 background.


White color preview on #E6FCE5 background

This text has white color on #E6FCE5 background.


Related colors

Complementary color

Complementary color for #hex is #19031A.


I love getcolorcode.com

Triadic colors

1 #E5E6FC and #FCE5E6 with #E6FCE5 are triadic colors.

2 #E5FCE6 and #FCE6E5 with #E6FCE5 are triadic colors.