COLOR #EBF7C1

HEX: #EBF7C1
RGB: (235,247,193)

Color info

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

RGB color model

#EBF7C1 color RGB value is (235,247,193).

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

RGB channels and saturation

R 235 of 255 = 92%
G 247 of 255 = 97%
B 193 of 255 = 76%

235
247
193

R + G + B ~ 88%. #EBF7C1 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 247 + 193 = 675 (100%)
R 235 of 675 ~ 34.81%
G 247 of 675 ~ 36.59%
B 193 of 675 ~ 28.59%

%34.81
%36.59
%28.59

CMYK color model

#EBF7C1 color CMYK value is (5,0,22,3).

  • cyan value is 4.86%
  • magenta value is 0.00%
  • yellow value is 21.86%
  • key color value is 3.14%
CMYK:
(5,0,22,3)
C5M0Y22K3 
(5%,0%,22%,3%)
(0.05/0.00/0.22/0.03)	

CMYK percentages

%4.86
%0
%21.86
%3.14

Codes

Color #EBF7C1 in popluar color models

EBF7C1
RGB235247193
HSL73°77.14%86.27%
HSB/HSV73°21.86%96.86%
CMYK4.86%0.00%21.86%
3.14%

Color #EBF7C1 in popluar number systems.

HEXEBF7C1
Decimal235247193
Binary111010111111011111000001
Octal353367301

Shades and tints

Shades of #EBF7C1

#EBF7C1
(235,247,193)
#D6E1B0
(214,225,176)
#C1CB9F
(193,203,159)
#ACB58E
(172,181,142)
#979F7D
(151,159,125)
#82896C
(130,137,108)
#6D735B
(109,115,91)
#585D4A
(88,93,74)
#434739
(67,71,57)
#2E3128
(46,49,40)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #EBF7C1

#EBF7C1
(235,247,193)
#ECF7C6
(236,247,198)
#EDF7CB
(237,247,203)
#EEF7D0
(238,247,208)
#EFF7D5
(239,247,213)
#F0F7DA
(240,247,218)
#F1F7DF
(241,247,223)
#F2F7E4
(242,247,228)
#F3F7E9
(243,247,233)
#F4F7EE
(244,247,238)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF7C1; }

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

This text font color is #EBF7C1.


Background Color

.myBgColor { background-color: #EBF7C1; }

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

This div background color is #EBF7C1.


Border color

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

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

This div border color is #EBF7C1.


Opacity

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

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

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

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

This text has shadow with #EBF7C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF7C1 on black background.


Color preview on white background

This text has color #EBF7C1 on white background.



Black color preview on #EBF7C1 background

This text has black color on #EBF7C1 background.


White color preview on #EBF7C1 background

This text has white color on #EBF7C1 background.