COLOR #E3EFDB

HEX: #E3EFDB RGB: (227,239,219)

Color info

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

RGB color model

#E3EFDB color RGB value is (227,239,219).

RGB: (227,239,219) (89%, 94%, 86%)

RGB channels and saturation

R 227 of 255 = 89%
G 239 of 255 = 94%
B 219 of 255 = 86%

227
239
219

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

Portions of RGB colors in percentages

R + G + B = 227 + 239 + 219 = 685 (100%)
R 227 of 685 ~ 33.14%
G 239 of 685 ~ 34.89%
B 219 of 685 ~ 31.97'%

%33.14
%34.89
%31.97

CMYK color model

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

  • cyan value is 5.02%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 6.27%
CMYK: (5,0,8,6) C5M0Y8K6 (5%,0%,8%,6%) (0.05/0.00/0.08/0.06) 

CMYK percentages

%5.02
%0
%8.37
%6.27

Codes

Color #E3EFDB in popluar color models

E3 EF DB
RGB 227 239 219
HSL 96° 38.46% 89.80%
HSB/HSV 96° 8.37% 93.73%
CMYK 5.02% 0.00% 8.37%
6.27%

Color #E3EFDB in popluar number systems.

HEX E3 EF DB
Decimal 227 239 219
Binary 11100011 11101111 11011011
Octal 343 357 333

Shades and tints

Shades of #E3EFDB

#E3EFDB
(227,239,219)
#CFDAC8
(207,218,200)
#BBC5B5
(187,197,181)
#A7B0A2
(167,176,162)
#939B8F
(147,155,143)
#7F867C
(127,134,124)
#6B7169
(107,113,105)
#575C56
(87,92,86)
#434743
(67,71,67)
#2F3230
(47,50,48)
#1B1D1D
(27,29,29)
#000000
(0,0,0)

Tints of #E3EFDB

#E3EFDB
(227,239,219)
#E5F0DE
(229,240,222)
#E7F1E1
(231,241,225)
#E9F2E4
(233,242,228)
#EBF3E7
(235,243,231)
#EDF4EA
(237,244,234)
#EFF5ED
(239,245,237)
#F1F6F0
(241,246,240)
#F3F7F3
(243,247,243)
#F5F8F6
(245,248,246)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3EFDB color. Also use rgb(227,239,219) instead hex code.

Text Font Color

.myTextColor { color: #E3EFDB; }

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

This text font color is #E3EFDB.

Background Color

.myBgColor { background-color: #E3EFDB; }

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

This div background color is #E3EFDB.

Border color

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

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

This div border color is #E3EFDB.

Opacity

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

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

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

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

This text has shadow with #E3EFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3EFDB.

Preview

Color preview on black background

This text has color #E3EFDB on black background.


Color preview on white background

This text has color #E3EFDB on white background.


Black color preview on #E3EFDB background

This text has black color on #E3EFDB background.


White color preview on #E3EFDB background

This text has white color on #E3EFDB background.


Related colors

Complementary color

Complementary color for #hex is #1C1024.


I love getcolorcode.com

Triadic colors

1 #DBE3EF and #EFDBE3 with #E3EFDB are triadic colors.

2 #DBEFE3 and #EFE3DB with #E3EFDB are triadic colors.