COLOR #E1EFC3

HEX: #E1EFC3 RGB: (225,239,195)

Color info

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

RGB color model

#E1EFC3 color RGB value is (225,239,195).

RGB: (225,239,195) (88%, 94%, 76%)

RGB channels and saturation

R 225 of 255 = 88%
G 239 of 255 = 94%
B 195 of 255 = 76%

225
239
195

R + G + B ~ 86%. #E1EFC3 is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 239 + 195 = 659 (100%)
R 225 of 659 ~ 34.14%
G 239 of 659 ~ 36.27%
B 195 of 659 ~ 29.59'%

%34.14
%36.27
%29.59

CMYK color model

#E1EFC3 color CMYK value is (6,0,18,6).

  • cyan value is 5.86%
  • magenta value is 0.00%
  • yellow value is 18.41%
  • key color value is 6.27%

CMYK: (6,0,18,6)
C6M0Y18K6 (6%, 0%, 18%, 6%)
(0.06 / 0.00 / 0.18 / 0.06)

CMYK percentages

%5.86
%0
%18.41
%6.27

Codes

Color #E1EFC3 in popluar color models

E1 EF C3
RGB 225 239 195
HSL 79° 57.89% 85.10%
HSB/HSV 79° 18.41% 93.73%
CMYK 5.86% 0.00% 18.41%
6.27%

Color #E1EFC3 in popluar number systems.

HEX E1 EF C3
Decimal 225 239 195
Binary 11100001 11101111 11000011
Octal 341 357 303

Shades and tints

Shades of #E1EFC3

#E1EFC3
(225,239,195)
#CDDAB2
(205,218,178)
#B9C5A1
(185,197,161)
#A5B090
(165,176,144)
#919B7F
(145,155,127)
#7D866E
(125,134,110)
#69715D
(105,113,93)
#555C4C
(85,92,76)
#41473B
(65,71,59)
#2D322A
(45,50,42)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #E1EFC3

#E1EFC3
(225,239,195)
#E3F0C8
(227,240,200)
#E5F1CD
(229,241,205)
#E7F2D2
(231,242,210)
#E9F3D7
(233,243,215)
#EBF4DC
(235,244,220)
#EDF5E1
(237,245,225)
#EFF6E6
(239,246,230)
#F1F7EB
(241,247,235)
#F3F8F0
(243,248,240)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1EFC3 color. Also use rgb(225,239,195) instead hex code.

Text Font Color

.myTextColor { color: #E1EFC3; }

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

This text font color is #E1EFC3.

Background Color

.myBgColor { background-color: #E1EFC3; }

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

This div background color is #E1EFC3.

Border color

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

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

This div border color is #E1EFC3.

Opacity

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

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

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

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

This text has shadow with #E1EFC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1EFC3.

Preview

Color preview on black background

This text has color #E1EFC3 on black background.


Color preview on white background

This text has color #E1EFC3 on white background.


Black color preview on #E1EFC3 background

This text has black color on #E1EFC3 background.


White color preview on #E1EFC3 background

This text has white color on #E1EFC3 background.


Related colors

Complementary color

Complementary color for #hex is #1E103C.


I love getcolorcode.com

Triadic colors

1 #C3E1EF and #EFC3E1 with #E1EFC3 are triadic colors.

2 #C3EFE1 and #EFE1C3 with #E1EFC3 are triadic colors.