COLOR #E3EDCC

HEX: #E3EDCC
RGB: (227,237,204)

Color info

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

RGB color model

#E3EDCC color RGB value is (227,237,204).

  • red value is 227;
  • green value is 237;
  • blue value is 204.
RGB:
(227,237,204)
(89%,93%,80%)

RGB channels and saturation

R 227 of 255 = 89%
G 237 of 255 = 93%
B 204 of 255 = 80%

227
237
204

R + G + B ~ 87%. #E3EDCC is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 237 + 204 = 668 (100%)
R 227 of 668 ~ 33.98%
G 237 of 668 ~ 35.48%
B 204 of 668 ~ 30.54%

%33.98
%35.48
%30.54

CMYK color model

#E3EDCC color CMYK value is (4,0,14,7).

  • cyan value is 4.22%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 7.06%
CMYK:
(4,0,14,7)
C4M0Y14K7 
(4%,0%,14%,7%)
(0.04/0.00/0.14/0.07)	

CMYK percentages

%4.22
%0
%13.92
%7.06

Codes

Color #E3EDCC in popluar color models

E3EDCC
RGB227237204
HSL78°47.83%86.47%
HSB/HSV78°13.92%92.94%
CMYK4.22%0.00%13.92%
7.06%

Color #E3EDCC in popluar number systems.

HEXE3EDCC
Decimal227237204
Binary111000111110110111001100
Octal343355314

Shades and tints

Shades of #E3EDCC

#E3EDCC
(227,237,204)
#CFD8BA
(207,216,186)
#BBC3A8
(187,195,168)
#A7AE96
(167,174,150)
#939984
(147,153,132)
#7F8472
(127,132,114)
#6B6F60
(107,111,96)
#575A4E
(87,90,78)
#43453C
(67,69,60)
#2F302A
(47,48,42)
#1B1B18
(27,27,24)
#000000
(0,0,0)

Tints of #E3EDCC

#E3EDCC
(227,237,204)
#E5EED0
(229,238,208)
#E7EFD4
(231,239,212)
#E9F0D8
(233,240,216)
#EBF1DC
(235,241,220)
#EDF2E0
(237,242,224)
#EFF3E4
(239,243,228)
#F1F4E8
(241,244,232)
#F3F5EC
(243,245,236)
#F5F6F0
(245,246,240)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3EDCC color. Also use rgb(227,237,204) instead hex code.

Text Font Color

.myTextColor { color: #E3EDCC; }

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

This text font color is #E3EDCC.


Background Color

.myBgColor { background-color: #E3EDCC; }

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

This div background color is #E3EDCC.


Border color

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

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

This div border color is #E3EDCC.


Opacity

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

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

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

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

This text has shadow with #E3EDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EDCC on black background.


Color preview on white background

This text has color #E3EDCC on white background.



Black color preview on #E3EDCC background

This text has black color on #E3EDCC background.


White color preview on #E3EDCC background

This text has white color on #E3EDCC background.