COLOR #E6EF9B

HEX: #E6EF9B RGB: (230,239,155)

Color info

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

RGB color model

#E6EF9B color RGB value is (230,239,155).

RGB: (230,239,155) (90%, 94%, 61%)

RGB channels and saturation

R 230 of 255 = 90%
G 239 of 255 = 94%
B 155 of 255 = 61%

230
239
155

R + G + B ~ 82%. #E6EF9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 239 + 155 = 624 (100%)
R 230 of 624 ~ 36.86%
G 239 of 624 ~ 38.3%
B 155 of 624 ~ 24.84'%

%36.86
%38.3
%24.84

CMYK color model

#E6EF9B color CMYK value is (4,0,35,6).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 35.15%
  • key color value is 6.27%

CMYK: (4,0,35,6)
C4M0Y35K6 (4%, 0%, 35%, 6%)
(0.04 / 0.00 / 0.35 / 0.06)

CMYK percentages

%3.77
%0
%35.15
%6.27

Codes

Color #E6EF9B in popluar color models

E6 EF 9B
RGB 230 239 155
HSL 66° 72.41% 77.25%
HSB/HSV 66° 35.15% 93.73%
CMYK 3.77% 0.00% 35.15%
6.27%

Color #E6EF9B in popluar number systems.

HEX E6 EF 9B
Decimal 230 239 155
Binary 11100110 11101111 10011011
Octal 346 357 233

Shades and tints

Shades of #E6EF9B

#E6EF9B
(230,239,155)
#D2DA8D
(210,218,141)
#BEC57F
(190,197,127)
#AAB071
(170,176,113)
#969B63
(150,155,99)
#828655
(130,134,85)
#6E7147
(110,113,71)
#5A5C39
(90,92,57)
#46472B
(70,71,43)
#32321D
(50,50,29)
#1E1D0F
(30,29,15)
#000000
(0,0,0)

Tints of #E6EF9B

#E6EF9B
(230,239,155)
#E8F0A4
(232,240,164)
#EAF1AD
(234,241,173)
#ECF2B6
(236,242,182)
#EEF3BF
(238,243,191)
#F0F4C8
(240,244,200)
#F2F5D1
(242,245,209)
#F4F6DA
(244,246,218)
#F6F7E3
(246,247,227)
#F8F8EC
(248,248,236)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6EF9B color. Also use rgb(230,239,155) instead hex code.

Text Font Color

.myTextColor { color: #E6EF9B; }

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

This text font color is #E6EF9B.

Background Color

.myBgColor { background-color: #E6EF9B; }

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

This div background color is #E6EF9B.

Border color

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

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

This div border color is #E6EF9B.

Opacity

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

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

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

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

This text has shadow with #E6EF9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EF9B.

Preview

Color preview on black background

This text has color #E6EF9B on black background.


Color preview on white background

This text has color #E6EF9B on white background.


Black color preview on #E6EF9B background

This text has black color on #E6EF9B background.


White color preview on #E6EF9B background

This text has white color on #E6EF9B background.


Related colors

Complementary color

Complementary color for #hex is #191064.


I love getcolorcode.com

Triadic colors

1 #9BE6EF and #EF9BE6 with #E6EF9B are triadic colors.

2 #9BEFE6 and #EFE69B with #E6EF9B are triadic colors.