COLOR #EBF1DE

HEX: #EBF1DE
RGB: (235,241,222)

Color info

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

RGB color model

#EBF1DE color RGB value is (235,241,222).

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

RGB channels and saturation

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

235
241
222

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

Portions of RGB colors in percentages

R + G + B =
235 + 241 + 222 = 698 (100%)
R 235 of 698 ~ 33.67%
G 241 of 698 ~ 34.53%
B 222 of 698 ~ 31.81%

%33.67
%34.53
%31.81

CMYK color model

#EBF1DE color CMYK value is (2,0,8,5).

  • cyan value is 2.49%
  • magenta value is 0.00%
  • yellow value is 7.88%
  • key color value is 5.49%
CMYK:
(2,0,8,5)
C2M0Y8K5 
(2%,0%,8%,5%)
(0.02/0.00/0.08/0.05)	

CMYK percentages

%2.49
%0
%7.88
%5.49

Codes

Color #EBF1DE in popluar color models

EBF1DE
RGB235241222
HSL79°40.43%90.78%
HSB/HSV79°7.88%94.51%
CMYK2.49%0.00%7.88%
5.49%

Color #EBF1DE in popluar number systems.

HEXEBF1DE
Decimal235241222
Binary111010111111000111011110
Octal353361336

Shades and tints

Shades of #EBF1DE

#EBF1DE
(235,241,222)
#D6DCCA
(214,220,202)
#C1C7B6
(193,199,182)
#ACB2A2
(172,178,162)
#979D8E
(151,157,142)
#82887A
(130,136,122)
#6D7366
(109,115,102)
#585E52
(88,94,82)
#43493E
(67,73,62)
#2E342A
(46,52,42)
#191F16
(25,31,22)
#000000
(0,0,0)

Tints of #EBF1DE

#EBF1DE
(235,241,222)
#ECF2E1
(236,242,225)
#EDF3E4
(237,243,228)
#EEF4E7
(238,244,231)
#EFF5EA
(239,245,234)
#F0F6ED
(240,246,237)
#F1F7F0
(241,247,240)
#F2F8F3
(242,248,243)
#F3F9F6
(243,249,246)
#F4FAF9
(244,250,249)
#F5FBFC
(245,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF1DE; }

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

This text font color is #EBF1DE.


Background Color

.myBgColor { background-color: #EBF1DE; }

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

This div background color is #EBF1DE.


Border color

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

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

This div border color is #EBF1DE.


Opacity

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

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

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

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

This text has shadow with #EBF1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF1DE on black background.


Color preview on white background

This text has color #EBF1DE on white background.



Black color preview on #EBF1DE background

This text has black color on #EBF1DE background.


White color preview on #EBF1DE background

This text has white color on #EBF1DE background.