COLOR #EBFAC9

HEX: #EBFAC9
RGB: (235,250,201)

Color info

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

RGB color model

#EBFAC9 color RGB value is (235,250,201).

  • red value is 235;
  • green value is 250;
  • blue value is 201.
RGB:
(235,250,201)
(92%,98%,79%)

RGB channels and saturation

R 235 of 255 = 92%
G 250 of 255 = 98%
B 201 of 255 = 79%

235
250
201

R + G + B ~ 90%. #EBFAC9 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 250 + 201 = 686 (100%)
R 235 of 686 ~ 34.26%
G 250 of 686 ~ 36.44%
B 201 of 686 ~ 29.3%

%34.26
%36.44
%29.3

CMYK color model

#EBFAC9 color CMYK value is (6,0,20,2).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 19.60%
  • key color value is 1.96%
CMYK:
(6,0,20,2)
C6M0Y20K2 
(6%,0%,20%,2%)
(0.06/0.00/0.20/0.02)	

CMYK percentages

%6
%0
%19.6
%1.96

Codes

Color #EBFAC9 in popluar color models

EBFAC9
RGB235250201
HSL78°83.05%88.43%
HSB/HSV78°19.60%98.04%
CMYK6.00%0.00%19.60%
1.96%

Color #EBFAC9 in popluar number systems.

HEXEBFAC9
Decimal235250201
Binary111010111111101011001001
Octal353372311

Shades and tints

Shades of #EBFAC9

#EBFAC9
(235,250,201)
#D6E4B7
(214,228,183)
#C1CEA5
(193,206,165)
#ACB893
(172,184,147)
#97A281
(151,162,129)
#828C6F
(130,140,111)
#6D765D
(109,118,93)
#58604B
(88,96,75)
#434A39
(67,74,57)
#2E3427
(46,52,39)
#191E15
(25,30,21)
#000000
(0,0,0)

Tints of #EBFAC9

#EBFAC9
(235,250,201)
#ECFACD
(236,250,205)
#EDFAD1
(237,250,209)
#EEFAD5
(238,250,213)
#EFFAD9
(239,250,217)
#F0FADD
(240,250,221)
#F1FAE1
(241,250,225)
#F2FAE5
(242,250,229)
#F3FAE9
(243,250,233)
#F4FAED
(244,250,237)
#F5FAF1
(245,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFAC9 color. Also use rgb(235,250,201) instead hex code.

Text Font Color

.myTextColor { color: #EBFAC9; }

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

This text font color is #EBFAC9.


Background Color

.myBgColor { background-color: #EBFAC9; }

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

This div background color is #EBFAC9.


Border color

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

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

This div border color is #EBFAC9.


Opacity

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

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

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

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

This text has shadow with #EBFAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFAC9 on black background.


Color preview on white background

This text has color #EBFAC9 on white background.



Black color preview on #EBFAC9 background

This text has black color on #EBFAC9 background.


White color preview on #EBFAC9 background

This text has white color on #EBFAC9 background.