COLOR #E3E6B8

HEX: #E3E6B8 RGB: (227,230,184)

Color info

#E3E6B8 contains red, green and blue colors in about the same proportion. Web safe color of #E3E6B8 is #CCCCCC (or #CCC).

RGB color model

#E3E6B8 color RGB value is (227,230,184).

RGB: (227,230,184) (89%, 90%, 72%)

RGB channels and saturation

R 227 of 255 = 89%
G 230 of 255 = 90%
B 184 of 255 = 72%

227
230
184

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

Portions of RGB colors in percentages

R + G + B = 227 + 230 + 184 = 641 (100%)
R 227 of 641 ~ 35.41%
G 230 of 641 ~ 35.88%
B 184 of 641 ~ 28.71'%

%35.41
%35.88
%28.71

CMYK color model

#E3E6B8 color CMYK value is (1,0,20,10).

  • cyan value is 1.30%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 9.80%
CMYK: (1,0,20,10) C1M0Y20K10 (1%,0%,20%,10%) (0.01/0.00/0.20/0.10) 

CMYK percentages

%1.3
%0
%20
%9.8

Codes

Color #E3E6B8 in popluar color models

E3 E6 B8
RGB 227 230 184
HSL 64° 47.92% 81.18%
HSB/HSV 64° 20.00% 90.20%
CMYK 1.30% 0.00% 20.00%
9.80%

Color #E3E6B8 in popluar number systems.

HEX E3 E6 B8
Decimal 227 230 184
Binary 11100011 11100110 10111000
Octal 343 346 270

Shades and tints

Shades of #E3E6B8

#E3E6B8
(227,230,184)
#CFD2A8
(207,210,168)
#BBBE98
(187,190,152)
#A7AA88
(167,170,136)
#939678
(147,150,120)
#7F8268
(127,130,104)
#6B6E58
(107,110,88)
#575A48
(87,90,72)
#434638
(67,70,56)
#2F3228
(47,50,40)
#1B1E18
(27,30,24)
#000000
(0,0,0)

Tints of #E3E6B8

#E3E6B8
(227,230,184)
#E5E8BE
(229,232,190)
#E7EAC4
(231,234,196)
#E9ECCA
(233,236,202)
#EBEED0
(235,238,208)
#EDF0D6
(237,240,214)
#EFF2DC
(239,242,220)
#F1F4E2
(241,244,226)
#F3F6E8
(243,246,232)
#F5F8EE
(245,248,238)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3E6B8 color. Also use rgb(227,230,184) instead hex code.

Text Font Color

.myTextColor { color: #E3E6B8; }

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

This text font color is #E3E6B8.

Background Color

.myBgColor { background-color: #E3E6B8; }

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

This div background color is #E3E6B8.

Border color

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

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

This div border color is #E3E6B8.

Opacity

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

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

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

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

This text has shadow with #E3E6B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3E6B8.

Preview

Color preview on black background

This text has color #E3E6B8 on black background.


Color preview on white background

This text has color #E3E6B8 on white background.


Black color preview on #E3E6B8 background

This text has black color on #E3E6B8 background.


White color preview on #E3E6B8 background

This text has white color on #E3E6B8 background.


Related colors

Complementary color

Complementary color for #hex is #1C1947.


I love getcolorcode.com

Triadic colors

1 #B8E3E6 and #E6B8E3 with #E3E6B8 are triadic colors.

2 #B8E6E3 and #E6E3B8 with #E3E6B8 are triadic colors.