COLOR #E6F1DD

HEX: #E6F1DD
RGB: (230,241,221)

Color info

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

RGB color model

#E6F1DD color RGB value is (230,241,221).

  • red value is 230;
  • green value is 241;
  • blue value is 221.
RGB:
(230,241,221)
(90%,95%,87%)

RGB channels and saturation

R 230 of 255 = 90%
G 241 of 255 = 95%
B 221 of 255 = 87%

230
241
221

R + G + B ~ 91%. #E6F1DD is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 241 + 221 = 692 (100%)
R 230 of 692 ~ 33.24%
G 241 of 692 ~ 34.83%
B 221 of 692 ~ 31.94%

%33.24
%34.83
%31.94

CMYK color model

#E6F1DD color CMYK value is (5,0,8,5).

  • cyan value is 4.56%
  • magenta value is 0.00%
  • yellow value is 8.30%
  • key color value is 5.49%
CMYK:
(5,0,8,5)
C5M0Y8K5 
(5%,0%,8%,5%)
(0.05/0.00/0.08/0.05)	

CMYK percentages

%4.56
%0
%8.3
%5.49

Codes

Color #E6F1DD in popluar color models

E6F1DD
RGB230241221
HSL93°41.67%90.59%
HSB/HSV93°8.30%94.51%
CMYK4.56%0.00%8.30%
5.49%

Color #E6F1DD in popluar number systems.

HEXE6F1DD
Decimal230241221
Binary111001101111000111011101
Octal346361335

Shades and tints

Shades of #E6F1DD

#E6F1DD
(230,241,221)
#D2DCC9
(210,220,201)
#BEC7B5
(190,199,181)
#AAB2A1
(170,178,161)
#969D8D
(150,157,141)
#828879
(130,136,121)
#6E7365
(110,115,101)
#5A5E51
(90,94,81)
#46493D
(70,73,61)
#323429
(50,52,41)
#1E1F15
(30,31,21)
#000000
(0,0,0)

Tints of #E6F1DD

#E6F1DD
(230,241,221)
#E8F2E0
(232,242,224)
#EAF3E3
(234,243,227)
#ECF4E6
(236,244,230)
#EEF5E9
(238,245,233)
#F0F6EC
(240,246,236)
#F2F7EF
(242,247,239)
#F4F8F2
(244,248,242)
#F6F9F5
(246,249,245)
#F8FAF8
(248,250,248)
#FAFBFB
(250,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F1DD; }

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

This text font color is #E6F1DD.


Background Color

.myBgColor { background-color: #E6F1DD; }

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

This div background color is #E6F1DD.


Border color

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

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

This div border color is #E6F1DD.


Opacity

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

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

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

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

This text has shadow with #E6F1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F1DD on black background.


Color preview on white background

This text has color #E6F1DD on white background.



Black color preview on #E6F1DD background

This text has black color on #E6F1DD background.


White color preview on #E6F1DD background

This text has white color on #E6F1DD background.