COLOR #EBE2B7

HEX: #EBE2B7 RGB: (235,226,183)

Color info

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

RGB color model

#EBE2B7 color RGB value is (235,226,183).

RGB: (235,226,183) (92%, 89%, 72%)

RGB channels and saturation

R 235 of 255 = 92%
G 226 of 255 = 89%
B 183 of 255 = 72%

235
226
183

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

Portions of RGB colors in percentages

R + G + B = 235 + 226 + 183 = 644 (100%)
R 235 of 644 ~ 36.49%
G 226 of 644 ~ 35.09%
B 183 of 644 ~ 28.42'%

%36.49
%35.09
%28.42

CMYK color model

#EBE2B7 color CMYK value is (0,4,22,8).

  • cyan value is 0.00%
  • magenta value is 3.83%
  • yellow value is 22.13%
  • key color value is 7.84%

CMYK: (0,4,22,8)
C0M4Y22K8 (0%, 4%, 22%, 8%)
(0.00 / 0.04 / 0.22 / 0.08)

CMYK percentages

%0
%3.83
%22.13
%7.84

Codes

Color #EBE2B7 in popluar color models

EB E2 B7
RGB 235 226 183
HSL 50° 56.52% 81.96%
HSB/HSV 50° 22.13% 92.16%
CMYK 0.00% 3.83% 22.13%
7.84%

Color #EBE2B7 in popluar number systems.

HEX EB E2 B7
Decimal 235 226 183
Binary 11101011 11100010 10110111
Octal 353 342 267

Shades and tints

Shades of #EBE2B7

#EBE2B7
(235,226,183)
#D6CEA7
(214,206,167)
#C1BA97
(193,186,151)
#ACA687
(172,166,135)
#979277
(151,146,119)
#827E67
(130,126,103)
#6D6A57
(109,106,87)
#585647
(88,86,71)
#434237
(67,66,55)
#2E2E27
(46,46,39)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #EBE2B7

#EBE2B7
(235,226,183)
#ECE4BD
(236,228,189)
#EDE6C3
(237,230,195)
#EEE8C9
(238,232,201)
#EFEACF
(239,234,207)
#F0ECD5
(240,236,213)
#F1EEDB
(241,238,219)
#F2F0E1
(242,240,225)
#F3F2E7
(243,242,231)
#F4F4ED
(244,244,237)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE2B7; }

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

This text font color is #EBE2B7.

Background Color

.myBgColor { background-color: #EBE2B7; }

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

This div background color is #EBE2B7.

Border color

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

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

This div border color is #EBE2B7.

Opacity

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

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

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

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

This text has shadow with #EBE2B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE2B7.

Preview

Color preview on black background

This text has color #EBE2B7 on black background.


Color preview on white background

This text has color #EBE2B7 on white background.


Black color preview on #EBE2B7 background

This text has black color on #EBE2B7 background.


White color preview on #EBE2B7 background

This text has white color on #EBE2B7 background.


Related colors

Complementary color

Complementary color for #hex is #141D48.


I love getcolorcode.com

Triadic colors

1 #B7EBE2 and #E2B7EB with #EBE2B7 are triadic colors.

2 #B7E2EB and #E2EBB7 with #EBE2B7 are triadic colors.