COLOR #EBE2C1

HEX: #EBE2C1
RGB: (235,226,193)

Color info

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

RGB color model

#EBE2C1 color RGB value is (235,226,193).

  • red value is 235;
  • green value is 226;
  • blue value is 193.
RGB:
(235,226,193)
(92%,89%,76%)

RGB channels and saturation

R 235 of 255 = 92%
G 226 of 255 = 89%
B 193 of 255 = 76%

235
226
193

R + G + B ~ 86%. #EBE2C1 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 226 + 193 = 654 (100%)
R 235 of 654 ~ 35.93%
G 226 of 654 ~ 34.56%
B 193 of 654 ~ 29.51%

%35.93
%34.56
%29.51

CMYK color model

#EBE2C1 color CMYK value is (0,4,18,8).

  • cyan value is 0.00%
  • magenta value is 3.83%
  • yellow value is 17.87%
  • key color value is 7.84%
CMYK:
(0,4,18,8)
C0M4Y18K8 
(0%,4%,18%,8%)
(0.00/0.04/0.18/0.08)	

CMYK percentages

%0
%3.83
%17.87
%7.84

Codes

Color #EBE2C1 in popluar color models

EBE2C1
RGB235226193
HSL47°51.22%83.92%
HSB/HSV47°17.87%92.16%
CMYK0.00%3.83%17.87%
7.84%

Color #EBE2C1 in popluar number systems.

HEXEBE2C1
Decimal235226193
Binary111010111110001011000001
Octal353342301

Shades and tints

Shades of #EBE2C1

#EBE2C1
(235,226,193)
#D6CEB0
(214,206,176)
#C1BA9F
(193,186,159)
#ACA68E
(172,166,142)
#97927D
(151,146,125)
#827E6C
(130,126,108)
#6D6A5B
(109,106,91)
#58564A
(88,86,74)
#434239
(67,66,57)
#2E2E28
(46,46,40)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #EBE2C1

#EBE2C1
(235,226,193)
#ECE4C6
(236,228,198)
#EDE6CB
(237,230,203)
#EEE8D0
(238,232,208)
#EFEAD5
(239,234,213)
#F0ECDA
(240,236,218)
#F1EEDF
(241,238,223)
#F2F0E4
(242,240,228)
#F3F2E9
(243,242,233)
#F4F4EE
(244,244,238)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE2C1 color. Also use rgb(235,226,193) instead hex code.

Text Font Color

.myTextColor { color: #EBE2C1; }

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

This text font color is #EBE2C1.


Background Color

.myBgColor { background-color: #EBE2C1; }

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

This div background color is #EBE2C1.


Border color

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

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

This div border color is #EBE2C1.


Opacity

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

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

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

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

This text has shadow with #EBE2C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE2C1 on black background.


Color preview on white background

This text has color #EBE2C1 on white background.



Black color preview on #EBE2C1 background

This text has black color on #EBE2C1 background.


White color preview on #EBE2C1 background

This text has white color on #EBE2C1 background.