COLOR #EBFDAE

HEX: #EBFDAE
RGB: (235,253,174)

Color info

#EBFDAE contains mainly red and green colors. Web safe color of #EBFDAE is #FFFF99 (or #FF9).

RGB color model

#EBFDAE color RGB value is (235,253,174).

  • red value is 235;
  • green value is 253;
  • blue value is 174.
RGB:
(235,253,174)
(92%,99%,68%)

RGB channels and saturation

R 235 of 255 = 92%
G 253 of 255 = 99%
B 174 of 255 = 68%

235
253
174

R + G + B ~ 86%. #EBFDAE is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 253 + 174 = 662 (100%)
R 235 of 662 ~ 35.5%
G 253 of 662 ~ 38.22%
B 174 of 662 ~ 26.28%

%35.5
%38.22
%26.28

CMYK color model

#EBFDAE color CMYK value is (7,0,31,1).

  • cyan value is 7.11%
  • magenta value is 0.00%
  • yellow value is 31.23%
  • key color value is 0.78%
CMYK:
(7,0,31,1)
C7M0Y31K1 
(7%,0%,31%,1%)
(0.07/0.00/0.31/0.01)	

CMYK percentages

%7.11
%0
%31.23
%0.78

Codes

Color #EBFDAE in popluar color models

EBFDAE
RGB235253174
HSL74°95.18%83.73%
HSB/HSV74°31.23%99.22%
CMYK7.11%0.00%31.23%
0.78%

Color #EBFDAE in popluar number systems.

HEXEBFDAE
Decimal235253174
Binary111010111111110110101110
Octal353375256

Shades and tints

Shades of #EBFDAE

#EBFDAE
(235,253,174)
#D6E69F
(214,230,159)
#C1CF90
(193,207,144)
#ACB881
(172,184,129)
#97A172
(151,161,114)
#828A63
(130,138,99)
#6D7354
(109,115,84)
#585C45
(88,92,69)
#434536
(67,69,54)
#2E2E27
(46,46,39)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #EBFDAE

#EBFDAE
(235,253,174)
#ECFDB5
(236,253,181)
#EDFDBC
(237,253,188)
#EEFDC3
(238,253,195)
#EFFDCA
(239,253,202)
#F0FDD1
(240,253,209)
#F1FDD8
(241,253,216)
#F2FDDF
(242,253,223)
#F3FDE6
(243,253,230)
#F4FDED
(244,253,237)
#F5FDF4
(245,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFDAE color. Also use rgb(235,253,174) instead hex code.

Text Font Color

.myTextColor { color: #EBFDAE; }

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

This text font color is #EBFDAE.


Background Color

.myBgColor { background-color: #EBFDAE; }

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

This div background color is #EBFDAE.


Border color

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

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

This div border color is #EBFDAE.


Opacity

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

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

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

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

This text has shadow with #EBFDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFDAE on black background.


Color preview on white background

This text has color #EBFDAE on white background.



Black color preview on #EBFDAE background

This text has black color on #EBFDAE background.


White color preview on #EBFDAE background

This text has white color on #EBFDAE background.