COLOR #E6EBDD

HEX: #E6EBDD RGB: (230,235,221)

Color info

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

RGB color model

#E6EBDD color RGB value is (230,235,221).

RGB: (230,235,221) (90%, 92%, 87%)

RGB channels and saturation

R 230 of 255 = 90%
G 235 of 255 = 92%
B 221 of 255 = 87%

230
235
221

R + G + B ~ 90%. #E6EBDD is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 235 + 221 = 686 (100%)
R 230 of 686 ~ 33.53%
G 235 of 686 ~ 34.26%
B 221 of 686 ~ 32.22'%

%33.53
%34.26
%32.22

CMYK color model

#E6EBDD color CMYK value is (2,0,6,8).

  • cyan value is 2.13%
  • magenta value is 0.00%
  • yellow value is 5.96%
  • key color value is 7.84%
CMYK: (2,0,6,8) C2M0Y6K8 (2%,0%,6%,8%) (0.02/0.00/0.06/0.08) 

CMYK percentages

%2.13
%0
%5.96
%7.84

Codes

Color #E6EBDD in popluar color models

E6 EB DD
RGB 230 235 221
HSL 81° 25.93% 89.41%
HSB/HSV 81° 5.96% 92.16%
CMYK 2.13% 0.00% 5.96%
7.84%

Color #E6EBDD in popluar number systems.

HEX E6 EB DD
Decimal 230 235 221
Binary 11100110 11101011 11011101
Octal 346 353 335

Shades and tints

Shades of #E6EBDD

#E6EBDD
(230,235,221)
#D2D6C9
(210,214,201)
#BEC1B5
(190,193,181)
#AAACA1
(170,172,161)
#96978D
(150,151,141)
#828279
(130,130,121)
#6E6D65
(110,109,101)
#5A5851
(90,88,81)
#46433D
(70,67,61)
#322E29
(50,46,41)
#1E1915
(30,25,21)
#000000
(0,0,0)

Tints of #E6EBDD

#E6EBDD
(230,235,221)
#E8ECE0
(232,236,224)
#EAEDE3
(234,237,227)
#ECEEE6
(236,238,230)
#EEEFE9
(238,239,233)
#F0F0EC
(240,240,236)
#F2F1EF
(242,241,239)
#F4F2F2
(244,242,242)
#F6F3F5
(246,243,245)
#F8F4F8
(248,244,248)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6EBDD color. Also use rgb(230,235,221) instead hex code.

Text Font Color

.myTextColor { color: #E6EBDD; }

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

This text font color is #E6EBDD.

Background Color

.myBgColor { background-color: #E6EBDD; }

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

This div background color is #E6EBDD.

Border color

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

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

This div border color is #E6EBDD.

Opacity

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

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

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

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

This text has shadow with #E6EBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EBDD.

Preview

Color preview on black background

This text has color #E6EBDD on black background.


Color preview on white background

This text has color #E6EBDD on white background.


Black color preview on #E6EBDD background

This text has black color on #E6EBDD background.


White color preview on #E6EBDD background

This text has white color on #E6EBDD background.


Related colors

Complementary color

Complementary color for #hex is #191422.


I love getcolorcode.com

Triadic colors

1 #DDE6EB and #EBDDE6 with #E6EBDD are triadic colors.

2 #DDEBE6 and #EBE6DD with #E6EBDD are triadic colors.