COLOR #EBE5CD

HEX: #EBE5CD
RGB: (235,229,205)

Color info

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

RGB color model

#EBE5CD color RGB value is (235,229,205).

  • red value is 235;
  • green value is 229;
  • blue value is 205.
RGB:
(235,229,205)
(92%,90%,80%)

RGB channels and saturation

R 235 of 255 = 92%
G 229 of 255 = 90%
B 205 of 255 = 80%

235
229
205

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

Portions of RGB colors in percentages

R + G + B =
235 + 229 + 205 = 669 (100%)
R 235 of 669 ~ 35.13%
G 229 of 669 ~ 34.23%
B 205 of 669 ~ 30.64%

%35.13
%34.23
%30.64

CMYK color model

#EBE5CD color CMYK value is (0,3,13,8).

  • cyan value is 0.00%
  • magenta value is 2.55%
  • yellow value is 12.77%
  • key color value is 7.84%
CMYK:
(0,3,13,8)
C0M3Y13K8 
(0%,3%,13%,8%)
(0.00/0.03/0.13/0.08)	

CMYK percentages

%0
%2.55
%12.77
%7.84

Codes

Color #EBE5CD in popluar color models

EBE5CD
RGB235229205
HSL48°42.86%86.27%
HSB/HSV48°12.77%92.16%
CMYK0.00%2.55%12.77%
7.84%

Color #EBE5CD in popluar number systems.

HEXEBE5CD
Decimal235229205
Binary111010111110010111001101
Octal353345315

Shades and tints

Shades of #EBE5CD

#EBE5CD
(235,229,205)
#D6D1BB
(214,209,187)
#C1BDA9
(193,189,169)
#ACA997
(172,169,151)
#979585
(151,149,133)
#828173
(130,129,115)
#6D6D61
(109,109,97)
#58594F
(88,89,79)
#43453D
(67,69,61)
#2E312B
(46,49,43)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #EBE5CD

#EBE5CD
(235,229,205)
#ECE7D1
(236,231,209)
#EDE9D5
(237,233,213)
#EEEBD9
(238,235,217)
#EFEDDD
(239,237,221)
#F0EFE1
(240,239,225)
#F1F1E5
(241,241,229)
#F2F3E9
(242,243,233)
#F3F5ED
(243,245,237)
#F4F7F1
(244,247,241)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE5CD color. Also use rgb(235,229,205) instead hex code.

Text Font Color

.myTextColor { color: #EBE5CD; }

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

This text font color is #EBE5CD.


Background Color

.myBgColor { background-color: #EBE5CD; }

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

This div background color is #EBE5CD.


Border color

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

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

This div border color is #EBE5CD.


Opacity

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

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

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

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

This text has shadow with #EBE5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE5CD on black background.


Color preview on white background

This text has color #EBE5CD on white background.



Black color preview on #EBE5CD background

This text has black color on #EBE5CD background.


White color preview on #EBE5CD background

This text has white color on #EBE5CD background.