COLOR #EBEDBA

HEX: #EBEDBA RGB: (235,237,186)

Color info

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

RGB color model

#EBEDBA color RGB value is (235,237,186).

RGB: (235,237,186) (92%, 93%, 73%)

RGB channels and saturation

R 235 of 255 = 92%
G 237 of 255 = 93%
B 186 of 255 = 73%

235
237
186

R + G + B ~ 86%. #EBEDBA is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 237 + 186 = 658 (100%)
R 235 of 658 ~ 35.71%
G 237 of 658 ~ 36.02%
B 186 of 658 ~ 28.27'%

%35.71
%36.02
%28.27

CMYK color model

#EBEDBA color CMYK value is (1,0,22,7).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 21.52%
  • key color value is 7.06%

CMYK: (1,0,22,7)
C1M0Y22K7 (1%, 0%, 22%, 7%)
(0.01 / 0.00 / 0.22 / 0.07)

CMYK percentages

%0.84
%0
%21.52
%7.06

Codes

Color #EBEDBA in popluar color models

EB ED BA
RGB 235 237 186
HSL 62° 58.62% 82.94%
HSB/HSV 62° 21.52% 92.94%
CMYK 0.84% 0.00% 21.52%
7.06%

Color #EBEDBA in popluar number systems.

HEX EB ED BA
Decimal 235 237 186
Binary 11101011 11101101 10111010
Octal 353 355 272

Shades and tints

Shades of #EBEDBA

#EBEDBA
(235,237,186)
#D6D8AA
(214,216,170)
#C1C39A
(193,195,154)
#ACAE8A
(172,174,138)
#97997A
(151,153,122)
#82846A
(130,132,106)
#6D6F5A
(109,111,90)
#585A4A
(88,90,74)
#43453A
(67,69,58)
#2E302A
(46,48,42)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #EBEDBA

#EBEDBA
(235,237,186)
#ECEEC0
(236,238,192)
#EDEFC6
(237,239,198)
#EEF0CC
(238,240,204)
#EFF1D2
(239,241,210)
#F0F2D8
(240,242,216)
#F1F3DE
(241,243,222)
#F2F4E4
(242,244,228)
#F3F5EA
(243,245,234)
#F4F6F0
(244,246,240)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEDBA; }

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

This text font color is #EBEDBA.

Background Color

.myBgColor { background-color: #EBEDBA; }

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

This div background color is #EBEDBA.

Border color

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

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

This div border color is #EBEDBA.

Opacity

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

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

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

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

This text has shadow with #EBEDBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEDBA.

Preview

Color preview on black background

This text has color #EBEDBA on black background.


Color preview on white background

This text has color #EBEDBA on white background.


Black color preview on #EBEDBA background

This text has black color on #EBEDBA background.


White color preview on #EBEDBA background

This text has white color on #EBEDBA background.


Related colors

Complementary color

Complementary color for #hex is #141245.


I love getcolorcode.com

Triadic colors

1 #BAEBED and #EDBAEB with #EBEDBA are triadic colors.

2 #BAEDEB and #EDEBBA with #EBEDBA are triadic colors.