COLOR #E6F3C4

HEX: #E6F3C4
RGB: (230,243,196)

Color info

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

RGB color model

#E6F3C4 color RGB value is (230,243,196).

  • red value is 230;
  • green value is 243;
  • blue value is 196.
RGB:
(230,243,196)
(90%,95%,77%)

RGB channels and saturation

R 230 of 255 = 90%
G 243 of 255 = 95%
B 196 of 255 = 77%

230
243
196

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

Portions of RGB colors in percentages

R + G + B =
230 + 243 + 196 = 669 (100%)
R 230 of 669 ~ 34.38%
G 243 of 669 ~ 36.32%
B 196 of 669 ~ 29.3%

%34.38
%36.32
%29.3

CMYK color model

#E6F3C4 color CMYK value is (5,0,19,5).

  • cyan value is 5.35%
  • magenta value is 0.00%
  • yellow value is 19.34%
  • key color value is 4.71%
CMYK:
(5,0,19,5)
C5M0Y19K5 
(5%,0%,19%,5%)
(0.05/0.00/0.19/0.05)	

CMYK percentages

%5.35
%0
%19.34
%4.71

Codes

Color #E6F3C4 in popluar color models

E6F3C4
RGB230243196
HSL77°66.20%86.08%
HSB/HSV77°19.34%95.29%
CMYK5.35%0.00%19.34%
4.71%

Color #E6F3C4 in popluar number systems.

HEXE6F3C4
Decimal230243196
Binary111001101111001111000100
Octal346363304

Shades and tints

Shades of #E6F3C4

#E6F3C4
(230,243,196)
#D2DDB3
(210,221,179)
#BEC7A2
(190,199,162)
#AAB191
(170,177,145)
#969B80
(150,155,128)
#82856F
(130,133,111)
#6E6F5E
(110,111,94)
#5A594D
(90,89,77)
#46433C
(70,67,60)
#322D2B
(50,45,43)
#1E171A
(30,23,26)
#000000
(0,0,0)

Tints of #E6F3C4

#E6F3C4
(230,243,196)
#E8F4C9
(232,244,201)
#EAF5CE
(234,245,206)
#ECF6D3
(236,246,211)
#EEF7D8
(238,247,216)
#F0F8DD
(240,248,221)
#F2F9E2
(242,249,226)
#F4FAE7
(244,250,231)
#F6FBEC
(246,251,236)
#F8FCF1
(248,252,241)
#FAFDF6
(250,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F3C4 color. Also use rgb(230,243,196) instead hex code.

Text Font Color

.myTextColor { color: #E6F3C4; }

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

This text font color is #E6F3C4.


Background Color

.myBgColor { background-color: #E6F3C4; }

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

This div background color is #E6F3C4.


Border color

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

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

This div border color is #E6F3C4.


Opacity

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

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

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

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

This text has shadow with #E6F3C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F3C4 on black background.


Color preview on white background

This text has color #E6F3C4 on white background.



Black color preview on #E6F3C4 background

This text has black color on #E6F3C4 background.


White color preview on #E6F3C4 background

This text has white color on #E6F3C4 background.