COLOR #EBEFE0

HEX: #EBEFE0
RGB: (235,239,224)

Color info

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

RGB color model

#EBEFE0 color RGB value is (235,239,224).

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

RGB channels and saturation

R 235 of 255 = 92%
G 239 of 255 = 94%
B 224 of 255 = 88%

235
239
224

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

Portions of RGB colors in percentages

R + G + B =
235 + 239 + 224 = 698 (100%)
R 235 of 698 ~ 33.67%
G 239 of 698 ~ 34.24%
B 224 of 698 ~ 32.09%

%33.67
%34.24
%32.09

CMYK color model

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

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 6.28%
  • key color value is 6.27%
CMYK:
(2,0,6,6)
C2M0Y6K6 
(2%,0%,6%,6%)
(0.02/0.00/0.06/0.06)	

CMYK percentages

%1.67
%0
%6.28
%6.27

Codes

Color #EBEFE0 in popluar color models

EBEFE0
RGB235239224
HSL76°31.91%90.78%
HSB/HSV76°6.28%93.73%
CMYK1.67%0.00%6.28%
6.27%

Color #EBEFE0 in popluar number systems.

HEXEBEFE0
Decimal235239224
Binary111010111110111111100000
Octal353357340

Shades and tints

Shades of #EBEFE0

#EBEFE0
(235,239,224)
#D6DACC
(214,218,204)
#C1C5B8
(193,197,184)
#ACB0A4
(172,176,164)
#979B90
(151,155,144)
#82867C
(130,134,124)
#6D7168
(109,113,104)
#585C54
(88,92,84)
#434740
(67,71,64)
#2E322C
(46,50,44)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #EBEFE0

#EBEFE0
(235,239,224)
#ECF0E2
(236,240,226)
#EDF1E4
(237,241,228)
#EEF2E6
(238,242,230)
#EFF3E8
(239,243,232)
#F0F4EA
(240,244,234)
#F1F5EC
(241,245,236)
#F2F6EE
(242,246,238)
#F3F7F0
(243,247,240)
#F4F8F2
(244,248,242)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEFE0; }

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

This text font color is #EBEFE0.


Background Color

.myBgColor { background-color: #EBEFE0; }

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

This div background color is #EBEFE0.


Border color

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

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

This div border color is #EBEFE0.


Opacity

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

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

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

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

This text has shadow with #EBEFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEFE0 on black background.


Color preview on white background

This text has color #EBEFE0 on white background.



Black color preview on #EBEFE0 background

This text has black color on #EBEFE0 background.


White color preview on #EBEFE0 background

This text has white color on #EBEFE0 background.