COLOR #EBE5C8

HEX: #EBE5C8
RGB: (235,229,200)

Color info

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

RGB color model

#EBE5C8 color RGB value is (235,229,200).

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

RGB channels and saturation

R 235 of 255 = 92%
G 229 of 255 = 90%
B 200 of 255 = 78%

235
229
200

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

Portions of RGB colors in percentages

R + G + B =
235 + 229 + 200 = 664 (100%)
R 235 of 664 ~ 35.39%
G 229 of 664 ~ 34.49%
B 200 of 664 ~ 30.12%

%35.39
%34.49
%30.12

CMYK color model

#EBE5C8 color CMYK value is (0,3,15,8).

  • cyan value is 0.00%
  • magenta value is 2.55%
  • yellow value is 14.89%
  • key color value is 7.84%
CMYK:
(0,3,15,8)
C0M3Y15K8 
(0%,3%,15%,8%)
(0.00/0.03/0.15/0.08)	

CMYK percentages

%0
%2.55
%14.89
%7.84

Codes

Color #EBE5C8 in popluar color models

EBE5C8
RGB235229200
HSL50°46.67%85.29%
HSB/HSV50°14.89%92.16%
CMYK0.00%2.55%14.89%
7.84%

Color #EBE5C8 in popluar number systems.

HEXEBE5C8
Decimal235229200
Binary111010111110010111001000
Octal353345310

Shades and tints

Shades of #EBE5C8

#EBE5C8
(235,229,200)
#D6D1B6
(214,209,182)
#C1BDA4
(193,189,164)
#ACA992
(172,169,146)
#979580
(151,149,128)
#82816E
(130,129,110)
#6D6D5C
(109,109,92)
#58594A
(88,89,74)
#434538
(67,69,56)
#2E3126
(46,49,38)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #EBE5C8

#EBE5C8
(235,229,200)
#ECE7CD
(236,231,205)
#EDE9D2
(237,233,210)
#EEEBD7
(238,235,215)
#EFEDDC
(239,237,220)
#F0EFE1
(240,239,225)
#F1F1E6
(241,241,230)
#F2F3EB
(242,243,235)
#F3F5F0
(243,245,240)
#F4F7F5
(244,247,245)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE5C8; }

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

This text font color is #EBE5C8.


Background Color

.myBgColor { background-color: #EBE5C8; }

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

This div background color is #EBE5C8.


Border color

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

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

This div border color is #EBE5C8.


Opacity

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

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

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

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

This text has shadow with #EBE5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE5C8 on black background.


Color preview on white background

This text has color #EBE5C8 on white background.



Black color preview on #EBE5C8 background

This text has black color on #EBE5C8 background.


White color preview on #EBE5C8 background

This text has white color on #EBE5C8 background.