COLOR #E6FBDD

HEX: #E6FBDD
RGB: (230,251,221)

Color info

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

RGB color model

#E6FBDD color RGB value is (230,251,221).

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

RGB channels and saturation

R 230 of 255 = 90%
G 251 of 255 = 98%
B 221 of 255 = 87%

230
251
221

R + G + B ~ 92%. #E6FBDD is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 251 + 221 = 702 (100%)
R 230 of 702 ~ 32.76%
G 251 of 702 ~ 35.75%
B 221 of 702 ~ 31.48%

%32.76
%35.75
%31.48

CMYK color model

#E6FBDD color CMYK value is (8,0,12,2).

  • cyan value is 8.37%
  • magenta value is 0.00%
  • yellow value is 11.95%
  • key color value is 1.57%
CMYK:
(8,0,12,2)
C8M0Y12K2 
(8%,0%,12%,2%)
(0.08/0.00/0.12/0.02)	

CMYK percentages

%8.37
%0
%11.95
%1.57

Codes

Color #E6FBDD in popluar color models

E6FBDD
RGB230251221
HSL102°78.95%92.55%
HSB/HSV102°11.95%98.43%
CMYK8.37%0.00%11.95%
1.57%

Color #E6FBDD in popluar number systems.

HEXE6FBDD
Decimal230251221
Binary111001101111101111011101
Octal346373335

Shades and tints

Shades of #E6FBDD

#E6FBDD
(230,251,221)
#D2E5C9
(210,229,201)
#BECFB5
(190,207,181)
#AAB9A1
(170,185,161)
#96A38D
(150,163,141)
#828D79
(130,141,121)
#6E7765
(110,119,101)
#5A6151
(90,97,81)
#464B3D
(70,75,61)
#323529
(50,53,41)
#1E1F15
(30,31,21)
#000000
(0,0,0)

Tints of #E6FBDD

#E6FBDD
(230,251,221)
#E8FBE0
(232,251,224)
#EAFBE3
(234,251,227)
#ECFBE6
(236,251,230)
#EEFBE9
(238,251,233)
#F0FBEC
(240,251,236)
#F2FBEF
(242,251,239)
#F4FBF2
(244,251,242)
#F6FBF5
(246,251,245)
#F8FBF8
(248,251,248)
#FAFBFB
(250,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FBDD; }

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

This text font color is #E6FBDD.


Background Color

.myBgColor { background-color: #E6FBDD; }

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

This div background color is #E6FBDD.


Border color

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

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

This div border color is #E6FBDD.


Opacity

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

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

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

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

This text has shadow with #E6FBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FBDD on black background.


Color preview on white background

This text has color #E6FBDD on white background.



Black color preview on #E6FBDD background

This text has black color on #E6FBDD background.


White color preview on #E6FBDD background

This text has white color on #E6FBDD background.