COLOR #EBE2C8

HEX: #EBE2C8 RGB: (235,226,200)

Color info

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

RGB color model

#EBE2C8 color RGB value is (235,226,200).

RGB: (235,226,200) (92%, 89%, 78%)

RGB channels and saturation

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

235
226
200

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

Portions of RGB colors in percentages

R + G + B = 235 + 226 + 200 = 661 (100%)
R 235 of 661 ~ 35.55%
G 226 of 661 ~ 34.19%
B 200 of 661 ~ 30.26'%

%35.55
%34.19
%30.26

CMYK color model

#EBE2C8 color CMYK value is (0,4,15,8).

  • cyan value is 0.00%
  • magenta value is 3.83%
  • yellow value is 14.89%
  • key color value is 7.84%

CMYK: (0,4,15,8)
C0M4Y15K8 (0%, 4%, 15%, 8%)
(0.00 / 0.04 / 0.15 / 0.08)

CMYK percentages

%0
%3.83
%14.89
%7.84

Codes

Color #EBE2C8 in popluar color models

EB E2 C8
RGB 235 226 200
HSL 45° 46.67% 85.29%
HSB/HSV 45° 14.89% 92.16%
CMYK 0.00% 3.83% 14.89%
7.84%

Color #EBE2C8 in popluar number systems.

HEX EB E2 C8
Decimal 235 226 200
Binary 11101011 11100010 11001000
Octal 353 342 310

Shades and tints

Shades of #EBE2C8

#EBE2C8
(235,226,200)
#D6CEB6
(214,206,182)
#C1BAA4
(193,186,164)
#ACA692
(172,166,146)
#979280
(151,146,128)
#827E6E
(130,126,110)
#6D6A5C
(109,106,92)
#58564A
(88,86,74)
#434238
(67,66,56)
#2E2E26
(46,46,38)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #EBE2C8

#EBE2C8
(235,226,200)
#ECE4CD
(236,228,205)
#EDE6D2
(237,230,210)
#EEE8D7
(238,232,215)
#EFEADC
(239,234,220)
#F0ECE1
(240,236,225)
#F1EEE6
(241,238,230)
#F2F0EB
(242,240,235)
#F3F2F0
(243,242,240)
#F4F4F5
(244,244,245)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE2C8; }

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

This text font color is #EBE2C8.

Background Color

.myBgColor { background-color: #EBE2C8; }

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

This div background color is #EBE2C8.

Border color

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

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

This div border color is #EBE2C8.

Opacity

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

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

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

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

This text has shadow with #EBE2C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE2C8.

Preview

Color preview on black background

This text has color #EBE2C8 on black background.


Color preview on white background

This text has color #EBE2C8 on white background.


Black color preview on #EBE2C8 background

This text has black color on #EBE2C8 background.


White color preview on #EBE2C8 background

This text has white color on #EBE2C8 background.


Related colors

Complementary color

Complementary color for #hex is #141D37.


I love getcolorcode.com

Triadic colors

1 #C8EBE2 and #E2C8EB with #EBE2C8 are triadic colors.

2 #C8E2EB and #E2EBC8 with #EBE2C8 are triadic colors.