COLOR #EBEEE7

HEX: #EBEEE7
RGB: (235,238,231)

Color info

#EBEEE7 contains red, green and blue colors in about the same proportion. Web safe color of #EBEEE7 is #FFFFFF (or #FFF).

RGB color model

#EBEEE7 color RGB value is (235,238,231).

  • red value is 235;
  • green value is 238;
  • blue value is 231.
RGB:
(235,238,231)
(92%,93%,91%)

RGB channels and saturation

R 235 of 255 = 92%
G 238 of 255 = 93%
B 231 of 255 = 91%

235
238
231

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

Portions of RGB colors in percentages

R + G + B =
235 + 238 + 231 = 704 (100%)
R 235 of 704 ~ 33.38%
G 238 of 704 ~ 33.81%
B 231 of 704 ~ 32.81%

%33.38
%33.81
%32.81

CMYK color model

#EBEEE7 color CMYK value is (1,0,3,7).

  • cyan value is 1.26%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 6.67%
CMYK:
(1,0,3,7)
C1M0Y3K7 
(1%,0%,3%,7%)
(0.01/0.00/0.03/0.07)	

CMYK percentages

%1.26
%0
%2.94
%6.67

Codes

Color #EBEEE7 in popluar color models

EBEEE7
RGB235238231
HSL86°17.07%91.96%
HSB/HSV86°2.94%93.33%
CMYK1.26%0.00%2.94%
6.67%

Color #EBEEE7 in popluar number systems.

HEXEBEEE7
Decimal235238231
Binary111010111110111011100111
Octal353356347

Shades and tints

Shades of #EBEEE7

#EBEEE7
(235,238,231)
#D6D9D2
(214,217,210)
#C1C4BD
(193,196,189)
#ACAFA8
(172,175,168)
#979A93
(151,154,147)
#82857E
(130,133,126)
#6D7069
(109,112,105)
#585B54
(88,91,84)
#43463F
(67,70,63)
#2E312A
(46,49,42)
#191C15
(25,28,21)
#000000
(0,0,0)

Tints of #EBEEE7

#EBEEE7
(235,238,231)
#ECEFE9
(236,239,233)
#EDF0EB
(237,240,235)
#EEF1ED
(238,241,237)
#EFF2EF
(239,242,239)
#F0F3F1
(240,243,241)
#F1F4F3
(241,244,243)
#F2F5F5
(242,245,245)
#F3F6F7
(243,246,247)
#F4F7F9
(244,247,249)
#F5F8FB
(245,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBEEE7 color. Also use rgb(235,238,231) instead hex code.

Text Font Color

.myTextColor { color: #EBEEE7; }

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

This text font color is #EBEEE7.


Background Color

.myBgColor { background-color: #EBEEE7; }

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

This div background color is #EBEEE7.


Border color

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

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

This div border color is #EBEEE7.


Opacity

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

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

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

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

This text has shadow with #EBEEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEEE7 on black background.


Color preview on white background

This text has color #EBEEE7 on white background.



Black color preview on #EBEEE7 background

This text has black color on #EBEEE7 background.


White color preview on #EBEEE7 background

This text has white color on #EBEEE7 background.