COLOR #EBFDEC

HEX: #EBFDEC
RGB: (235,253,236)

Color info

#EBFDEC contains red, green and blue colors in about the same proportion. Web safe color of #EBFDEC is #FFFFFF (or #FFF).

RGB color model

#EBFDEC color RGB value is (235,253,236).

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

RGB channels and saturation

R 235 of 255 = 92%
G 253 of 255 = 99%
B 236 of 255 = 93%

235
253
236

R + G + B ~ 95%. #EBFDEC is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 253 + 236 = 724 (100%)
R 235 of 724 ~ 32.46%
G 253 of 724 ~ 34.94%
B 236 of 724 ~ 32.6%

%32.46
%34.94
%32.6

CMYK color model

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

  • cyan value is 7.11%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 0.78%
CMYK:
(7,0,7,1)
C7M0Y7K1 
(7%,0%,7%,1%)
(0.07/0.00/0.07/0.01)	

CMYK percentages

%7.11
%0
%6.72
%0.78

Codes

Color #EBFDEC in popluar color models

EBFDEC
RGB235253236
HSL123°81.82%95.69%
HSB/HSV123°7.11%99.22%
CMYK7.11%0.00%6.72%
0.78%

Color #EBFDEC in popluar number systems.

HEXEBFDEC
Decimal235253236
Binary111010111111110111101100
Octal353375354

Shades and tints

Shades of #EBFDEC

#EBFDEC
(235,253,236)
#D6E6D7
(214,230,215)
#C1CFC2
(193,207,194)
#ACB8AD
(172,184,173)
#97A198
(151,161,152)
#828A83
(130,138,131)
#6D736E
(109,115,110)
#585C59
(88,92,89)
#434544
(67,69,68)
#2E2E2F
(46,46,47)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #EBFDEC

#EBFDEC
(235,253,236)
#ECFDED
(236,253,237)
#EDFDEE
(237,253,238)
#EEFDEF
(238,253,239)
#EFFDF0
(239,253,240)
#F0FDF1
(240,253,241)
#F1FDF2
(241,253,242)
#F2FDF3
(242,253,243)
#F3FDF4
(243,253,244)
#F4FDF5
(244,253,245)
#F5FDF6
(245,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFDEC; }

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

This text font color is #EBFDEC.


Background Color

.myBgColor { background-color: #EBFDEC; }

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

This div background color is #EBFDEC.


Border color

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

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

This div border color is #EBFDEC.


Opacity

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

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

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

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

This text has shadow with #EBFDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFDEC on black background.


Color preview on white background

This text has color #EBFDEC on white background.



Black color preview on #EBFDEC background

This text has black color on #EBFDEC background.


White color preview on #EBFDEC background

This text has white color on #EBFDEC background.