COLOR #E6F8B2

HEX: #E6F8B2 RGB: (230,248,178)

Color info

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

RGB color model

#E6F8B2 color RGB value is (230,248,178).

RGB: (230,248,178) (90%, 97%, 70%)

RGB channels and saturation

R 230 of 255 = 90%
G 248 of 255 = 97%
B 178 of 255 = 70%

230
248
178

R + G + B ~ 86%. #E6F8B2 is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 248 + 178 = 656 (100%)
R 230 of 656 ~ 35.06%
G 248 of 656 ~ 37.8%
B 178 of 656 ~ 27.13'%

%35.06
%37.8
%27.13

CMYK color model

#E6F8B2 color CMYK value is (7,0,28,3).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 28.23%
  • key color value is 2.75%

CMYK: (7,0,28,3)
C7M0Y28K3 (7%, 0%, 28%, 3%)
(0.07 / 0.00 / 0.28 / 0.03)

CMYK percentages

%7.26
%0
%28.23
%2.75

Codes

Color #E6F8B2 in popluar color models

E6 F8 B2
RGB 230 248 178
HSL 75° 83.33% 83.53%
HSB/HSV 75° 28.23% 97.25%
CMYK 7.26% 0.00% 28.23%
2.75%

Color #E6F8B2 in popluar number systems.

HEX E6 F8 B2
Decimal 230 248 178
Binary 11100110 11111000 10110010
Octal 346 370 262

Shades and tints

Shades of #E6F8B2

#E6F8B2
(230,248,178)
#D2E2A2
(210,226,162)
#BECC92
(190,204,146)
#AAB682
(170,182,130)
#96A072
(150,160,114)
#828A62
(130,138,98)
#6E7452
(110,116,82)
#5A5E42
(90,94,66)
#464832
(70,72,50)
#323222
(50,50,34)
#1E1C12
(30,28,18)
#000000
(0,0,0)

Tints of #E6F8B2

#E6F8B2
(230,248,178)
#E8F8B9
(232,248,185)
#EAF8C0
(234,248,192)
#ECF8C7
(236,248,199)
#EEF8CE
(238,248,206)
#F0F8D5
(240,248,213)
#F2F8DC
(242,248,220)
#F4F8E3
(244,248,227)
#F6F8EA
(246,248,234)
#F8F8F1
(248,248,241)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F8B2 color. Also use rgb(230,248,178) instead hex code.

Text Font Color

.myTextColor { color: #E6F8B2; }

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

This text font color is #E6F8B2.

Background Color

.myBgColor { background-color: #E6F8B2; }

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

This div background color is #E6F8B2.

Border color

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

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

This div border color is #E6F8B2.

Opacity

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

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

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

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

This text has shadow with #E6F8B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6F8B2.

Preview

Color preview on black background

This text has color #E6F8B2 on black background.


Color preview on white background

This text has color #E6F8B2 on white background.


Black color preview on #E6F8B2 background

This text has black color on #E6F8B2 background.


White color preview on #E6F8B2 background

This text has white color on #E6F8B2 background.


Related colors

Complementary color

Complementary color for #hex is #19074D.


I love getcolorcode.com

Triadic colors

1 #B2E6F8 and #F8B2E6 with #E6F8B2 are triadic colors.

2 #B2F8E6 and #F8E6B2 with #E6F8B2 are triadic colors.