COLOR #E5E6C3

HEX: #E5E6C3 RGB: (229,230,195)

Color info

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

RGB color model

#E5E6C3 color RGB value is (229,230,195).

RGB: (229,230,195) (90%, 90%, 76%)

RGB channels and saturation

R 229 of 255 = 90%
G 230 of 255 = 90%
B 195 of 255 = 76%

229
230
195

R + G + B ~ 85%. #E5E6C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 230 + 195 = 654 (100%)
R 229 of 654 ~ 35.02%
G 230 of 654 ~ 35.17%
B 195 of 654 ~ 29.82'%

%35.02
%35.17
%29.82

CMYK color model

#E5E6C3 color CMYK value is (0,0,15,10).

  • cyan value is 0.43%
  • magenta value is 0.00%
  • yellow value is 15.22%
  • key color value is 9.80%
CMYK: (0,0,15,10) C0M0Y15K10 (0%,0%,15%,10%) (0.00/0.00/0.15/0.10) 

CMYK percentages

%0.43
%0
%15.22
%9.8

Codes

Color #E5E6C3 in popluar color models

E5 E6 C3
RGB 229 230 195
HSL 62° 41.18% 83.33%
HSB/HSV 62° 15.22% 90.20%
CMYK 0.43% 0.00% 15.22%
9.80%

Color #E5E6C3 in popluar number systems.

HEX E5 E6 C3
Decimal 229 230 195
Binary 11100101 11100110 11000011
Octal 345 346 303

Shades and tints

Shades of #E5E6C3

#E5E6C3
(229,230,195)
#D1D2B2
(209,210,178)
#BDBEA1
(189,190,161)
#A9AA90
(169,170,144)
#95967F
(149,150,127)
#81826E
(129,130,110)
#6D6E5D
(109,110,93)
#595A4C
(89,90,76)
#45463B
(69,70,59)
#31322A
(49,50,42)
#1D1E19
(29,30,25)
#000000
(0,0,0)

Tints of #E5E6C3

#E5E6C3
(229,230,195)
#E7E8C8
(231,232,200)
#E9EACD
(233,234,205)
#EBECD2
(235,236,210)
#EDEED7
(237,238,215)
#EFF0DC
(239,240,220)
#F1F2E1
(241,242,225)
#F3F4E6
(243,244,230)
#F5F6EB
(245,246,235)
#F7F8F0
(247,248,240)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5E6C3 color. Also use rgb(229,230,195) instead hex code.

Text Font Color

.myTextColor { color: #E5E6C3; }

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

This text font color is #E5E6C3.

Background Color

.myBgColor { background-color: #E5E6C3; }

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

This div background color is #E5E6C3.

Border color

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

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

This div border color is #E5E6C3.

Opacity

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

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

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

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

This text has shadow with #E5E6C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5E6C3.

Preview

Color preview on black background

This text has color #E5E6C3 on black background.


Color preview on white background

This text has color #E5E6C3 on white background.


Black color preview on #E5E6C3 background

This text has black color on #E5E6C3 background.


White color preview on #E5E6C3 background

This text has white color on #E5E6C3 background.


Related colors

Complementary color

Complementary color for #hex is #1A193C.


I love getcolorcode.com

Triadic colors

1 #C3E5E6 and #E6C3E5 with #E5E6C3 are triadic colors.

2 #C3E6E5 and #E6E5C3 with #E5E6C3 are triadic colors.