COLOR #E6EFD3

HEX: #E6EFD3 RGB: (230,239,211)

Color info

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

RGB color model

#E6EFD3 color RGB value is (230,239,211).

RGB: (230,239,211) (90%, 94%, 83%)

RGB channels and saturation

R 230 of 255 = 90%
G 239 of 255 = 94%
B 211 of 255 = 83%

230
239
211

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

Portions of RGB colors in percentages

R + G + B = 230 + 239 + 211 = 680 (100%)
R 230 of 680 ~ 33.82%
G 239 of 680 ~ 35.15%
B 211 of 680 ~ 31.03'%

%33.82
%35.15
%31.03

CMYK color model

#E6EFD3 color CMYK value is (4,0,12,6).

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

CMYK: (4,0,12,6)
C4M0Y12K6 (4%, 0%, 12%, 6%)
(0.04 / 0.00 / 0.12 / 0.06)

CMYK percentages

%3.77
%0
%11.72
%6.27

Codes

Color #E6EFD3 in popluar color models

E6 EF D3
RGB 230 239 211
HSL 79° 46.67% 88.24%
HSB/HSV 79° 11.72% 93.73%
CMYK 3.77% 0.00% 11.72%
6.27%

Color #E6EFD3 in popluar number systems.

HEX E6 EF D3
Decimal 230 239 211
Binary 11100110 11101111 11010011
Octal 346 357 323

Shades and tints

Shades of #E6EFD3

#E6EFD3
(230,239,211)
#D2DAC0
(210,218,192)
#BEC5AD
(190,197,173)
#AAB09A
(170,176,154)
#969B87
(150,155,135)
#828674
(130,134,116)
#6E7161
(110,113,97)
#5A5C4E
(90,92,78)
#46473B
(70,71,59)
#323228
(50,50,40)
#1E1D15
(30,29,21)
#000000
(0,0,0)

Tints of #E6EFD3

#E6EFD3
(230,239,211)
#E8F0D7
(232,240,215)
#EAF1DB
(234,241,219)
#ECF2DF
(236,242,223)
#EEF3E3
(238,243,227)
#F0F4E7
(240,244,231)
#F2F5EB
(242,245,235)
#F4F6EF
(244,246,239)
#F6F7F3
(246,247,243)
#F8F8F7
(248,248,247)
#FAF9FB
(250,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EFD3; }

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

This text font color is #E6EFD3.

Background Color

.myBgColor { background-color: #E6EFD3; }

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

This div background color is #E6EFD3.

Border color

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

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

This div border color is #E6EFD3.

Opacity

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

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

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

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

This text has shadow with #E6EFD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EFD3.

Preview

Color preview on black background

This text has color #E6EFD3 on black background.


Color preview on white background

This text has color #E6EFD3 on white background.


Black color preview on #E6EFD3 background

This text has black color on #E6EFD3 background.


White color preview on #E6EFD3 background

This text has white color on #E6EFD3 background.


Related colors

Complementary color

Complementary color for #hex is #19102C.


I love getcolorcode.com

Triadic colors

1 #D3E6EF and #EFD3E6 with #E6EFD3 are triadic colors.

2 #D3EFE6 and #EFE6D3 with #E6EFD3 are triadic colors.