COLOR #E6FCA5

HEX: #E6FCA5 RGB: (230,252,165)

Color info

#E6FCA5 contains mainly red and green colors. Web safe color of #E6FCA5 is #CCFF99 (or #CF9).

RGB color model

#E6FCA5 color RGB value is (230,252,165).

RGB: (230,252,165) (90%, 99%, 65%)

RGB channels and saturation

R 230 of 255 = 90%
G 252 of 255 = 99%
B 165 of 255 = 65%

230
252
165

R + G + B ~ 85%. #E6FCA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 252 + 165 = 647 (100%)
R 230 of 647 ~ 35.55%
G 252 of 647 ~ 38.95%
B 165 of 647 ~ 25.5'%

%35.55
%38.95
%25.5

CMYK color model

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

  • cyan value is 8.73%
  • magenta value is 0.00%
  • yellow value is 34.52%
  • key color value is 1.18%
CMYK: (9,0,35,1) C9M0Y35K1 (9%,0%,35%,1%) (0.09/0.00/0.35/0.01) 

CMYK percentages

%8.73
%0
%34.52
%1.18

Codes

Color #E6FCA5 in popluar color models

E6 FC A5
RGB 230 252 165
HSL 75° 93.55% 81.76%
HSB/HSV 75° 34.52% 98.82%
CMYK 8.73% 0.00% 34.52%
1.18%

Color #E6FCA5 in popluar number systems.

HEX E6 FC A5
Decimal 230 252 165
Binary 11100110 11111100 10100101
Octal 346 374 245

Shades and tints

Shades of #E6FCA5

#E6FCA5
(230,252,165)
#D2E696
(210,230,150)
#BED087
(190,208,135)
#AABA78
(170,186,120)
#96A469
(150,164,105)
#828E5A
(130,142,90)
#6E784B
(110,120,75)
#5A623C
(90,98,60)
#464C2D
(70,76,45)
#32361E
(50,54,30)
#1E200F
(30,32,15)
#000000
(0,0,0)

Tints of #E6FCA5

#E6FCA5
(230,252,165)
#E8FCAD
(232,252,173)
#EAFCB5
(234,252,181)
#ECFCBD
(236,252,189)
#EEFCC5
(238,252,197)
#F0FCCD
(240,252,205)
#F2FCD5
(242,252,213)
#F4FCDD
(244,252,221)
#F6FCE5
(246,252,229)
#F8FCED
(248,252,237)
#FAFCF5
(250,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FCA5; }

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

This text font color is #E6FCA5.

Background Color

.myBgColor { background-color: #E6FCA5; }

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

This div background color is #E6FCA5.

Border color

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

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

This div border color is #E6FCA5.

Opacity

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

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

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

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

This text has shadow with #E6FCA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6FCA5.

Preview

Color preview on black background

This text has color #E6FCA5 on black background.


Color preview on white background

This text has color #E6FCA5 on white background.


Black color preview on #E6FCA5 background

This text has black color on #E6FCA5 background.


White color preview on #E6FCA5 background

This text has white color on #E6FCA5 background.


Related colors

Complementary color

Complementary color for #hex is #19035A.


I love getcolorcode.com

Triadic colors

1 #A5E6FC and #FCA5E6 with #E6FCA5 are triadic colors.

2 #A5FCE6 and #FCE6A5 with #E6FCA5 are triadic colors.