COLOR #EBE8CE

HEX: #EBE8CE RGB: (235,232,206)

Color info

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

RGB color model

#EBE8CE color RGB value is (235,232,206).

RGB: (235,232,206) (92%, 91%, 81%)

RGB channels and saturation

R 235 of 255 = 92%
G 232 of 255 = 91%
B 206 of 255 = 81%

235
232
206

R + G + B ~ 88%. #EBE8CE is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 232 + 206 = 673 (100%)
R 235 of 673 ~ 34.92%
G 232 of 673 ~ 34.47%
B 206 of 673 ~ 30.61'%

%34.92
%34.47
%30.61

CMYK color model

#EBE8CE color CMYK value is (0,1,12,8).

  • cyan value is 0.00%
  • magenta value is 1.28%
  • yellow value is 12.34%
  • key color value is 7.84%

CMYK: (0,1,12,8)
C0M1Y12K8 (0%, 1%, 12%, 8%)
(0.00 / 0.01 / 0.12 / 0.08)

CMYK percentages

%0
%1.28
%12.34
%7.84

Codes

Color #EBE8CE in popluar color models

EB E8 CE
RGB 235 232 206
HSL 54° 42.03% 86.47%
HSB/HSV 54° 12.34% 92.16%
CMYK 0.00% 1.28% 12.34%
7.84%

Color #EBE8CE in popluar number systems.

HEX EB E8 CE
Decimal 235 232 206
Binary 11101011 11101000 11001110
Octal 353 350 316

Shades and tints

Shades of #EBE8CE

#EBE8CE
(235,232,206)
#D6D3BC
(214,211,188)
#C1BEAA
(193,190,170)
#ACA998
(172,169,152)
#979486
(151,148,134)
#827F74
(130,127,116)
#6D6A62
(109,106,98)
#585550
(88,85,80)
#43403E
(67,64,62)
#2E2B2C
(46,43,44)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #EBE8CE

#EBE8CE
(235,232,206)
#ECEAD2
(236,234,210)
#EDECD6
(237,236,214)
#EEEEDA
(238,238,218)
#EFF0DE
(239,240,222)
#F0F2E2
(240,242,226)
#F1F4E6
(241,244,230)
#F2F6EA
(242,246,234)
#F3F8EE
(243,248,238)
#F4FAF2
(244,250,242)
#F5FCF6
(245,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE8CE color. Also use rgb(235,232,206) instead hex code.

Text Font Color

.myTextColor { color: #EBE8CE; }

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

This text font color is #EBE8CE.

Background Color

.myBgColor { background-color: #EBE8CE; }

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

This div background color is #EBE8CE.

Border color

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

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

This div border color is #EBE8CE.

Opacity

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

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

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

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

This text has shadow with #EBE8CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE8CE.

Preview

Color preview on black background

This text has color #EBE8CE on black background.


Color preview on white background

This text has color #EBE8CE on white background.


Black color preview on #EBE8CE background

This text has black color on #EBE8CE background.


White color preview on #EBE8CE background

This text has white color on #EBE8CE background.


Related colors

Complementary color

Complementary color for #hex is #141731.


I love getcolorcode.com

Triadic colors

1 #CEEBE8 and #E8CEEB with #EBE8CE are triadic colors.

2 #CEE8EB and #E8EBCE with #EBE8CE are triadic colors.