COLOR #EBE8CC

HEX: #EBE8CC
RGB: (235,232,204)

Color info

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

RGB color model

#EBE8CC color RGB value is (235,232,204).

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

RGB channels and saturation

R 235 of 255 = 92%
G 232 of 255 = 91%
B 204 of 255 = 80%

235
232
204

R + G + B ~ 88%. #EBE8CC is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 232 + 204 = 671 (100%)
R 235 of 671 ~ 35.02%
G 232 of 671 ~ 34.58%
B 204 of 671 ~ 30.4%

%35.02
%34.58
%30.4

CMYK color model

#EBE8CC color CMYK value is (0,1,13,8).

  • cyan value is 0.00%
  • magenta value is 1.28%
  • yellow value is 13.19%
  • key color value is 7.84%
CMYK:
(0,1,13,8)
C0M1Y13K8 
(0%,1%,13%,8%)
(0.00/0.01/0.13/0.08)	

CMYK percentages

%0
%1.28
%13.19
%7.84

Codes

Color #EBE8CC in popluar color models

EBE8CC
RGB235232204
HSL54°43.66%86.08%
HSB/HSV54°13.19%92.16%
CMYK0.00%1.28%13.19%
7.84%

Color #EBE8CC in popluar number systems.

HEXEBE8CC
Decimal235232204
Binary111010111110100011001100
Octal353350314

Shades and tints

Shades of #EBE8CC

#EBE8CC
(235,232,204)
#D6D3BA
(214,211,186)
#C1BEA8
(193,190,168)
#ACA996
(172,169,150)
#979484
(151,148,132)
#827F72
(130,127,114)
#6D6A60
(109,106,96)
#58554E
(88,85,78)
#43403C
(67,64,60)
#2E2B2A
(46,43,42)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #EBE8CC

#EBE8CC
(235,232,204)
#ECEAD0
(236,234,208)
#EDECD4
(237,236,212)
#EEEED8
(238,238,216)
#EFF0DC
(239,240,220)
#F0F2E0
(240,242,224)
#F1F4E4
(241,244,228)
#F2F6E8
(242,246,232)
#F3F8EC
(243,248,236)
#F4FAF0
(244,250,240)
#F5FCF4
(245,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE8CC; }

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

This text font color is #EBE8CC.


Background Color

.myBgColor { background-color: #EBE8CC; }

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

This div background color is #EBE8CC.


Border color

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

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

This div border color is #EBE8CC.


Opacity

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

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

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

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

This text has shadow with #EBE8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE8CC on black background.


Color preview on white background

This text has color #EBE8CC on white background.



Black color preview on #EBE8CC background

This text has black color on #EBE8CC background.


White color preview on #EBE8CC background

This text has white color on #EBE8CC background.