COLOR #EBF7C4

HEX: #EBF7C4
RGB: (235,247,196)

Color info

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

RGB color model

#EBF7C4 color RGB value is (235,247,196).

  • red value is 235;
  • green value is 247;
  • blue value is 196.
RGB:
(235,247,196)
(92%,97%,77%)

RGB channels and saturation

R 235 of 255 = 92%
G 247 of 255 = 97%
B 196 of 255 = 77%

235
247
196

R + G + B ~ 89%. #EBF7C4 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 247 + 196 = 678 (100%)
R 235 of 678 ~ 34.66%
G 247 of 678 ~ 36.43%
B 196 of 678 ~ 28.91%

%34.66
%36.43
%28.91

CMYK color model

#EBF7C4 color CMYK value is (5,0,21,3).

  • cyan value is 4.86%
  • magenta value is 0.00%
  • yellow value is 20.65%
  • key color value is 3.14%
CMYK:
(5,0,21,3)
C5M0Y21K3 
(5%,0%,21%,3%)
(0.05/0.00/0.21/0.03)	

CMYK percentages

%4.86
%0
%20.65
%3.14

Codes

Color #EBF7C4 in popluar color models

EBF7C4
RGB235247196
HSL74°76.12%86.86%
HSB/HSV74°20.65%96.86%
CMYK4.86%0.00%20.65%
3.14%

Color #EBF7C4 in popluar number systems.

HEXEBF7C4
Decimal235247196
Binary111010111111011111000100
Octal353367304

Shades and tints

Shades of #EBF7C4

#EBF7C4
(235,247,196)
#D6E1B3
(214,225,179)
#C1CBA2
(193,203,162)
#ACB591
(172,181,145)
#979F80
(151,159,128)
#82896F
(130,137,111)
#6D735E
(109,115,94)
#585D4D
(88,93,77)
#43473C
(67,71,60)
#2E312B
(46,49,43)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #EBF7C4

#EBF7C4
(235,247,196)
#ECF7C9
(236,247,201)
#EDF7CE
(237,247,206)
#EEF7D3
(238,247,211)
#EFF7D8
(239,247,216)
#F0F7DD
(240,247,221)
#F1F7E2
(241,247,226)
#F2F7E7
(242,247,231)
#F3F7EC
(243,247,236)
#F4F7F1
(244,247,241)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF7C4; }

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

This text font color is #EBF7C4.


Background Color

.myBgColor { background-color: #EBF7C4; }

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

This div background color is #EBF7C4.


Border color

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

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

This div border color is #EBF7C4.


Opacity

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

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

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

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

This text has shadow with #EBF7C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF7C4 on black background.


Color preview on white background

This text has color #EBF7C4 on white background.



Black color preview on #EBF7C4 background

This text has black color on #EBF7C4 background.


White color preview on #EBF7C4 background

This text has white color on #EBF7C4 background.