COLOR #E6EFD0

HEX: #E6EFD0 RGB: (230,239,208)

Color info

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

RGB color model

#E6EFD0 color RGB value is (230,239,208).

RGB: (230,239,208) (90%, 94%, 82%)

RGB channels and saturation

R 230 of 255 = 90%
G 239 of 255 = 94%
B 208 of 255 = 82%

230
239
208

R + G + B ~ 89%. #E6EFD0 is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 239 + 208 = 677 (100%)
R 230 of 677 ~ 33.97%
G 239 of 677 ~ 35.3%
B 208 of 677 ~ 30.72'%

%33.97
%35.3
%30.72

CMYK color model

#E6EFD0 color CMYK value is (4,0,13,6).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 12.97%
  • key color value is 6.27%

CMYK: (4,0,13,6)
C4M0Y13K6 (4%, 0%, 13%, 6%)
(0.04 / 0.00 / 0.13 / 0.06)

CMYK percentages

%3.77
%0
%12.97
%6.27

Codes

Color #E6EFD0 in popluar color models

E6 EF D0
RGB 230 239 208
HSL 77° 49.21% 87.65%
HSB/HSV 77° 12.97% 93.73%
CMYK 3.77% 0.00% 12.97%
6.27%

Color #E6EFD0 in popluar number systems.

HEX E6 EF D0
Decimal 230 239 208
Binary 11100110 11101111 11010000
Octal 346 357 320

Shades and tints

Shades of #E6EFD0

#E6EFD0
(230,239,208)
#D2DABE
(210,218,190)
#BEC5AC
(190,197,172)
#AAB09A
(170,176,154)
#969B88
(150,155,136)
#828676
(130,134,118)
#6E7164
(110,113,100)
#5A5C52
(90,92,82)
#464740
(70,71,64)
#32322E
(50,50,46)
#1E1D1C
(30,29,28)
#000000
(0,0,0)

Tints of #E6EFD0

#E6EFD0
(230,239,208)
#E8F0D4
(232,240,212)
#EAF1D8
(234,241,216)
#ECF2DC
(236,242,220)
#EEF3E0
(238,243,224)
#F0F4E4
(240,244,228)
#F2F5E8
(242,245,232)
#F4F6EC
(244,246,236)
#F6F7F0
(246,247,240)
#F8F8F4
(248,248,244)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EFD0; }

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

This text font color is #E6EFD0.

Background Color

.myBgColor { background-color: #E6EFD0; }

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

This div background color is #E6EFD0.

Border color

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

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

This div border color is #E6EFD0.

Opacity

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

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

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

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

This text has shadow with #E6EFD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EFD0.

Preview

Color preview on black background

This text has color #E6EFD0 on black background.


Color preview on white background

This text has color #E6EFD0 on white background.


Black color preview on #E6EFD0 background

This text has black color on #E6EFD0 background.


White color preview on #E6EFD0 background

This text has white color on #E6EFD0 background.


Related colors

Complementary color

Complementary color for #hex is #19102F.


I love getcolorcode.com

Triadic colors

1 #D0E6EF and #EFD0E6 with #E6EFD0 are triadic colors.

2 #D0EFE6 and #EFE6D0 with #E6EFD0 are triadic colors.