COLOR #E2FBDB

HEX: #E2FBDB RGB: (226,251,219)

Color info

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

RGB color model

#E2FBDB color RGB value is (226,251,219).

RGB: (226,251,219) (89%, 98%, 86%)

RGB channels and saturation

R 226 of 255 = 89%
G 251 of 255 = 98%
B 219 of 255 = 86%

226
251
219

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

Portions of RGB colors in percentages

R + G + B = 226 + 251 + 219 = 696 (100%)
R 226 of 696 ~ 32.47%
G 251 of 696 ~ 36.06%
B 219 of 696 ~ 31.47'%

%32.47
%36.06
%31.47

CMYK color model

#E2FBDB color CMYK value is (10,0,13,2).

  • cyan value is 9.96%
  • magenta value is 0.00%
  • yellow value is 12.75%
  • key color value is 1.57%

CMYK: (10,0,13,2)
C10M0Y13K2 (10%, 0%, 13%, 2%)
(0.10 / 0.00 / 0.13 / 0.02)

CMYK percentages

%9.96
%0
%12.75
%1.57

Codes

Color #E2FBDB in popluar color models

E2 FB DB
RGB 226 251 219
HSL 107° 80.00% 92.16%
HSB/HSV 107° 12.75% 98.43%
CMYK 9.96% 0.00% 12.75%
1.57%

Color #E2FBDB in popluar number systems.

HEX E2 FB DB
Decimal 226 251 219
Binary 11100010 11111011 11011011
Octal 342 373 333

Shades and tints

Shades of #E2FBDB

#E2FBDB
(226,251,219)
#CEE5C8
(206,229,200)
#BACFB5
(186,207,181)
#A6B9A2
(166,185,162)
#92A38F
(146,163,143)
#7E8D7C
(126,141,124)
#6A7769
(106,119,105)
#566156
(86,97,86)
#424B43
(66,75,67)
#2E3530
(46,53,48)
#1A1F1D
(26,31,29)
#000000
(0,0,0)

Tints of #E2FBDB

#E2FBDB
(226,251,219)
#E4FBDE
(228,251,222)
#E6FBE1
(230,251,225)
#E8FBE4
(232,251,228)
#EAFBE7
(234,251,231)
#ECFBEA
(236,251,234)
#EEFBED
(238,251,237)
#F0FBF0
(240,251,240)
#F2FBF3
(242,251,243)
#F4FBF6
(244,251,246)
#F6FBF9
(246,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2FBDB color. Also use rgb(226,251,219) instead hex code.

Text Font Color

.myTextColor { color: #E2FBDB; }

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

This text font color is #E2FBDB.

Background Color

.myBgColor { background-color: #E2FBDB; }

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

This div background color is #E2FBDB.

Border color

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

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

This div border color is #E2FBDB.

Opacity

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

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

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

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

This text has shadow with #E2FBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2FBDB.

Preview

Color preview on black background

This text has color #E2FBDB on black background.


Color preview on white background

This text has color #E2FBDB on white background.


Black color preview on #E2FBDB background

This text has black color on #E2FBDB background.


White color preview on #E2FBDB background

This text has white color on #E2FBDB background.


Related colors

Complementary color

Complementary color for #hex is #1D0424.


I love getcolorcode.com

Triadic colors

1 #DBE2FB and #FBDBE2 with #E2FBDB are triadic colors.

2 #DBFBE2 and #FBE2DB with #E2FBDB are triadic colors.