COLOR #EBF1D9

HEX: #EBF1D9
RGB: (235,241,217)

Color info

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

RGB color model

#EBF1D9 color RGB value is (235,241,217).

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

RGB channels and saturation

R 235 of 255 = 92%
G 241 of 255 = 95%
B 217 of 255 = 85%

235
241
217

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

Portions of RGB colors in percentages

R + G + B =
235 + 241 + 217 = 693 (100%)
R 235 of 693 ~ 33.91%
G 241 of 693 ~ 34.78%
B 217 of 693 ~ 31.31%

%33.91
%34.78
%31.31

CMYK color model

#EBF1D9 color CMYK value is (2,0,10,5).

  • cyan value is 2.49%
  • magenta value is 0.00%
  • yellow value is 9.96%
  • key color value is 5.49%
CMYK:
(2,0,10,5)
C2M0Y10K5 
(2%,0%,10%,5%)
(0.02/0.00/0.10/0.05)	

CMYK percentages

%2.49
%0
%9.96
%5.49

Codes

Color #EBF1D9 in popluar color models

EBF1D9
RGB235241217
HSL75°46.15%89.80%
HSB/HSV75°9.96%94.51%
CMYK2.49%0.00%9.96%
5.49%

Color #EBF1D9 in popluar number systems.

HEXEBF1D9
Decimal235241217
Binary111010111111000111011001
Octal353361331

Shades and tints

Shades of #EBF1D9

#EBF1D9
(235,241,217)
#D6DCC6
(214,220,198)
#C1C7B3
(193,199,179)
#ACB2A0
(172,178,160)
#979D8D
(151,157,141)
#82887A
(130,136,122)
#6D7367
(109,115,103)
#585E54
(88,94,84)
#434941
(67,73,65)
#2E342E
(46,52,46)
#191F1B
(25,31,27)
#000000
(0,0,0)

Tints of #EBF1D9

#EBF1D9
(235,241,217)
#ECF2DC
(236,242,220)
#EDF3DF
(237,243,223)
#EEF4E2
(238,244,226)
#EFF5E5
(239,245,229)
#F0F6E8
(240,246,232)
#F1F7EB
(241,247,235)
#F2F8EE
(242,248,238)
#F3F9F1
(243,249,241)
#F4FAF4
(244,250,244)
#F5FBF7
(245,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF1D9; }

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

This text font color is #EBF1D9.


Background Color

.myBgColor { background-color: #EBF1D9; }

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

This div background color is #EBF1D9.


Border color

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

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

This div border color is #EBF1D9.


Opacity

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

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

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

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

This text has shadow with #EBF1D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF1D9 on black background.


Color preview on white background

This text has color #EBF1D9 on white background.



Black color preview on #EBF1D9 background

This text has black color on #EBF1D9 background.


White color preview on #EBF1D9 background

This text has white color on #EBF1D9 background.