COLOR #EBE4C2

HEX: #EBE4C2
RGB: (235,228,194)

Color info

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

RGB color model

#EBE4C2 color RGB value is (235,228,194).

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

RGB channels and saturation

R 235 of 255 = 92%
G 228 of 255 = 89%
B 194 of 255 = 76%

235
228
194

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

Portions of RGB colors in percentages

R + G + B =
235 + 228 + 194 = 657 (100%)
R 235 of 657 ~ 35.77%
G 228 of 657 ~ 34.7%
B 194 of 657 ~ 29.53%

%35.77
%34.7
%29.53

CMYK color model

#EBE4C2 color CMYK value is (0,3,17,8).

  • cyan value is 0.00%
  • magenta value is 2.98%
  • yellow value is 17.45%
  • key color value is 7.84%
CMYK:
(0,3,17,8)
C0M3Y17K8 
(0%,3%,17%,8%)
(0.00/0.03/0.17/0.08)	

CMYK percentages

%0
%2.98
%17.45
%7.84

Codes

Color #EBE4C2 in popluar color models

EBE4C2
RGB235228194
HSL50°50.62%84.12%
HSB/HSV50°17.45%92.16%
CMYK0.00%2.98%17.45%
7.84%

Color #EBE4C2 in popluar number systems.

HEXEBE4C2
Decimal235228194
Binary111010111110010011000010
Octal353344302

Shades and tints

Shades of #EBE4C2

#EBE4C2
(235,228,194)
#D6D0B1
(214,208,177)
#C1BCA0
(193,188,160)
#ACA88F
(172,168,143)
#97947E
(151,148,126)
#82806D
(130,128,109)
#6D6C5C
(109,108,92)
#58584B
(88,88,75)
#43443A
(67,68,58)
#2E3029
(46,48,41)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #EBE4C2

#EBE4C2
(235,228,194)
#ECE6C7
(236,230,199)
#EDE8CC
(237,232,204)
#EEEAD1
(238,234,209)
#EFECD6
(239,236,214)
#F0EEDB
(240,238,219)
#F1F0E0
(241,240,224)
#F2F2E5
(242,242,229)
#F3F4EA
(243,244,234)
#F4F6EF
(244,246,239)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE4C2 color. Also use rgb(235,228,194) instead hex code.

Text Font Color

.myTextColor { color: #EBE4C2; }

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

This text font color is #EBE4C2.


Background Color

.myBgColor { background-color: #EBE4C2; }

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

This div background color is #EBE4C2.


Border color

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

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

This div border color is #EBE4C2.


Opacity

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

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

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

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

This text has shadow with #EBE4C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE4C2 on black background.


Color preview on white background

This text has color #EBE4C2 on white background.



Black color preview on #EBE4C2 background

This text has black color on #EBE4C2 background.


White color preview on #EBE4C2 background

This text has white color on #EBE4C2 background.