COLOR #EBEDE3

HEX: #EBEDE3
RGB: (235,237,227)

Color info

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

RGB color model

#EBEDE3 color RGB value is (235,237,227).

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

RGB channels and saturation

R 235 of 255 = 92%
G 237 of 255 = 93%
B 227 of 255 = 89%

235
237
227

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

Portions of RGB colors in percentages

R + G + B =
235 + 237 + 227 = 699 (100%)
R 235 of 699 ~ 33.62%
G 237 of 699 ~ 33.91%
B 227 of 699 ~ 32.47%

%33.62
%33.91
%32.47

CMYK color model

#EBEDE3 color CMYK value is (1,0,4,7).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 4.22%
  • key color value is 7.06%
CMYK:
(1,0,4,7)
C1M0Y4K7 
(1%,0%,4%,7%)
(0.01/0.00/0.04/0.07)	

CMYK percentages

%0.84
%0
%4.22
%7.06

Codes

Color #EBEDE3 in popluar color models

EBEDE3
RGB235237227
HSL72°21.74%90.98%
HSB/HSV72°4.22%92.94%
CMYK0.84%0.00%4.22%
7.06%

Color #EBEDE3 in popluar number systems.

HEXEBEDE3
Decimal235237227
Binary111010111110110111100011
Octal353355343

Shades and tints

Shades of #EBEDE3

#EBEDE3
(235,237,227)
#D6D8CF
(214,216,207)
#C1C3BB
(193,195,187)
#ACAEA7
(172,174,167)
#979993
(151,153,147)
#82847F
(130,132,127)
#6D6F6B
(109,111,107)
#585A57
(88,90,87)
#434543
(67,69,67)
#2E302F
(46,48,47)
#191B1B
(25,27,27)
#000000
(0,0,0)

Tints of #EBEDE3

#EBEDE3
(235,237,227)
#ECEEE5
(236,238,229)
#EDEFE7
(237,239,231)
#EEF0E9
(238,240,233)
#EFF1EB
(239,241,235)
#F0F2ED
(240,242,237)
#F1F3EF
(241,243,239)
#F2F4F1
(242,244,241)
#F3F5F3
(243,245,243)
#F4F6F5
(244,246,245)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEDE3; }

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

This text font color is #EBEDE3.


Background Color

.myBgColor { background-color: #EBEDE3; }

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

This div background color is #EBEDE3.


Border color

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

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

This div border color is #EBEDE3.


Opacity

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

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

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

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

This text has shadow with #EBEDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEDE3 on black background.


Color preview on white background

This text has color #EBEDE3 on white background.



Black color preview on #EBEDE3 background

This text has black color on #EBEDE3 background.


White color preview on #EBEDE3 background

This text has white color on #EBEDE3 background.