COLOR #EBE5B6

HEX: #EBE5B6 RGB: (235,229,182)

Color info

#EBE5B6 contains red, green and blue colors in about the same proportion. Web safe color of #EBE5B6 is #FFCCCC (or #FCC).

RGB color model

#EBE5B6 color RGB value is (235,229,182).

RGB: (235,229,182) (92%, 90%, 71%)

RGB channels and saturation

R 235 of 255 = 92%
G 229 of 255 = 90%
B 182 of 255 = 71%

235
229
182

R + G + B ~ 84%. #EBE5B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 229 + 182 = 646 (100%)
R 235 of 646 ~ 36.38%
G 229 of 646 ~ 35.45%
B 182 of 646 ~ 28.17'%

%36.38
%35.45
%28.17

CMYK color model

#EBE5B6 color CMYK value is (0,3,23,8).

  • cyan value is 0.00%
  • magenta value is 2.55%
  • yellow value is 22.55%
  • key color value is 7.84%

CMYK: (0,3,23,8)
C0M3Y23K8 (0%, 3%, 23%, 8%)
(0.00 / 0.03 / 0.23 / 0.08)

CMYK percentages

%0
%2.55
%22.55
%7.84

Codes

Color #EBE5B6 in popluar color models

EB E5 B6
RGB 235 229 182
HSL 53° 56.99% 81.76%
HSB/HSV 53° 22.55% 92.16%
CMYK 0.00% 2.55% 22.55%
7.84%

Color #EBE5B6 in popluar number systems.

HEX EB E5 B6
Decimal 235 229 182
Binary 11101011 11100101 10110110
Octal 353 345 266

Shades and tints

Shades of #EBE5B6

#EBE5B6
(235,229,182)
#D6D1A6
(214,209,166)
#C1BD96
(193,189,150)
#ACA986
(172,169,134)
#979576
(151,149,118)
#828166
(130,129,102)
#6D6D56
(109,109,86)
#585946
(88,89,70)
#434536
(67,69,54)
#2E3126
(46,49,38)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #EBE5B6

#EBE5B6
(235,229,182)
#ECE7BC
(236,231,188)
#EDE9C2
(237,233,194)
#EEEBC8
(238,235,200)
#EFEDCE
(239,237,206)
#F0EFD4
(240,239,212)
#F1F1DA
(241,241,218)
#F2F3E0
(242,243,224)
#F3F5E6
(243,245,230)
#F4F7EC
(244,247,236)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE5B6; }

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

This text font color is #EBE5B6.

Background Color

.myBgColor { background-color: #EBE5B6; }

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

This div background color is #EBE5B6.

Border color

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

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

This div border color is #EBE5B6.

Opacity

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

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

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

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

This text has shadow with #EBE5B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE5B6.

Preview

Color preview on black background

This text has color #EBE5B6 on black background.


Color preview on white background

This text has color #EBE5B6 on white background.


Black color preview on #EBE5B6 background

This text has black color on #EBE5B6 background.


White color preview on #EBE5B6 background

This text has white color on #EBE5B6 background.


Related colors

Complementary color

Complementary color for #hex is #141A49.


I love getcolorcode.com

Triadic colors

1 #B6EBE5 and #E5B6EB with #EBE5B6 are triadic colors.

2 #B6E5EB and #E5EBB6 with #EBE5B6 are triadic colors.