COLOR #EBE1CC

HEX: #EBE1CC
RGB: (235,225,204)

Color info

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

RGB color model

#EBE1CC color RGB value is (235,225,204).

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

RGB channels and saturation

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

235
225
204

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

Portions of RGB colors in percentages

R + G + B =
235 + 225 + 204 = 664 (100%)
R 235 of 664 ~ 35.39%
G 225 of 664 ~ 33.89%
B 204 of 664 ~ 30.72%

%35.39
%33.89
%30.72

CMYK color model

#EBE1CC color CMYK value is (0,4,13,8).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 13.19%
  • key color value is 7.84%
CMYK:
(0,4,13,8)
C0M4Y13K8 
(0%,4%,13%,8%)
(0.00/0.04/0.13/0.08)	

CMYK percentages

%0
%4.26
%13.19
%7.84

Codes

Color #EBE1CC in popluar color models

EBE1CC
RGB235225204
HSL41°43.66%86.08%
HSB/HSV41°13.19%92.16%
CMYK0.00%4.26%13.19%
7.84%

Color #EBE1CC in popluar number systems.

HEXEBE1CC
Decimal235225204
Binary111010111110000111001100
Octal353341314

Shades and tints

Shades of #EBE1CC

#EBE1CC
(235,225,204)
#D6CDBA
(214,205,186)
#C1B9A8
(193,185,168)
#ACA596
(172,165,150)
#979184
(151,145,132)
#827D72
(130,125,114)
#6D6960
(109,105,96)
#58554E
(88,85,78)
#43413C
(67,65,60)
#2E2D2A
(46,45,42)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #EBE1CC

#EBE1CC
(235,225,204)
#ECE3D0
(236,227,208)
#EDE5D4
(237,229,212)
#EEE7D8
(238,231,216)
#EFE9DC
(239,233,220)
#F0EBE0
(240,235,224)
#F1EDE4
(241,237,228)
#F2EFE8
(242,239,232)
#F3F1EC
(243,241,236)
#F4F3F0
(244,243,240)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE1CC; }

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

This text font color is #EBE1CC.


Background Color

.myBgColor { background-color: #EBE1CC; }

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

This div background color is #EBE1CC.


Border color

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

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

This div border color is #EBE1CC.


Opacity

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

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

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

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

This text has shadow with #EBE1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE1CC on black background.


Color preview on white background

This text has color #EBE1CC on white background.



Black color preview on #EBE1CC background

This text has black color on #EBE1CC background.


White color preview on #EBE1CC background

This text has white color on #EBE1CC background.