COLOR #EBF4C8

HEX: #EBF4C8
RGB: (235,244,200)

Color info

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

RGB color model

#EBF4C8 color RGB value is (235,244,200).

  • red value is 235;
  • green value is 244;
  • blue value is 200.
RGB:
(235,244,200)
(92%,96%,78%)

RGB channels and saturation

R 235 of 255 = 92%
G 244 of 255 = 96%
B 200 of 255 = 78%

235
244
200

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

Portions of RGB colors in percentages

R + G + B =
235 + 244 + 200 = 679 (100%)
R 235 of 679 ~ 34.61%
G 244 of 679 ~ 35.94%
B 200 of 679 ~ 29.46%

%34.61
%35.94
%29.46

CMYK color model

#EBF4C8 color CMYK value is (4,0,18,4).

  • cyan value is 3.69%
  • magenta value is 0.00%
  • yellow value is 18.03%
  • key color value is 4.31%
CMYK:
(4,0,18,4)
C4M0Y18K4 
(4%,0%,18%,4%)
(0.04/0.00/0.18/0.04)	

CMYK percentages

%3.69
%0
%18.03
%4.31

Codes

Color #EBF4C8 in popluar color models

EBF4C8
RGB235244200
HSL72°66.67%87.06%
HSB/HSV72°18.03%95.69%
CMYK3.69%0.00%18.03%
4.31%

Color #EBF4C8 in popluar number systems.

HEXEBF4C8
Decimal235244200
Binary111010111111010011001000
Octal353364310

Shades and tints

Shades of #EBF4C8

#EBF4C8
(235,244,200)
#D6DEB6
(214,222,182)
#C1C8A4
(193,200,164)
#ACB292
(172,178,146)
#979C80
(151,156,128)
#82866E
(130,134,110)
#6D705C
(109,112,92)
#585A4A
(88,90,74)
#434438
(67,68,56)
#2E2E26
(46,46,38)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #EBF4C8

#EBF4C8
(235,244,200)
#ECF5CD
(236,245,205)
#EDF6D2
(237,246,210)
#EEF7D7
(238,247,215)
#EFF8DC
(239,248,220)
#F0F9E1
(240,249,225)
#F1FAE6
(241,250,230)
#F2FBEB
(242,251,235)
#F3FCF0
(243,252,240)
#F4FDF5
(244,253,245)
#F5FEFA
(245,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF4C8 color. Also use rgb(235,244,200) instead hex code.

Text Font Color

.myTextColor { color: #EBF4C8; }

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

This text font color is #EBF4C8.


Background Color

.myBgColor { background-color: #EBF4C8; }

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

This div background color is #EBF4C8.


Border color

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

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

This div border color is #EBF4C8.


Opacity

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

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

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

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

This text has shadow with #EBF4C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF4C8 on black background.


Color preview on white background

This text has color #EBF4C8 on white background.



Black color preview on #EBF4C8 background

This text has black color on #EBF4C8 background.


White color preview on #EBF4C8 background

This text has white color on #EBF4C8 background.