COLOR #E6EFCA

HEX: #E6EFCA
RGB: (230,239,202)

Color info

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

RGB color model

#E6EFCA color RGB value is (230,239,202).

  • red value is 230;
  • green value is 239;
  • blue value is 202.
RGB:
(230,239,202)
(90%,94%,79%)

RGB channels and saturation

R 230 of 255 = 90%
G 239 of 255 = 94%
B 202 of 255 = 79%

230
239
202

R + G + B ~ 88%. #E6EFCA is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 239 + 202 = 671 (100%)
R 230 of 671 ~ 34.28%
G 239 of 671 ~ 35.62%
B 202 of 671 ~ 30.1%

%34.28
%35.62
%30.1

CMYK color model

#E6EFCA color CMYK value is (4,0,15,6).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 6.27%
CMYK:
(4,0,15,6)
C4M0Y15K6 
(4%,0%,15%,6%)
(0.04/0.00/0.15/0.06)	

CMYK percentages

%3.77
%0
%15.48
%6.27

Codes

Color #E6EFCA in popluar color models

E6EFCA
RGB230239202
HSL75°53.62%86.47%
HSB/HSV75°15.48%93.73%
CMYK3.77%0.00%15.48%
6.27%

Color #E6EFCA in popluar number systems.

HEXE6EFCA
Decimal230239202
Binary111001101110111111001010
Octal346357312

Shades and tints

Shades of #E6EFCA

#E6EFCA
(230,239,202)
#D2DAB8
(210,218,184)
#BEC5A6
(190,197,166)
#AAB094
(170,176,148)
#969B82
(150,155,130)
#828670
(130,134,112)
#6E715E
(110,113,94)
#5A5C4C
(90,92,76)
#46473A
(70,71,58)
#323228
(50,50,40)
#1E1D16
(30,29,22)
#000000
(0,0,0)

Tints of #E6EFCA

#E6EFCA
(230,239,202)
#E8F0CE
(232,240,206)
#EAF1D2
(234,241,210)
#ECF2D6
(236,242,214)
#EEF3DA
(238,243,218)
#F0F4DE
(240,244,222)
#F2F5E2
(242,245,226)
#F4F6E6
(244,246,230)
#F6F7EA
(246,247,234)
#F8F8EE
(248,248,238)
#FAF9F2
(250,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6EFCA color. Also use rgb(230,239,202) instead hex code.

Text Font Color

.myTextColor { color: #E6EFCA; }

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

This text font color is #E6EFCA.


Background Color

.myBgColor { background-color: #E6EFCA; }

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

This div background color is #E6EFCA.


Border color

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

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

This div border color is #E6EFCA.


Opacity

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

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

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

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

This text has shadow with #E6EFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EFCA on black background.


Color preview on white background

This text has color #E6EFCA on white background.



Black color preview on #E6EFCA background

This text has black color on #E6EFCA background.


White color preview on #E6EFCA background

This text has white color on #E6EFCA background.