COLOR #EBF0CE

HEX: #EBF0CE
RGB: (235,240,206)

Color info

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

RGB color model

#EBF0CE color RGB value is (235,240,206).

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

RGB channels and saturation

R 235 of 255 = 92%
G 240 of 255 = 94%
B 206 of 255 = 81%

235
240
206

R + G + B ~ 89%. #EBF0CE is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 240 + 206 = 681 (100%)
R 235 of 681 ~ 34.51%
G 240 of 681 ~ 35.24%
B 206 of 681 ~ 30.25%

%34.51
%35.24
%30.25

CMYK color model

#EBF0CE color CMYK value is (2,0,14,6).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 14.17%
  • key color value is 5.88%
CMYK:
(2,0,14,6)
C2M0Y14K6 
(2%,0%,14%,6%)
(0.02/0.00/0.14/0.06)	

CMYK percentages

%2.08
%0
%14.17
%5.88

Codes

Color #EBF0CE in popluar color models

EBF0CE
RGB235240206
HSL69°53.13%87.45%
HSB/HSV69°14.17%94.12%
CMYK2.08%0.00%14.17%
5.88%

Color #EBF0CE in popluar number systems.

HEXEBF0CE
Decimal235240206
Binary111010111111000011001110
Octal353360316

Shades and tints

Shades of #EBF0CE

#EBF0CE
(235,240,206)
#D6DBBC
(214,219,188)
#C1C6AA
(193,198,170)
#ACB198
(172,177,152)
#979C86
(151,156,134)
#828774
(130,135,116)
#6D7262
(109,114,98)
#585D50
(88,93,80)
#43483E
(67,72,62)
#2E332C
(46,51,44)
#191E1A
(25,30,26)
#000000
(0,0,0)

Tints of #EBF0CE

#EBF0CE
(235,240,206)
#ECF1D2
(236,241,210)
#EDF2D6
(237,242,214)
#EEF3DA
(238,243,218)
#EFF4DE
(239,244,222)
#F0F5E2
(240,245,226)
#F1F6E6
(241,246,230)
#F2F7EA
(242,247,234)
#F3F8EE
(243,248,238)
#F4F9F2
(244,249,242)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF0CE; }

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

This text font color is #EBF0CE.


Background Color

.myBgColor { background-color: #EBF0CE; }

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

This div background color is #EBF0CE.


Border color

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

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

This div border color is #EBF0CE.


Opacity

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

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

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

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

This text has shadow with #EBF0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF0CE on black background.


Color preview on white background

This text has color #EBF0CE on white background.



Black color preview on #EBF0CE background

This text has black color on #EBF0CE background.


White color preview on #EBF0CE background

This text has white color on #EBF0CE background.