COLOR #EBE8C7

HEX: #EBE8C7
RGB: (235,232,199)

Color info

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

RGB color model

#EBE8C7 color RGB value is (235,232,199).

  • red value is 235;
  • green value is 232;
  • blue value is 199.
RGB:
(235,232,199)
(92%,91%,78%)

RGB channels and saturation

R 235 of 255 = 92%
G 232 of 255 = 91%
B 199 of 255 = 78%

235
232
199

R + G + B ~ 87%. #EBE8C7 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 232 + 199 = 666 (100%)
R 235 of 666 ~ 35.29%
G 232 of 666 ~ 34.83%
B 199 of 666 ~ 29.88%

%35.29
%34.83
%29.88

CMYK color model

#EBE8C7 color CMYK value is (0,1,15,8).

  • cyan value is 0.00%
  • magenta value is 1.28%
  • yellow value is 15.32%
  • key color value is 7.84%
CMYK:
(0,1,15,8)
C0M1Y15K8 
(0%,1%,15%,8%)
(0.00/0.01/0.15/0.08)	

CMYK percentages

%0
%1.28
%15.32
%7.84

Codes

Color #EBE8C7 in popluar color models

EBE8C7
RGB235232199
HSL55°47.37%85.10%
HSB/HSV55°15.32%92.16%
CMYK0.00%1.28%15.32%
7.84%

Color #EBE8C7 in popluar number systems.

HEXEBE8C7
Decimal235232199
Binary111010111110100011000111
Octal353350307

Shades and tints

Shades of #EBE8C7

#EBE8C7
(235,232,199)
#D6D3B5
(214,211,181)
#C1BEA3
(193,190,163)
#ACA991
(172,169,145)
#97947F
(151,148,127)
#827F6D
(130,127,109)
#6D6A5B
(109,106,91)
#585549
(88,85,73)
#434037
(67,64,55)
#2E2B25
(46,43,37)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #EBE8C7

#EBE8C7
(235,232,199)
#ECEACC
(236,234,204)
#EDECD1
(237,236,209)
#EEEED6
(238,238,214)
#EFF0DB
(239,240,219)
#F0F2E0
(240,242,224)
#F1F4E5
(241,244,229)
#F2F6EA
(242,246,234)
#F3F8EF
(243,248,239)
#F4FAF4
(244,250,244)
#F5FCF9
(245,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE8C7 color. Also use rgb(235,232,199) instead hex code.

Text Font Color

.myTextColor { color: #EBE8C7; }

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

This text font color is #EBE8C7.


Background Color

.myBgColor { background-color: #EBE8C7; }

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

This div background color is #EBE8C7.


Border color

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

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

This div border color is #EBE8C7.


Opacity

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

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

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

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

This text has shadow with #EBE8C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE8C7 on black background.


Color preview on white background

This text has color #EBE8C7 on white background.



Black color preview on #EBE8C7 background

This text has black color on #EBE8C7 background.


White color preview on #EBE8C7 background

This text has white color on #EBE8C7 background.