COLOR #EBEFE3

HEX: #EBEFE3
RGB: (235,239,227)

Color info

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

RGB color model

#EBEFE3 color RGB value is (235,239,227).

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

RGB channels and saturation

R 235 of 255 = 92%
G 239 of 255 = 94%
B 227 of 255 = 89%

235
239
227

R + G + B ~ 92%. #EBEFE3 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 239 + 227 = 701 (100%)
R 235 of 701 ~ 33.52%
G 239 of 701 ~ 34.09%
B 227 of 701 ~ 32.38%

%33.52
%34.09
%32.38

CMYK color model

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

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 5.02%
  • key color value is 6.27%
CMYK:
(2,0,5,6)
C2M0Y5K6 
(2%,0%,5%,6%)
(0.02/0.00/0.05/0.06)	

CMYK percentages

%1.67
%0
%5.02
%6.27

Codes

Color #EBEFE3 in popluar color models

EBEFE3
RGB235239227
HSL80°27.27%91.37%
HSB/HSV80°5.02%93.73%
CMYK1.67%0.00%5.02%
6.27%

Color #EBEFE3 in popluar number systems.

HEXEBEFE3
Decimal235239227
Binary111010111110111111100011
Octal353357343

Shades and tints

Shades of #EBEFE3

#EBEFE3
(235,239,227)
#D6DACF
(214,218,207)
#C1C5BB
(193,197,187)
#ACB0A7
(172,176,167)
#979B93
(151,155,147)
#82867F
(130,134,127)
#6D716B
(109,113,107)
#585C57
(88,92,87)
#434743
(67,71,67)
#2E322F
(46,50,47)
#191D1B
(25,29,27)
#000000
(0,0,0)

Tints of #EBEFE3

#EBEFE3
(235,239,227)
#ECF0E5
(236,240,229)
#EDF1E7
(237,241,231)
#EEF2E9
(238,242,233)
#EFF3EB
(239,243,235)
#F0F4ED
(240,244,237)
#F1F5EF
(241,245,239)
#F2F6F1
(242,246,241)
#F3F7F3
(243,247,243)
#F4F8F5
(244,248,245)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEFE3; }

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

This text font color is #EBEFE3.


Background Color

.myBgColor { background-color: #EBEFE3; }

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

This div background color is #EBEFE3.


Border color

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

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

This div border color is #EBEFE3.


Opacity

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

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

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

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

This text has shadow with #EBEFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEFE3 on black background.


Color preview on white background

This text has color #EBEFE3 on white background.



Black color preview on #EBEFE3 background

This text has black color on #EBEFE3 background.


White color preview on #EBEFE3 background

This text has white color on #EBEFE3 background.