COLOR #EBF1DF

HEX: #EBF1DF
RGB: (235,241,223)

Color info

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

RGB color model

#EBF1DF color RGB value is (235,241,223).

  • red value is 235;
  • green value is 241;
  • blue value is 223.
RGB:
(235,241,223)
(92%,95%,87%)

RGB channels and saturation

R 235 of 255 = 92%
G 241 of 255 = 95%
B 223 of 255 = 87%

235
241
223

R + G + B ~ 91%. #EBF1DF is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 241 + 223 = 699 (100%)
R 235 of 699 ~ 33.62%
G 241 of 699 ~ 34.48%
B 223 of 699 ~ 31.9%

%33.62
%34.48
%31.9

CMYK color model

#EBF1DF color CMYK value is (2,0,7,5).

  • cyan value is 2.49%
  • magenta value is 0.00%
  • yellow value is 7.47%
  • key color value is 5.49%
CMYK:
(2,0,7,5)
C2M0Y7K5 
(2%,0%,7%,5%)
(0.02/0.00/0.07/0.05)	

CMYK percentages

%2.49
%0
%7.47
%5.49

Codes

Color #EBF1DF in popluar color models

EBF1DF
RGB235241223
HSL80°39.13%90.98%
HSB/HSV80°7.47%94.51%
CMYK2.49%0.00%7.47%
5.49%

Color #EBF1DF in popluar number systems.

HEXEBF1DF
Decimal235241223
Binary111010111111000111011111
Octal353361337

Shades and tints

Shades of #EBF1DF

#EBF1DF
(235,241,223)
#D6DCCB
(214,220,203)
#C1C7B7
(193,199,183)
#ACB2A3
(172,178,163)
#979D8F
(151,157,143)
#82887B
(130,136,123)
#6D7367
(109,115,103)
#585E53
(88,94,83)
#43493F
(67,73,63)
#2E342B
(46,52,43)
#191F17
(25,31,23)
#000000
(0,0,0)

Tints of #EBF1DF

#EBF1DF
(235,241,223)
#ECF2E1
(236,242,225)
#EDF3E3
(237,243,227)
#EEF4E5
(238,244,229)
#EFF5E7
(239,245,231)
#F0F6E9
(240,246,233)
#F1F7EB
(241,247,235)
#F2F8ED
(242,248,237)
#F3F9EF
(243,249,239)
#F4FAF1
(244,250,241)
#F5FBF3
(245,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF1DF color. Also use rgb(235,241,223) instead hex code.

Text Font Color

.myTextColor { color: #EBF1DF; }

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

This text font color is #EBF1DF.


Background Color

.myBgColor { background-color: #EBF1DF; }

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

This div background color is #EBF1DF.


Border color

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

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

This div border color is #EBF1DF.


Opacity

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

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

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

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

This text has shadow with #EBF1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF1DF on black background.


Color preview on white background

This text has color #EBF1DF on white background.



Black color preview on #EBF1DF background

This text has black color on #EBF1DF background.


White color preview on #EBF1DF background

This text has white color on #EBF1DF background.