COLOR #EBFAC1

HEX: #EBFAC1
RGB: (235,250,193)

Color info

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

RGB color model

#EBFAC1 color RGB value is (235,250,193).

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

RGB channels and saturation

R 235 of 255 = 92%
G 250 of 255 = 98%
B 193 of 255 = 76%

235
250
193

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

Portions of RGB colors in percentages

R + G + B =
235 + 250 + 193 = 678 (100%)
R 235 of 678 ~ 34.66%
G 250 of 678 ~ 36.87%
B 193 of 678 ~ 28.47%

%34.66
%36.87
%28.47

CMYK color model

#EBFAC1 color CMYK value is (6,0,23,2).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 22.80%
  • key color value is 1.96%
CMYK:
(6,0,23,2)
C6M0Y23K2 
(6%,0%,23%,2%)
(0.06/0.00/0.23/0.02)	

CMYK percentages

%6
%0
%22.8
%1.96

Codes

Color #EBFAC1 in popluar color models

EBFAC1
RGB235250193
HSL76°85.07%86.86%
HSB/HSV76°22.80%98.04%
CMYK6.00%0.00%22.80%
1.96%

Color #EBFAC1 in popluar number systems.

HEXEBFAC1
Decimal235250193
Binary111010111111101011000001
Octal353372301

Shades and tints

Shades of #EBFAC1

#EBFAC1
(235,250,193)
#D6E4B0
(214,228,176)
#C1CE9F
(193,206,159)
#ACB88E
(172,184,142)
#97A27D
(151,162,125)
#828C6C
(130,140,108)
#6D765B
(109,118,91)
#58604A
(88,96,74)
#434A39
(67,74,57)
#2E3428
(46,52,40)
#191E17
(25,30,23)
#000000
(0,0,0)

Tints of #EBFAC1

#EBFAC1
(235,250,193)
#ECFAC6
(236,250,198)
#EDFACB
(237,250,203)
#EEFAD0
(238,250,208)
#EFFAD5
(239,250,213)
#F0FADA
(240,250,218)
#F1FADF
(241,250,223)
#F2FAE4
(242,250,228)
#F3FAE9
(243,250,233)
#F4FAEE
(244,250,238)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFAC1; }

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

This text font color is #EBFAC1.


Background Color

.myBgColor { background-color: #EBFAC1; }

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

This div background color is #EBFAC1.


Border color

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

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

This div border color is #EBFAC1.


Opacity

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

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

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

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

This text has shadow with #EBFAC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFAC1 on black background.


Color preview on white background

This text has color #EBFAC1 on white background.



Black color preview on #EBFAC1 background

This text has black color on #EBFAC1 background.


White color preview on #EBFAC1 background

This text has white color on #EBFAC1 background.