COLOR #E0EFC8

HEX: #E0EFC8 RGB: (224,239,200)

Color info

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

RGB color model

#E0EFC8 color RGB value is (224,239,200).

RGB: (224,239,200) (88%, 94%, 78%)

RGB channels and saturation

R 224 of 255 = 88%
G 239 of 255 = 94%
B 200 of 255 = 78%

224
239
200

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

Portions of RGB colors in percentages

R + G + B = 224 + 239 + 200 = 663 (100%)
R 224 of 663 ~ 33.79%
G 239 of 663 ~ 36.05%
B 200 of 663 ~ 30.17'%

%33.79
%36.05
%30.17

CMYK color model

#E0EFC8 color CMYK value is (6,0,16,6).

  • cyan value is 6.28%
  • magenta value is 0.00%
  • yellow value is 16.32%
  • key color value is 6.27%

CMYK: (6,0,16,6)
C6M0Y16K6 (6%, 0%, 16%, 6%)
(0.06 / 0.00 / 0.16 / 0.06)

CMYK percentages

%6.28
%0
%16.32
%6.27

Codes

Color #E0EFC8 in popluar color models

E0 EF C8
RGB 224 239 200
HSL 83° 54.93% 86.08%
HSB/HSV 83° 16.32% 93.73%
CMYK 6.28% 0.00% 16.32%
6.27%

Color #E0EFC8 in popluar number systems.

HEX E0 EF C8
Decimal 224 239 200
Binary 11100000 11101111 11001000
Octal 340 357 310

Shades and tints

Shades of #E0EFC8

#E0EFC8
(224,239,200)
#CCDAB6
(204,218,182)
#B8C5A4
(184,197,164)
#A4B092
(164,176,146)
#909B80
(144,155,128)
#7C866E
(124,134,110)
#68715C
(104,113,92)
#545C4A
(84,92,74)
#404738
(64,71,56)
#2C3226
(44,50,38)
#181D14
(24,29,20)
#000000
(0,0,0)

Tints of #E0EFC8

#E0EFC8
(224,239,200)
#E2F0CD
(226,240,205)
#E4F1D2
(228,241,210)
#E6F2D7
(230,242,215)
#E8F3DC
(232,243,220)
#EAF4E1
(234,244,225)
#ECF5E6
(236,245,230)
#EEF6EB
(238,246,235)
#F0F7F0
(240,247,240)
#F2F8F5
(242,248,245)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0EFC8 color. Also use rgb(224,239,200) instead hex code.

Text Font Color

.myTextColor { color: #E0EFC8; }

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

This text font color is #E0EFC8.

Background Color

.myBgColor { background-color: #E0EFC8; }

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

This div background color is #E0EFC8.

Border color

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

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

This div border color is #E0EFC8.

Opacity

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

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

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

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

This text has shadow with #E0EFC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0EFC8.

Preview

Color preview on black background

This text has color #E0EFC8 on black background.


Color preview on white background

This text has color #E0EFC8 on white background.


Black color preview on #E0EFC8 background

This text has black color on #E0EFC8 background.


White color preview on #E0EFC8 background

This text has white color on #E0EFC8 background.


Related colors

Complementary color

Complementary color for #hex is #1F1037.


I love getcolorcode.com

Triadic colors

1 #C8E0EF and #EFC8E0 with #E0EFC8 are triadic colors.

2 #C8EFE0 and #EFE0C8 with #E0EFC8 are triadic colors.