COLOR #E3EFD2

HEX: #E3EFD2 RGB: (227,239,210)

Color info

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

RGB color model

#E3EFD2 color RGB value is (227,239,210).

RGB: (227,239,210) (89%, 94%, 82%)

RGB channels and saturation

R 227 of 255 = 89%
G 239 of 255 = 94%
B 210 of 255 = 82%

227
239
210

R + G + B ~ 88%. #E3EFD2 is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 239 + 210 = 676 (100%)
R 227 of 676 ~ 33.58%
G 239 of 676 ~ 35.36%
B 210 of 676 ~ 31.07'%

%33.58
%35.36
%31.07

CMYK color model

#E3EFD2 color CMYK value is (5,0,12,6).

  • cyan value is 5.02%
  • magenta value is 0.00%
  • yellow value is 12.13%
  • key color value is 6.27%

CMYK: (5,0,12,6)
C5M0Y12K6 (5%, 0%, 12%, 6%)
(0.05 / 0.00 / 0.12 / 0.06)

CMYK percentages

%5.02
%0
%12.13
%6.27

Codes

Color #E3EFD2 in popluar color models

E3 EF D2
RGB 227 239 210
HSL 85° 47.54% 88.04%
HSB/HSV 85° 12.13% 93.73%
CMYK 5.02% 0.00% 12.13%
6.27%

Color #E3EFD2 in popluar number systems.

HEX E3 EF D2
Decimal 227 239 210
Binary 11100011 11101111 11010010
Octal 343 357 322

Shades and tints

Shades of #E3EFD2

#E3EFD2
(227,239,210)
#CFDABF
(207,218,191)
#BBC5AC
(187,197,172)
#A7B099
(167,176,153)
#939B86
(147,155,134)
#7F8673
(127,134,115)
#6B7160
(107,113,96)
#575C4D
(87,92,77)
#43473A
(67,71,58)
#2F3227
(47,50,39)
#1B1D14
(27,29,20)
#000000
(0,0,0)

Tints of #E3EFD2

#E3EFD2
(227,239,210)
#E5F0D6
(229,240,214)
#E7F1DA
(231,241,218)
#E9F2DE
(233,242,222)
#EBF3E2
(235,243,226)
#EDF4E6
(237,244,230)
#EFF5EA
(239,245,234)
#F1F6EE
(241,246,238)
#F3F7F2
(243,247,242)
#F5F8F6
(245,248,246)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3EFD2; }

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

This text font color is #E3EFD2.

Background Color

.myBgColor { background-color: #E3EFD2; }

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

This div background color is #E3EFD2.

Border color

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

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

This div border color is #E3EFD2.

Opacity

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

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

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

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

This text has shadow with #E3EFD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3EFD2.

Preview

Color preview on black background

This text has color #E3EFD2 on black background.


Color preview on white background

This text has color #E3EFD2 on white background.


Black color preview on #E3EFD2 background

This text has black color on #E3EFD2 background.


White color preview on #E3EFD2 background

This text has white color on #E3EFD2 background.


Related colors

Complementary color

Complementary color for #hex is #1C102D.


I love getcolorcode.com

Triadic colors

1 #D2E3EF and #EFD2E3 with #E3EFD2 are triadic colors.

2 #D2EFE3 and #EFE3D2 with #E3EFD2 are triadic colors.