COLOR #EBEBE6

HEX: #EBEBE6 RGB: (235,235,230)

Color info

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

RGB color model

#EBEBE6 color RGB value is (235,235,230).

RGB: (235,235,230) (92%, 92%, 90%)

RGB channels and saturation

R 235 of 255 = 92%
G 235 of 255 = 92%
B 230 of 255 = 90%

235
235
230

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

Portions of RGB colors in percentages

R + G + B = 235 + 235 + 230 = 700 (100%)
R 235 of 700 ~ 33.57%
G 235 of 700 ~ 33.57%
B 230 of 700 ~ 32.86'%

%33.57
%33.57
%32.86

CMYK color model

#EBEBE6 color CMYK value is (0,0,2,8).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 2.13%
  • key color value is 7.84%

CMYK: (0,0,2,8)
C0M0Y2K8 (0%, 0%, 2%, 8%)
(0.00 / 0.00 / 0.02 / 0.08)

CMYK percentages

%0
%0
%2.13
%7.84

Codes

Color #EBEBE6 in popluar color models

EB EB E6
RGB 235 235 230
HSL 60° 11.11% 91.18%
HSB/HSV 60° 2.13% 92.16%
CMYK 0.00% 0.00% 2.13%
7.84%

Color #EBEBE6 in popluar number systems.

HEX EB EB E6
Decimal 235 235 230
Binary 11101011 11101011 11100110
Octal 353 353 346

Shades and tints

Shades of #EBEBE6

#EBEBE6
(235,235,230)
#D6D6D2
(214,214,210)
#C1C1BE
(193,193,190)
#ACACAA
(172,172,170)
#979796
(151,151,150)
#828282
(130,130,130)
#6D6D6E
(109,109,110)
#58585A
(88,88,90)
#434346
(67,67,70)
#2E2E32
(46,46,50)
#19191E
(25,25,30)
#000000
(0,0,0)

Tints of #EBEBE6

#EBEBE6
(235,235,230)
#ECECE8
(236,236,232)
#EDEDEA
(237,237,234)
#EEEEEC
(238,238,236)
#EFEFEE
(239,239,238)
#F0F0F0
(240,240,240)
#F1F1F2
(241,241,242)
#F2F2F4
(242,242,244)
#F3F3F6
(243,243,246)
#F4F4F8
(244,244,248)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEBE6; }

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

This text font color is #EBEBE6.

Background Color

.myBgColor { background-color: #EBEBE6; }

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

This div background color is #EBEBE6.

Border color

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

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

This div border color is #EBEBE6.

Opacity

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

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

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

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

This text has shadow with #EBEBE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEBE6.

Preview

Color preview on black background

This text has color #EBEBE6 on black background.


Color preview on white background

This text has color #EBEBE6 on white background.


Black color preview on #EBEBE6 background

This text has black color on #EBEBE6 background.


White color preview on #EBEBE6 background

This text has white color on #EBEBE6 background.


Related colors

Complementary color

Complementary color for #hex is #141419.


I love getcolorcode.com