COLOR #E3F7BD

HEX: #E3F7BD RGB: (227,247,189)

Color info

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

RGB color model

#E3F7BD color RGB value is (227,247,189).

RGB: (227,247,189) (89%, 97%, 74%)

RGB channels and saturation

R 227 of 255 = 89%
G 247 of 255 = 97%
B 189 of 255 = 74%

227
247
189

R + G + B ~ 87%. #E3F7BD is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 247 + 189 = 663 (100%)
R 227 of 663 ~ 34.24%
G 247 of 663 ~ 37.25%
B 189 of 663 ~ 28.51'%

%34.24
%37.25
%28.51

CMYK color model

#E3F7BD color CMYK value is (8,0,23,3).

  • cyan value is 8.10%
  • magenta value is 0.00%
  • yellow value is 23.48%
  • key color value is 3.14%

CMYK: (8,0,23,3)
C8M0Y23K3 (8%, 0%, 23%, 3%)
(0.08 / 0.00 / 0.23 / 0.03)

CMYK percentages

%8.1
%0
%23.48
%3.14

Codes

Color #E3F7BD in popluar color models

E3 F7 BD
RGB 227 247 189
HSL 81° 78.38% 85.49%
HSB/HSV 81° 23.48% 96.86%
CMYK 8.10% 0.00% 23.48%
3.14%

Color #E3F7BD in popluar number systems.

HEX E3 F7 BD
Decimal 227 247 189
Binary 11100011 11110111 10111101
Octal 343 367 275

Shades and tints

Shades of #E3F7BD

#E3F7BD
(227,247,189)
#CFE1AC
(207,225,172)
#BBCB9B
(187,203,155)
#A7B58A
(167,181,138)
#939F79
(147,159,121)
#7F8968
(127,137,104)
#6B7357
(107,115,87)
#575D46
(87,93,70)
#434735
(67,71,53)
#2F3124
(47,49,36)
#1B1B13
(27,27,19)
#000000
(0,0,0)

Tints of #E3F7BD

#E3F7BD
(227,247,189)
#E5F7C3
(229,247,195)
#E7F7C9
(231,247,201)
#E9F7CF
(233,247,207)
#EBF7D5
(235,247,213)
#EDF7DB
(237,247,219)
#EFF7E1
(239,247,225)
#F1F7E7
(241,247,231)
#F3F7ED
(243,247,237)
#F5F7F3
(245,247,243)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F7BD color. Also use rgb(227,247,189) instead hex code.

Text Font Color

.myTextColor { color: #E3F7BD; }

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

This text font color is #E3F7BD.

Background Color

.myBgColor { background-color: #E3F7BD; }

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

This div background color is #E3F7BD.

Border color

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

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

This div border color is #E3F7BD.

Opacity

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

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

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

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

This text has shadow with #E3F7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3F7BD.

Preview

Color preview on black background

This text has color #E3F7BD on black background.


Color preview on white background

This text has color #E3F7BD on white background.


Black color preview on #E3F7BD background

This text has black color on #E3F7BD background.


White color preview on #E3F7BD background

This text has white color on #E3F7BD background.


Related colors

Complementary color

Complementary color for #hex is #1C0842.


I love getcolorcode.com

Triadic colors

1 #BDE3F7 and #F7BDE3 with #E3F7BD are triadic colors.

2 #BDF7E3 and #F7E3BD with #E3F7BD are triadic colors.