COLOR #EBEBD6

HEX: #EBEBD6 RGB: (235,235,214)

Color info

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

RGB color model

#EBEBD6 color RGB value is (235,235,214).

RGB: (235,235,214) (92%, 92%, 84%)

RGB channels and saturation

R 235 of 255 = 92%
G 235 of 255 = 92%
B 214 of 255 = 84%

235
235
214

R + G + B ~ 89%. #EBEBD6 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 235 + 214 = 684 (100%)
R 235 of 684 ~ 34.36%
G 235 of 684 ~ 34.36%
B 214 of 684 ~ 31.29'%

%34.36
%34.36
%31.29

CMYK color model

#EBEBD6 color CMYK value is (0,0,9,8).

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

CMYK: (0,0,9,8)
C0M0Y9K8 (0%, 0%, 9%, 8%)
(0.00 / 0.00 / 0.09 / 0.08)

CMYK percentages

%0
%0
%8.94
%7.84

Codes

Color #EBEBD6 in popluar color models

EB EB D6
RGB 235 235 214
HSL 60° 34.43% 88.04%
HSB/HSV 60° 8.94% 92.16%
CMYK 0.00% 0.00% 8.94%
7.84%

Color #EBEBD6 in popluar number systems.

HEX EB EB D6
Decimal 235 235 214
Binary 11101011 11101011 11010110
Octal 353 353 326

Shades and tints

Shades of #EBEBD6

#EBEBD6
(235,235,214)
#D6D6C3
(214,214,195)
#C1C1B0
(193,193,176)
#ACAC9D
(172,172,157)
#97978A
(151,151,138)
#828277
(130,130,119)
#6D6D64
(109,109,100)
#585851
(88,88,81)
#43433E
(67,67,62)
#2E2E2B
(46,46,43)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #EBEBD6

#EBEBD6
(235,235,214)
#ECECD9
(236,236,217)
#EDEDDC
(237,237,220)
#EEEEDF
(238,238,223)
#EFEFE2
(239,239,226)
#F0F0E5
(240,240,229)
#F1F1E8
(241,241,232)
#F2F2EB
(242,242,235)
#F3F3EE
(243,243,238)
#F4F4F1
(244,244,241)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEBD6; }

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

This text font color is #EBEBD6.

Background Color

.myBgColor { background-color: #EBEBD6; }

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

This div background color is #EBEBD6.

Border color

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

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

This div border color is #EBEBD6.

Opacity

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

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

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

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

This text has shadow with #EBEBD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEBD6.

Preview

Color preview on black background

This text has color #EBEBD6 on black background.


Color preview on white background

This text has color #EBEBD6 on white background.


Black color preview on #EBEBD6 background

This text has black color on #EBEBD6 background.


White color preview on #EBEBD6 background

This text has white color on #EBEBD6 background.


Related colors

Complementary color

Complementary color for #hex is #141429.


I love getcolorcode.com