COLOR #EBE9C6

HEX: #EBE9C6
RGB: (235,233,198)

Color info

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

RGB color model

#EBE9C6 color RGB value is (235,233,198).

  • red value is 235;
  • green value is 233;
  • blue value is 198.
RGB:
(235,233,198)
(92%,91%,78%)

RGB channels and saturation

R 235 of 255 = 92%
G 233 of 255 = 91%
B 198 of 255 = 78%

235
233
198

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

Portions of RGB colors in percentages

R + G + B =
235 + 233 + 198 = 666 (100%)
R 235 of 666 ~ 35.29%
G 233 of 666 ~ 34.98%
B 198 of 666 ~ 29.73%

%35.29
%34.98
%29.73

CMYK color model

#EBE9C6 color CMYK value is (0,1,16,8).

  • cyan value is 0.00%
  • magenta value is 0.85%
  • yellow value is 15.74%
  • key color value is 7.84%
CMYK:
(0,1,16,8)
C0M1Y16K8 
(0%,1%,16%,8%)
(0.00/0.01/0.16/0.08)	

CMYK percentages

%0
%0.85
%15.74
%7.84

Codes

Color #EBE9C6 in popluar color models

EBE9C6
RGB235233198
HSL57°48.05%84.90%
HSB/HSV57°15.74%92.16%
CMYK0.00%0.85%15.74%
7.84%

Color #EBE9C6 in popluar number systems.

HEXEBE9C6
Decimal235233198
Binary111010111110100111000110
Octal353351306

Shades and tints

Shades of #EBE9C6

#EBE9C6
(235,233,198)
#D6D4B4
(214,212,180)
#C1BFA2
(193,191,162)
#ACAA90
(172,170,144)
#97957E
(151,149,126)
#82806C
(130,128,108)
#6D6B5A
(109,107,90)
#585648
(88,86,72)
#434136
(67,65,54)
#2E2C24
(46,44,36)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #EBE9C6

#EBE9C6
(235,233,198)
#ECEBCB
(236,235,203)
#EDEDD0
(237,237,208)
#EEEFD5
(238,239,213)
#EFF1DA
(239,241,218)
#F0F3DF
(240,243,223)
#F1F5E4
(241,245,228)
#F2F7E9
(242,247,233)
#F3F9EE
(243,249,238)
#F4FBF3
(244,251,243)
#F5FDF8
(245,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE9C6 color. Also use rgb(235,233,198) instead hex code.

Text Font Color

.myTextColor { color: #EBE9C6; }

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

This text font color is #EBE9C6.


Background Color

.myBgColor { background-color: #EBE9C6; }

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

This div background color is #EBE9C6.


Border color

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

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

This div border color is #EBE9C6.


Opacity

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

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

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

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

This text has shadow with #EBE9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE9C6 on black background.


Color preview on white background

This text has color #EBE9C6 on white background.



Black color preview on #EBE9C6 background

This text has black color on #EBE9C6 background.


White color preview on #EBE9C6 background

This text has white color on #EBE9C6 background.