COLOR #E3FAD3

HEX: #E3FAD3 RGB: (227,250,211)

Color info

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

RGB color model

#E3FAD3 color RGB value is (227,250,211).

RGB: (227,250,211) (89%, 98%, 83%)

RGB channels and saturation

R 227 of 255 = 89%
G 250 of 255 = 98%
B 211 of 255 = 83%

227
250
211

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

Portions of RGB colors in percentages

R + G + B = 227 + 250 + 211 = 688 (100%)
R 227 of 688 ~ 32.99%
G 250 of 688 ~ 36.34%
B 211 of 688 ~ 30.67'%

%32.99
%36.34
%30.67

CMYK color model

#E3FAD3 color CMYK value is (9,0,16,2).

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 15.60%
  • key color value is 1.96%

CMYK: (9,0,16,2)
C9M0Y16K2 (9%, 0%, 16%, 2%)
(0.09 / 0.00 / 0.16 / 0.02)

CMYK percentages

%9.2
%0
%15.6
%1.96

Codes

Color #E3FAD3 in popluar color models

E3 FA D3
RGB 227 250 211
HSL 95° 79.59% 90.39%
HSB/HSV 95° 15.60% 98.04%
CMYK 9.20% 0.00% 15.60%
1.96%

Color #E3FAD3 in popluar number systems.

HEX E3 FA D3
Decimal 227 250 211
Binary 11100011 11111010 11010011
Octal 343 372 323

Shades and tints

Shades of #E3FAD3

#E3FAD3
(227,250,211)
#CFE4C0
(207,228,192)
#BBCEAD
(187,206,173)
#A7B89A
(167,184,154)
#93A287
(147,162,135)
#7F8C74
(127,140,116)
#6B7661
(107,118,97)
#57604E
(87,96,78)
#434A3B
(67,74,59)
#2F3428
(47,52,40)
#1B1E15
(27,30,21)
#000000
(0,0,0)

Tints of #E3FAD3

#E3FAD3
(227,250,211)
#E5FAD7
(229,250,215)
#E7FADB
(231,250,219)
#E9FADF
(233,250,223)
#EBFAE3
(235,250,227)
#EDFAE7
(237,250,231)
#EFFAEB
(239,250,235)
#F1FAEF
(241,250,239)
#F3FAF3
(243,250,243)
#F5FAF7
(245,250,247)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3FAD3 color. Also use rgb(227,250,211) instead hex code.

Text Font Color

.myTextColor { color: #E3FAD3; }

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

This text font color is #E3FAD3.

Background Color

.myBgColor { background-color: #E3FAD3; }

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

This div background color is #E3FAD3.

Border color

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

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

This div border color is #E3FAD3.

Opacity

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

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

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

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

This text has shadow with #E3FAD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3FAD3.

Preview

Color preview on black background

This text has color #E3FAD3 on black background.


Color preview on white background

This text has color #E3FAD3 on white background.


Black color preview on #E3FAD3 background

This text has black color on #E3FAD3 background.


White color preview on #E3FAD3 background

This text has white color on #E3FAD3 background.


Related colors

Complementary color

Complementary color for #hex is #1C052C.


I love getcolorcode.com

Triadic colors

1 #D3E3FA and #FAD3E3 with #E3FAD3 are triadic colors.

2 #D3FAE3 and #FAE3D3 with #E3FAD3 are triadic colors.