COLOR #E6EFC8

HEX: #E6EFC8 RGB: (230,239,200)

Color info

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

RGB color model

#E6EFC8 color RGB value is (230,239,200).

RGB: (230,239,200) (90%, 94%, 78%)

RGB channels and saturation

R 230 of 255 = 90%
G 239 of 255 = 94%
B 200 of 255 = 78%

230
239
200

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

Portions of RGB colors in percentages

R + G + B = 230 + 239 + 200 = 669 (100%)
R 230 of 669 ~ 34.38%
G 239 of 669 ~ 35.72%
B 200 of 669 ~ 29.9'%

%34.38
%35.72
%29.9

CMYK color model

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

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 16.32%
  • key color value is 6.27%
CMYK: (4,0,16,6) C4M0Y16K6 (4%,0%,16%,6%) (0.04/0.00/0.16/0.06) 

CMYK percentages

%3.77
%0
%16.32
%6.27

Codes

Color #E6EFC8 in popluar color models

E6 EF C8
RGB 230 239 200
HSL 74° 54.93% 86.08%
HSB/HSV 74° 16.32% 93.73%
CMYK 3.77% 0.00% 16.32%
6.27%

Color #E6EFC8 in popluar number systems.

HEX E6 EF C8
Decimal 230 239 200
Binary 11100110 11101111 11001000
Octal 346 357 310

Shades and tints

Shades of #E6EFC8

#E6EFC8
(230,239,200)
#D2DAB6
(210,218,182)
#BEC5A4
(190,197,164)
#AAB092
(170,176,146)
#969B80
(150,155,128)
#82866E
(130,134,110)
#6E715C
(110,113,92)
#5A5C4A
(90,92,74)
#464738
(70,71,56)
#323226
(50,50,38)
#1E1D14
(30,29,20)
#000000
(0,0,0)

Tints of #E6EFC8

#E6EFC8
(230,239,200)
#E8F0CD
(232,240,205)
#EAF1D2
(234,241,210)
#ECF2D7
(236,242,215)
#EEF3DC
(238,243,220)
#F0F4E1
(240,244,225)
#F2F5E6
(242,245,230)
#F4F6EB
(244,246,235)
#F6F7F0
(246,247,240)
#F8F8F5
(248,248,245)
#FAF9FA
(250,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EFC8; }

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

This text font color is #E6EFC8.

Background Color

.myBgColor { background-color: #E6EFC8; }

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

This div background color is #E6EFC8.

Border color

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

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

This div border color is #E6EFC8.

Opacity

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

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

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

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

This text has shadow with #E6EFC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EFC8.

Preview

Color preview on black background

This text has color #E6EFC8 on black background.


Color preview on white background

This text has color #E6EFC8 on white background.


Black color preview on #E6EFC8 background

This text has black color on #E6EFC8 background.


White color preview on #E6EFC8 background

This text has white color on #E6EFC8 background.


Related colors

Complementary color

Complementary color for #hex is #191037.


I love getcolorcode.com

Triadic colors

1 #C8E6EF and #EFC8E6 with #E6EFC8 are triadic colors.

2 #C8EFE6 and #EFE6C8 with #E6EFC8 are triadic colors.