COLOR #EBF0D3

HEX: #EBF0D3
RGB: (235,240,211)

Color info

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

RGB color model

#EBF0D3 color RGB value is (235,240,211).

  • red value is 235;
  • green value is 240;
  • blue value is 211.
RGB:
(235,240,211)
(92%,94%,83%)

RGB channels and saturation

R 235 of 255 = 92%
G 240 of 255 = 94%
B 211 of 255 = 83%

235
240
211

R + G + B ~ 90%. #EBF0D3 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 240 + 211 = 686 (100%)
R 235 of 686 ~ 34.26%
G 240 of 686 ~ 34.99%
B 211 of 686 ~ 30.76%

%34.26
%34.99
%30.76

CMYK color model

#EBF0D3 color CMYK value is (2,0,12,6).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 12.08%
  • key color value is 5.88%
CMYK:
(2,0,12,6)
C2M0Y12K6 
(2%,0%,12%,6%)
(0.02/0.00/0.12/0.06)	

CMYK percentages

%2.08
%0
%12.08
%5.88

Codes

Color #EBF0D3 in popluar color models

EBF0D3
RGB235240211
HSL70°49.15%88.43%
HSB/HSV70°12.08%94.12%
CMYK2.08%0.00%12.08%
5.88%

Color #EBF0D3 in popluar number systems.

HEXEBF0D3
Decimal235240211
Binary111010111111000011010011
Octal353360323

Shades and tints

Shades of #EBF0D3

#EBF0D3
(235,240,211)
#D6DBC0
(214,219,192)
#C1C6AD
(193,198,173)
#ACB19A
(172,177,154)
#979C87
(151,156,135)
#828774
(130,135,116)
#6D7261
(109,114,97)
#585D4E
(88,93,78)
#43483B
(67,72,59)
#2E3328
(46,51,40)
#191E15
(25,30,21)
#000000
(0,0,0)

Tints of #EBF0D3

#EBF0D3
(235,240,211)
#ECF1D7
(236,241,215)
#EDF2DB
(237,242,219)
#EEF3DF
(238,243,223)
#EFF4E3
(239,244,227)
#F0F5E7
(240,245,231)
#F1F6EB
(241,246,235)
#F2F7EF
(242,247,239)
#F3F8F3
(243,248,243)
#F4F9F7
(244,249,247)
#F5FAFB
(245,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF0D3 color. Also use rgb(235,240,211) instead hex code.

Text Font Color

.myTextColor { color: #EBF0D3; }

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

This text font color is #EBF0D3.


Background Color

.myBgColor { background-color: #EBF0D3; }

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

This div background color is #EBF0D3.


Border color

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

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

This div border color is #EBF0D3.


Opacity

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

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

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

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

This text has shadow with #EBF0D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF0D3 on black background.


Color preview on white background

This text has color #EBF0D3 on white background.



Black color preview on #EBF0D3 background

This text has black color on #EBF0D3 background.


White color preview on #EBF0D3 background

This text has white color on #EBF0D3 background.