COLOR #E3EFBE

HEX: #E3EFBE RGB: (227,239,190)

Color info

#E3EFBE contains red, green and blue colors in about the same proportion. Web safe color of #E3EFBE is #CCFFCC (or #CFC).

RGB color model

#E3EFBE color RGB value is (227,239,190).

RGB: (227,239,190) (89%, 94%, 75%)

RGB channels and saturation

R 227 of 255 = 89%
G 239 of 255 = 94%
B 190 of 255 = 75%

227
239
190

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

Portions of RGB colors in percentages

R + G + B = 227 + 239 + 190 = 656 (100%)
R 227 of 656 ~ 34.6%
G 239 of 656 ~ 36.43%
B 190 of 656 ~ 28.96'%

%34.6
%36.43
%28.96

CMYK color model

#E3EFBE color CMYK value is (5,0,21,6).

  • cyan value is 5.02%
  • magenta value is 0.00%
  • yellow value is 20.50%
  • key color value is 6.27%

CMYK: (5,0,21,6)
C5M0Y21K6 (5%, 0%, 21%, 6%)
(0.05 / 0.00 / 0.21 / 0.06)

CMYK percentages

%5.02
%0
%20.5
%6.27

Codes

Color #E3EFBE in popluar color models

E3 EF BE
RGB 227 239 190
HSL 75° 60.49% 84.12%
HSB/HSV 75° 20.50% 93.73%
CMYK 5.02% 0.00% 20.50%
6.27%

Color #E3EFBE in popluar number systems.

HEX E3 EF BE
Decimal 227 239 190
Binary 11100011 11101111 10111110
Octal 343 357 276

Shades and tints

Shades of #E3EFBE

#E3EFBE
(227,239,190)
#CFDAAD
(207,218,173)
#BBC59C
(187,197,156)
#A7B08B
(167,176,139)
#939B7A
(147,155,122)
#7F8669
(127,134,105)
#6B7158
(107,113,88)
#575C47
(87,92,71)
#434736
(67,71,54)
#2F3225
(47,50,37)
#1B1D14
(27,29,20)
#000000
(0,0,0)

Tints of #E3EFBE

#E3EFBE
(227,239,190)
#E5F0C3
(229,240,195)
#E7F1C8
(231,241,200)
#E9F2CD
(233,242,205)
#EBF3D2
(235,243,210)
#EDF4D7
(237,244,215)
#EFF5DC
(239,245,220)
#F1F6E1
(241,246,225)
#F3F7E6
(243,247,230)
#F5F8EB
(245,248,235)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3EFBE color. Also use rgb(227,239,190) instead hex code.

Text Font Color

.myTextColor { color: #E3EFBE; }

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

This text font color is #E3EFBE.

Background Color

.myBgColor { background-color: #E3EFBE; }

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

This div background color is #E3EFBE.

Border color

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

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

This div border color is #E3EFBE.

Opacity

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

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

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

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

This text has shadow with #E3EFBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3EFBE.

Preview

Color preview on black background

This text has color #E3EFBE on black background.


Color preview on white background

This text has color #E3EFBE on white background.


Black color preview on #E3EFBE background

This text has black color on #E3EFBE background.


White color preview on #E3EFBE background

This text has white color on #E3EFBE background.


Related colors

Complementary color

Complementary color for #hex is #1C1041.


I love getcolorcode.com

Triadic colors

1 #BEE3EF and #EFBEE3 with #E3EFBE are triadic colors.

2 #BEEFE3 and #EFE3BE with #E3EFBE are triadic colors.