COLOR #EBE2C6

HEX: #EBE2C6
RGB: (235,226,198)

Color info

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

RGB color model

#EBE2C6 color RGB value is (235,226,198).

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

RGB channels and saturation

R 235 of 255 = 92%
G 226 of 255 = 89%
B 198 of 255 = 78%

235
226
198

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

Portions of RGB colors in percentages

R + G + B =
235 + 226 + 198 = 659 (100%)
R 235 of 659 ~ 35.66%
G 226 of 659 ~ 34.29%
B 198 of 659 ~ 30.05%

%35.66
%34.29
%30.05

CMYK color model

#EBE2C6 color CMYK value is (0,4,16,8).

  • cyan value is 0.00%
  • magenta value is 3.83%
  • yellow value is 15.74%
  • key color value is 7.84%
CMYK:
(0,4,16,8)
C0M4Y16K8 
(0%,4%,16%,8%)
(0.00/0.04/0.16/0.08)	

CMYK percentages

%0
%3.83
%15.74
%7.84

Codes

Color #EBE2C6 in popluar color models

EBE2C6
RGB235226198
HSL45°48.05%84.90%
HSB/HSV45°15.74%92.16%
CMYK0.00%3.83%15.74%
7.84%

Color #EBE2C6 in popluar number systems.

HEXEBE2C6
Decimal235226198
Binary111010111110001011000110
Octal353342306

Shades and tints

Shades of #EBE2C6

#EBE2C6
(235,226,198)
#D6CEB4
(214,206,180)
#C1BAA2
(193,186,162)
#ACA690
(172,166,144)
#97927E
(151,146,126)
#827E6C
(130,126,108)
#6D6A5A
(109,106,90)
#585648
(88,86,72)
#434236
(67,66,54)
#2E2E24
(46,46,36)
#191A12
(25,26,18)
#000000
(0,0,0)

Tints of #EBE2C6

#EBE2C6
(235,226,198)
#ECE4CB
(236,228,203)
#EDE6D0
(237,230,208)
#EEE8D5
(238,232,213)
#EFEADA
(239,234,218)
#F0ECDF
(240,236,223)
#F1EEE4
(241,238,228)
#F2F0E9
(242,240,233)
#F3F2EE
(243,242,238)
#F4F4F3
(244,244,243)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE2C6; }

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

This text font color is #EBE2C6.


Background Color

.myBgColor { background-color: #EBE2C6; }

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

This div background color is #EBE2C6.


Border color

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

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

This div border color is #EBE2C6.


Opacity

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

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

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

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

This text has shadow with #EBE2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE2C6 on black background.


Color preview on white background

This text has color #EBE2C6 on white background.



Black color preview on #EBE2C6 background

This text has black color on #EBE2C6 background.


White color preview on #EBE2C6 background

This text has white color on #EBE2C6 background.