COLOR #EBF7E0

HEX: #EBF7E0 RGB: (235,247,224)

Color info

#EBF7E0 contains red, green and blue colors in about the same proportion. Web safe color of #EBF7E0 is #FFFFCC (or #FFC).

RGB color model

#EBF7E0 color RGB value is (235,247,224).

RGB: (235,247,224) (92%, 97%, 88%)

RGB channels and saturation

R 235 of 255 = 92%
G 247 of 255 = 97%
B 224 of 255 = 88%

235
247
224

R + G + B ~ 92%. #EBF7E0 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 247 + 224 = 706 (100%)
R 235 of 706 ~ 33.29%
G 247 of 706 ~ 34.99%
B 224 of 706 ~ 31.73'%

%33.29
%34.99
%31.73

CMYK color model

#EBF7E0 color CMYK value is (5,0,9,3).

  • cyan value is 4.86%
  • magenta value is 0.00%
  • yellow value is 9.31%
  • key color value is 3.14%

CMYK: (5,0,9,3)
C5M0Y9K3 (5%, 0%, 9%, 3%)
(0.05 / 0.00 / 0.09 / 0.03)

CMYK percentages

%4.86
%0
%9.31
%3.14

Codes

Color #EBF7E0 in popluar color models

EB F7 E0
RGB 235 247 224
HSL 91° 58.97% 92.35%
HSB/HSV 91° 9.31% 96.86%
CMYK 4.86% 0.00% 9.31%
3.14%

Color #EBF7E0 in popluar number systems.

HEX EB F7 E0
Decimal 235 247 224
Binary 11101011 11110111 11100000
Octal 353 367 340

Shades and tints

Shades of #EBF7E0

#EBF7E0
(235,247,224)
#D6E1CC
(214,225,204)
#C1CBB8
(193,203,184)
#ACB5A4
(172,181,164)
#979F90
(151,159,144)
#82897C
(130,137,124)
#6D7368
(109,115,104)
#585D54
(88,93,84)
#434740
(67,71,64)
#2E312C
(46,49,44)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #EBF7E0

#EBF7E0
(235,247,224)
#ECF7E2
(236,247,226)
#EDF7E4
(237,247,228)
#EEF7E6
(238,247,230)
#EFF7E8
(239,247,232)
#F0F7EA
(240,247,234)
#F1F7EC
(241,247,236)
#F2F7EE
(242,247,238)
#F3F7F0
(243,247,240)
#F4F7F2
(244,247,242)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF7E0 color. Also use rgb(235,247,224) instead hex code.

Text Font Color

.myTextColor { color: #EBF7E0; }

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

This text font color is #EBF7E0.

Background Color

.myBgColor { background-color: #EBF7E0; }

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

This div background color is #EBF7E0.

Border color

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

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

This div border color is #EBF7E0.

Opacity

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

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

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

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

This text has shadow with #EBF7E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF7E0.

Preview

Color preview on black background

This text has color #EBF7E0 on black background.


Color preview on white background

This text has color #EBF7E0 on white background.


Black color preview on #EBF7E0 background

This text has black color on #EBF7E0 background.


White color preview on #EBF7E0 background

This text has white color on #EBF7E0 background.


Related colors

Complementary color

Complementary color for #hex is #14081F.


I love getcolorcode.com

Triadic colors

1 #E0EBF7 and #F7E0EB with #EBF7E0 are triadic colors.

2 #E0F7EB and #F7EBE0 with #EBF7E0 are triadic colors.