COLOR #E6F3DD

HEX: #E6F3DD
RGB: (230,243,221)

Color info

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

RGB color model

#E6F3DD color RGB value is (230,243,221).

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

RGB channels and saturation

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

230
243
221

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

Portions of RGB colors in percentages

R + G + B =
230 + 243 + 221 = 694 (100%)
R 230 of 694 ~ 33.14%
G 243 of 694 ~ 35.01%
B 221 of 694 ~ 31.84%

%33.14
%35.01
%31.84

CMYK color model

#E6F3DD color CMYK value is (5,0,9,5).

  • cyan value is 5.35%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 4.71%
CMYK:
(5,0,9,5)
C5M0Y9K5 
(5%,0%,9%,5%)
(0.05/0.00/0.09/0.05)	

CMYK percentages

%5.35
%0
%9.05
%4.71

Codes

Color #E6F3DD in popluar color models

E6F3DD
RGB230243221
HSL95°47.83%90.98%
HSB/HSV95°9.05%95.29%
CMYK5.35%0.00%9.05%
4.71%

Color #E6F3DD in popluar number systems.

HEXE6F3DD
Decimal230243221
Binary111001101111001111011101
Octal346363335

Shades and tints

Shades of #E6F3DD

#E6F3DD
(230,243,221)
#D2DDC9
(210,221,201)
#BEC7B5
(190,199,181)
#AAB1A1
(170,177,161)
#969B8D
(150,155,141)
#828579
(130,133,121)
#6E6F65
(110,111,101)
#5A5951
(90,89,81)
#46433D
(70,67,61)
#322D29
(50,45,41)
#1E1715
(30,23,21)
#000000
(0,0,0)

Tints of #E6F3DD

#E6F3DD
(230,243,221)
#E8F4E0
(232,244,224)
#EAF5E3
(234,245,227)
#ECF6E6
(236,246,230)
#EEF7E9
(238,247,233)
#F0F8EC
(240,248,236)
#F2F9EF
(242,249,239)
#F4FAF2
(244,250,242)
#F6FBF5
(246,251,245)
#F8FCF8
(248,252,248)
#FAFDFB
(250,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F3DD; }

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

This text font color is #E6F3DD.


Background Color

.myBgColor { background-color: #E6F3DD; }

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

This div background color is #E6F3DD.


Border color

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

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

This div border color is #E6F3DD.


Opacity

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

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

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

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

This text has shadow with #E6F3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F3DD on black background.


Color preview on white background

This text has color #E6F3DD on white background.



Black color preview on #E6F3DD background

This text has black color on #E6F3DD background.


White color preview on #E6F3DD background

This text has white color on #E6F3DD background.