COLOR #EBEDB6

HEX: #EBEDB6
RGB: (235,237,182)

Color info

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

RGB color model

#EBEDB6 color RGB value is (235,237,182).

  • red value is 235;
  • green value is 237;
  • blue value is 182.
RGB:
(235,237,182)
(92%,93%,71%)

RGB channels and saturation

R 235 of 255 = 92%
G 237 of 255 = 93%
B 182 of 255 = 71%

235
237
182

R + G + B ~ 85%. #EBEDB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 237 + 182 = 654 (100%)
R 235 of 654 ~ 35.93%
G 237 of 654 ~ 36.24%
B 182 of 654 ~ 27.83%

%35.93
%36.24
%27.83

CMYK color model

#EBEDB6 color CMYK value is (1,0,23,7).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 23.21%
  • key color value is 7.06%
CMYK:
(1,0,23,7)
C1M0Y23K7 
(1%,0%,23%,7%)
(0.01/0.00/0.23/0.07)	

CMYK percentages

%0.84
%0
%23.21
%7.06

Codes

Color #EBEDB6 in popluar color models

EBEDB6
RGB235237182
HSL62°60.44%82.16%
HSB/HSV62°23.21%92.94%
CMYK0.84%0.00%23.21%
7.06%

Color #EBEDB6 in popluar number systems.

HEXEBEDB6
Decimal235237182
Binary111010111110110110110110
Octal353355266

Shades and tints

Shades of #EBEDB6

#EBEDB6
(235,237,182)
#D6D8A6
(214,216,166)
#C1C396
(193,195,150)
#ACAE86
(172,174,134)
#979976
(151,153,118)
#828466
(130,132,102)
#6D6F56
(109,111,86)
#585A46
(88,90,70)
#434536
(67,69,54)
#2E3026
(46,48,38)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #EBEDB6

#EBEDB6
(235,237,182)
#ECEEBC
(236,238,188)
#EDEFC2
(237,239,194)
#EEF0C8
(238,240,200)
#EFF1CE
(239,241,206)
#F0F2D4
(240,242,212)
#F1F3DA
(241,243,218)
#F2F4E0
(242,244,224)
#F3F5E6
(243,245,230)
#F4F6EC
(244,246,236)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEDB6; }

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

This text font color is #EBEDB6.


Background Color

.myBgColor { background-color: #EBEDB6; }

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

This div background color is #EBEDB6.


Border color

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

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

This div border color is #EBEDB6.


Opacity

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

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

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

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

This text has shadow with #EBEDB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEDB6 on black background.


Color preview on white background

This text has color #EBEDB6 on white background.



Black color preview on #EBEDB6 background

This text has black color on #EBEDB6 background.


White color preview on #EBEDB6 background

This text has white color on #EBEDB6 background.