COLOR #E6F3AB

HEX: #E6F3AB RGB: (230,243,171)

Color info

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

RGB color model

#E6F3AB color RGB value is (230,243,171).

RGB: (230,243,171) (90%, 95%, 67%)

RGB channels and saturation

R 230 of 255 = 90%
G 243 of 255 = 95%
B 171 of 255 = 67%

230
243
171

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

Portions of RGB colors in percentages

R + G + B = 230 + 243 + 171 = 644 (100%)
R 230 of 644 ~ 35.71%
G 243 of 644 ~ 37.73%
B 171 of 644 ~ 26.55'%

%35.71
%37.73
%26.55

CMYK color model

#E6F3AB color CMYK value is (5,0,30,5).

  • cyan value is 5.35%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 4.71%

CMYK: (5,0,30,5)
C5M0Y30K5 (5%, 0%, 30%, 5%)
(0.05 / 0.00 / 0.30 / 0.05)

CMYK percentages

%5.35
%0
%29.63
%4.71

Codes

Color #E6F3AB in popluar color models

E6 F3 AB
RGB 230 243 171
HSL 71° 75.00% 81.18%
HSB/HSV 71° 29.63% 95.29%
CMYK 5.35% 0.00% 29.63%
4.71%

Color #E6F3AB in popluar number systems.

HEX E6 F3 AB
Decimal 230 243 171
Binary 11100110 11110011 10101011
Octal 346 363 253

Shades and tints

Shades of #E6F3AB

#E6F3AB
(230,243,171)
#D2DD9C
(210,221,156)
#BEC78D
(190,199,141)
#AAB17E
(170,177,126)
#969B6F
(150,155,111)
#828560
(130,133,96)
#6E6F51
(110,111,81)
#5A5942
(90,89,66)
#464333
(70,67,51)
#322D24
(50,45,36)
#1E1715
(30,23,21)
#000000
(0,0,0)

Tints of #E6F3AB

#E6F3AB
(230,243,171)
#E8F4B2
(232,244,178)
#EAF5B9
(234,245,185)
#ECF6C0
(236,246,192)
#EEF7C7
(238,247,199)
#F0F8CE
(240,248,206)
#F2F9D5
(242,249,213)
#F4FADC
(244,250,220)
#F6FBE3
(246,251,227)
#F8FCEA
(248,252,234)
#FAFDF1
(250,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F3AB color. Also use rgb(230,243,171) instead hex code.

Text Font Color

.myTextColor { color: #E6F3AB; }

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

This text font color is #E6F3AB.

Background Color

.myBgColor { background-color: #E6F3AB; }

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

This div background color is #E6F3AB.

Border color

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

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

This div border color is #E6F3AB.

Opacity

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

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

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

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

This text has shadow with #E6F3AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6F3AB.

Preview

Color preview on black background

This text has color #E6F3AB on black background.


Color preview on white background

This text has color #E6F3AB on white background.


Black color preview on #E6F3AB background

This text has black color on #E6F3AB background.


White color preview on #E6F3AB background

This text has white color on #E6F3AB background.


Related colors

Complementary color

Complementary color for #hex is #190C54.


I love getcolorcode.com

Triadic colors

1 #ABE6F3 and #F3ABE6 with #E6F3AB are triadic colors.

2 #ABF3E6 and #F3E6AB with #E6F3AB are triadic colors.