COLOR #EBE0CC

HEX: #EBE0CC
RGB: (235,224,204)

Color info

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

RGB color model

#EBE0CC color RGB value is (235,224,204).

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

RGB channels and saturation

R 235 of 255 = 92%
G 224 of 255 = 88%
B 204 of 255 = 80%

235
224
204

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

Portions of RGB colors in percentages

R + G + B =
235 + 224 + 204 = 663 (100%)
R 235 of 663 ~ 35.44%
G 224 of 663 ~ 33.79%
B 204 of 663 ~ 30.77%

%35.44
%33.79
%30.77

CMYK color model

#EBE0CC color CMYK value is (0,5,13,8).

  • cyan value is 0.00%
  • magenta value is 4.68%
  • yellow value is 13.19%
  • key color value is 7.84%
CMYK:
(0,5,13,8)
C0M5Y13K8 
(0%,5%,13%,8%)
(0.00/0.05/0.13/0.08)	

CMYK percentages

%0
%4.68
%13.19
%7.84

Codes

Color #EBE0CC in popluar color models

EBE0CC
RGB235224204
HSL39°43.66%86.08%
HSB/HSV39°13.19%92.16%
CMYK0.00%4.68%13.19%
7.84%

Color #EBE0CC in popluar number systems.

HEXEBE0CC
Decimal235224204
Binary111010111110000011001100
Octal353340314

Shades and tints

Shades of #EBE0CC

#EBE0CC
(235,224,204)
#D6CCBA
(214,204,186)
#C1B8A8
(193,184,168)
#ACA496
(172,164,150)
#979084
(151,144,132)
#827C72
(130,124,114)
#6D6860
(109,104,96)
#58544E
(88,84,78)
#43403C
(67,64,60)
#2E2C2A
(46,44,42)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #EBE0CC

#EBE0CC
(235,224,204)
#ECE2D0
(236,226,208)
#EDE4D4
(237,228,212)
#EEE6D8
(238,230,216)
#EFE8DC
(239,232,220)
#F0EAE0
(240,234,224)
#F1ECE4
(241,236,228)
#F2EEE8
(242,238,232)
#F3F0EC
(243,240,236)
#F4F2F0
(244,242,240)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE0CC; }

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

This text font color is #EBE0CC.


Background Color

.myBgColor { background-color: #EBE0CC; }

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

This div background color is #EBE0CC.


Border color

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

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

This div border color is #EBE0CC.


Opacity

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

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

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

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

This text has shadow with #EBE0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE0CC on black background.


Color preview on white background

This text has color #EBE0CC on white background.



Black color preview on #EBE0CC background

This text has black color on #EBE0CC background.


White color preview on #EBE0CC background

This text has white color on #EBE0CC background.