COLOR #E6F7A5

HEX: #E6F7A5 RGB: (230,247,165)

Color info

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

RGB color model

#E6F7A5 color RGB value is (230,247,165).

RGB: (230,247,165) (90%, 97%, 65%)

RGB channels and saturation

R 230 of 255 = 90%
G 247 of 255 = 97%
B 165 of 255 = 65%

230
247
165

R + G + B ~ 84%. #E6F7A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 247 + 165 = 642 (100%)
R 230 of 642 ~ 35.83%
G 247 of 642 ~ 38.47%
B 165 of 642 ~ 25.7'%

%35.83
%38.47
%25.7

CMYK color model

#E6F7A5 color CMYK value is (7,0,33,3).

  • cyan value is 6.88%
  • magenta value is 0.00%
  • yellow value is 33.20%
  • key color value is 3.14%

CMYK: (7,0,33,3)
C7M0Y33K3 (7%, 0%, 33%, 3%)
(0.07 / 0.00 / 0.33 / 0.03)

CMYK percentages

%6.88
%0
%33.2
%3.14

Codes

Color #E6F7A5 in popluar color models

E6 F7 A5
RGB 230 247 165
HSL 72° 83.67% 80.78%
HSB/HSV 72° 33.20% 96.86%
CMYK 6.88% 0.00% 33.20%
3.14%

Color #E6F7A5 in popluar number systems.

HEX E6 F7 A5
Decimal 230 247 165
Binary 11100110 11110111 10100101
Octal 346 367 245

Shades and tints

Shades of #E6F7A5

#E6F7A5
(230,247,165)
#D2E196
(210,225,150)
#BECB87
(190,203,135)
#AAB578
(170,181,120)
#969F69
(150,159,105)
#82895A
(130,137,90)
#6E734B
(110,115,75)
#5A5D3C
(90,93,60)
#46472D
(70,71,45)
#32311E
(50,49,30)
#1E1B0F
(30,27,15)
#000000
(0,0,0)

Tints of #E6F7A5

#E6F7A5
(230,247,165)
#E8F7AD
(232,247,173)
#EAF7B5
(234,247,181)
#ECF7BD
(236,247,189)
#EEF7C5
(238,247,197)
#F0F7CD
(240,247,205)
#F2F7D5
(242,247,213)
#F4F7DD
(244,247,221)
#F6F7E5
(246,247,229)
#F8F7ED
(248,247,237)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F7A5; }

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

This text font color is #E6F7A5.

Background Color

.myBgColor { background-color: #E6F7A5; }

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

This div background color is #E6F7A5.

Border color

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

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

This div border color is #E6F7A5.

Opacity

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

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

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

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

This text has shadow with #E6F7A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6F7A5.

Preview

Color preview on black background

This text has color #E6F7A5 on black background.


Color preview on white background

This text has color #E6F7A5 on white background.


Black color preview on #E6F7A5 background

This text has black color on #E6F7A5 background.


White color preview on #E6F7A5 background

This text has white color on #E6F7A5 background.


Related colors

Complementary color

Complementary color for #hex is #19085A.


I love getcolorcode.com

Triadic colors

1 #A5E6F7 and #F7A5E6 with #E6F7A5 are triadic colors.

2 #A5F7E6 and #F7E6A5 with #E6F7A5 are triadic colors.