COLOR #EBE3B6

HEX: #EBE3B6
RGB: (235,227,182)

Color info

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

RGB color model

#EBE3B6 color RGB value is (235,227,182).

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

RGB channels and saturation

R 235 of 255 = 92%
G 227 of 255 = 89%
B 182 of 255 = 71%

235
227
182

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

Portions of RGB colors in percentages

R + G + B =
235 + 227 + 182 = 644 (100%)
R 235 of 644 ~ 36.49%
G 227 of 644 ~ 35.25%
B 182 of 644 ~ 28.26%

%36.49
%35.25
%28.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.40%
  • 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
%3.4
%22.55
%7.84

Codes

Color #EBE3B6 in popluar color models

EBE3B6
RGB235227182
HSL51°56.99%81.76%
HSB/HSV51°22.55%92.16%
CMYK0.00%3.40%22.55%
7.84%

Color #EBE3B6 in popluar number systems.

HEXEBE3B6
Decimal235227182
Binary111010111110001110110110
Octal353343266

Shades and tints

Shades of #EBE3B6

#EBE3B6
(235,227,182)
#D6CFA6
(214,207,166)
#C1BB96
(193,187,150)
#ACA786
(172,167,134)
#979376
(151,147,118)
#827F66
(130,127,102)
#6D6B56
(109,107,86)
#585746
(88,87,70)
#434336
(67,67,54)
#2E2F26
(46,47,38)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #EBE3B6

#EBE3B6
(235,227,182)
#ECE5BC
(236,229,188)
#EDE7C2
(237,231,194)
#EEE9C8
(238,233,200)
#EFEBCE
(239,235,206)
#F0EDD4
(240,237,212)
#F1EFDA
(241,239,218)
#F2F1E0
(242,241,224)
#F3F3E6
(243,243,230)
#F4F5EC
(244,245,236)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE3B6; }

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

This text font color is #EBE3B6.


Background Color

.myBgColor { background-color: #EBE3B6; }

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

This div background color is #EBE3B6.


Border color

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

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

This div border color is #EBE3B6.


Opacity

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

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

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

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

This text has shadow with #EBE3B6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EBE3B6 on black background.


Color preview on white background

This text has color #EBE3B6 on white background.



Black color preview on #EBE3B6 background

This text has black color on #EBE3B6 background.


White color preview on #EBE3B6 background

This text has white color on #EBE3B6 background.