COLOR #EBEBD1

HEX: #EBEBD1 RGB: (235,235,209)

Color info

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

RGB color model

#EBEBD1 color RGB value is (235,235,209).

RGB: (235,235,209) (92%, 92%, 82%)

RGB channels and saturation

R 235 of 255 = 92%
G 235 of 255 = 92%
B 209 of 255 = 82%

235
235
209

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

Portions of RGB colors in percentages

R + G + B = 235 + 235 + 209 = 679 (100%)
R 235 of 679 ~ 34.61%
G 235 of 679 ~ 34.61%
B 209 of 679 ~ 30.78'%

%34.61
%34.61
%30.78

CMYK color model

#EBEBD1 color CMYK value is (0,0,11,8).

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

CMYK: (0,0,11,8)
C0M0Y11K8 (0%, 0%, 11%, 8%)
(0.00 / 0.00 / 0.11 / 0.08)

CMYK percentages

%0
%0
%11.06
%7.84

Codes

Color #EBEBD1 in popluar color models

EB EB D1
RGB 235 235 209
HSL 60° 39.39% 87.06%
HSB/HSV 60° 11.06% 92.16%
CMYK 0.00% 0.00% 11.06%
7.84%

Color #EBEBD1 in popluar number systems.

HEX EB EB D1
Decimal 235 235 209
Binary 11101011 11101011 11010001
Octal 353 353 321

Shades and tints

Shades of #EBEBD1

#EBEBD1
(235,235,209)
#D6D6BE
(214,214,190)
#C1C1AB
(193,193,171)
#ACAC98
(172,172,152)
#979785
(151,151,133)
#828272
(130,130,114)
#6D6D5F
(109,109,95)
#58584C
(88,88,76)
#434339
(67,67,57)
#2E2E26
(46,46,38)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #EBEBD1

#EBEBD1
(235,235,209)
#ECECD5
(236,236,213)
#EDEDD9
(237,237,217)
#EEEEDD
(238,238,221)
#EFEFE1
(239,239,225)
#F0F0E5
(240,240,229)
#F1F1E9
(241,241,233)
#F2F2ED
(242,242,237)
#F3F3F1
(243,243,241)
#F4F4F5
(244,244,245)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEBD1; }

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

This text font color is #EBEBD1.

Background Color

.myBgColor { background-color: #EBEBD1; }

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

This div background color is #EBEBD1.

Border color

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

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

This div border color is #EBEBD1.

Opacity

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

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

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

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

This text has shadow with #EBEBD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEBD1.

Preview

Color preview on black background

This text has color #EBEBD1 on black background.


Color preview on white background

This text has color #EBEBD1 on white background.


Black color preview on #EBEBD1 background

This text has black color on #EBEBD1 background.


White color preview on #EBEBD1 background

This text has white color on #EBEBD1 background.


Related colors

Complementary color

Complementary color for #hex is #14142E.


I love getcolorcode.com