COLOR #EBEFCE

HEX: #EBEFCE
RGB: (235,239,206)

Color info

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

RGB color model

#EBEFCE color RGB value is (235,239,206).

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

RGB channels and saturation

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

235
239
206

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

Portions of RGB colors in percentages

R + G + B =
235 + 239 + 206 = 680 (100%)
R 235 of 680 ~ 34.56%
G 239 of 680 ~ 35.15%
B 206 of 680 ~ 30.29%

%34.56
%35.15
%30.29

CMYK color model

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

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

CMYK percentages

%1.67
%0
%13.81
%6.27

Codes

Color #EBEFCE in popluar color models

EBEFCE
RGB235239206
HSL67°50.77%87.25%
HSB/HSV67°13.81%93.73%
CMYK1.67%0.00%13.81%
6.27%

Color #EBEFCE in popluar number systems.

HEXEBEFCE
Decimal235239206
Binary111010111110111111001110
Octal353357316

Shades and tints

Shades of #EBEFCE

#EBEFCE
(235,239,206)
#D6DABC
(214,218,188)
#C1C5AA
(193,197,170)
#ACB098
(172,176,152)
#979B86
(151,155,134)
#828674
(130,134,116)
#6D7162
(109,113,98)
#585C50
(88,92,80)
#43473E
(67,71,62)
#2E322C
(46,50,44)
#191D1A
(25,29,26)
#000000
(0,0,0)

Tints of #EBEFCE

#EBEFCE
(235,239,206)
#ECF0D2
(236,240,210)
#EDF1D6
(237,241,214)
#EEF2DA
(238,242,218)
#EFF3DE
(239,243,222)
#F0F4E2
(240,244,226)
#F1F5E6
(241,245,230)
#F2F6EA
(242,246,234)
#F3F7EE
(243,247,238)
#F4F8F2
(244,248,242)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEFCE; }

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

This text font color is #EBEFCE.


Background Color

.myBgColor { background-color: #EBEFCE; }

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

This div background color is #EBEFCE.


Border color

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

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

This div border color is #EBEFCE.


Opacity

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

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

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

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

This text has shadow with #EBEFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEFCE on black background.


Color preview on white background

This text has color #EBEFCE on white background.



Black color preview on #EBEFCE background

This text has black color on #EBEFCE background.


White color preview on #EBEFCE background

This text has white color on #EBEFCE background.