COLOR #E6F98D

HEX: #E6F98D RGB: (230,249,141)

Color info

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

RGB color model

#E6F98D color RGB value is (230,249,141).

RGB: (230,249,141) (90%, 98%, 55%)

RGB channels and saturation

R 230 of 255 = 90%
G 249 of 255 = 98%
B 141 of 255 = 55%

230
249
141

R + G + B ~ 81%. #E6F98D is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 249 + 141 = 620 (100%)
R 230 of 620 ~ 37.1%
G 249 of 620 ~ 40.16%
B 141 of 620 ~ 22.74'%

%37.1
%40.16
%22.74

CMYK color model

#E6F98D color CMYK value is (8,0,43,2).

  • cyan value is 7.63%
  • magenta value is 0.00%
  • yellow value is 43.37%
  • key color value is 2.35%

CMYK: (8,0,43,2)
C8M0Y43K2 (8%, 0%, 43%, 2%)
(0.08 / 0.00 / 0.43 / 0.02)

CMYK percentages

%7.63
%0
%43.37
%2.35

Codes

Color #E6F98D in popluar color models

E6 F9 8D
RGB 230 249 141
HSL 71° 90.00% 76.47%
HSB/HSV 71° 43.37% 97.65%
CMYK 7.63% 0.00% 43.37%
2.35%

Color #E6F98D in popluar number systems.

HEX E6 F9 8D
Decimal 230 249 141
Binary 11100110 11111001 10001101
Octal 346 371 215

Shades and tints

Shades of #E6F98D

#E6F98D
(230,249,141)
#D2E381
(210,227,129)
#BECD75
(190,205,117)
#AAB769
(170,183,105)
#96A15D
(150,161,93)
#828B51
(130,139,81)
#6E7545
(110,117,69)
#5A5F39
(90,95,57)
#46492D
(70,73,45)
#323321
(50,51,33)
#1E1D15
(30,29,21)
#000000
(0,0,0)

Tints of #E6F98D

#E6F98D
(230,249,141)
#E8F997
(232,249,151)
#EAF9A1
(234,249,161)
#ECF9AB
(236,249,171)
#EEF9B5
(238,249,181)
#F0F9BF
(240,249,191)
#F2F9C9
(242,249,201)
#F4F9D3
(244,249,211)
#F6F9DD
(246,249,221)
#F8F9E7
(248,249,231)
#FAF9F1
(250,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F98D color. Also use rgb(230,249,141) instead hex code.

Text Font Color

.myTextColor { color: #E6F98D; }

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

This text font color is #E6F98D.

Background Color

.myBgColor { background-color: #E6F98D; }

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

This div background color is #E6F98D.

Border color

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

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

This div border color is #E6F98D.

Opacity

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

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

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

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

This text has shadow with #E6F98D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6F98D.

Preview

Color preview on black background

This text has color #E6F98D on black background.


Color preview on white background

This text has color #E6F98D on white background.


Black color preview on #E6F98D background

This text has black color on #E6F98D background.


White color preview on #E6F98D background

This text has white color on #E6F98D background.


Related colors

Complementary color

Complementary color for #hex is #190672.


I love getcolorcode.com

Triadic colors

1 #8DE6F9 and #F98DE6 with #E6F98D are triadic colors.

2 #8DF9E6 and #F9E68D with #E6F98D are triadic colors.