COLOR #EBE0C3

HEX: #EBE0C3
RGB: (235,224,195)

Color info

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

RGB color model

#EBE0C3 color RGB value is (235,224,195).

  • red value is 235;
  • green value is 224;
  • blue value is 195.
RGB:
(235,224,195)
(92%,88%,76%)

RGB channels and saturation

R 235 of 255 = 92%
G 224 of 255 = 88%
B 195 of 255 = 76%

235
224
195

R + G + B ~ 85%. #EBE0C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 224 + 195 = 654 (100%)
R 235 of 654 ~ 35.93%
G 224 of 654 ~ 34.25%
B 195 of 654 ~ 29.82%

%35.93
%34.25
%29.82

CMYK color model

#EBE0C3 color CMYK value is (0,5,17,8).

  • cyan value is 0.00%
  • magenta value is 4.68%
  • yellow value is 17.02%
  • key color value is 7.84%
CMYK:
(0,5,17,8)
C0M5Y17K8 
(0%,5%,17%,8%)
(0.00/0.05/0.17/0.08)	

CMYK percentages

%0
%4.68
%17.02
%7.84

Codes

Color #EBE0C3 in popluar color models

EBE0C3
RGB235224195
HSL44°50.00%84.31%
HSB/HSV44°17.02%92.16%
CMYK0.00%4.68%17.02%
7.84%

Color #EBE0C3 in popluar number systems.

HEXEBE0C3
Decimal235224195
Binary111010111110000011000011
Octal353340303

Shades and tints

Shades of #EBE0C3

#EBE0C3
(235,224,195)
#D6CCB2
(214,204,178)
#C1B8A1
(193,184,161)
#ACA490
(172,164,144)
#97907F
(151,144,127)
#827C6E
(130,124,110)
#6D685D
(109,104,93)
#58544C
(88,84,76)
#43403B
(67,64,59)
#2E2C2A
(46,44,42)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #EBE0C3

#EBE0C3
(235,224,195)
#ECE2C8
(236,226,200)
#EDE4CD
(237,228,205)
#EEE6D2
(238,230,210)
#EFE8D7
(239,232,215)
#F0EADC
(240,234,220)
#F1ECE1
(241,236,225)
#F2EEE6
(242,238,230)
#F3F0EB
(243,240,235)
#F4F2F0
(244,242,240)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE0C3 color. Also use rgb(235,224,195) instead hex code.

Text Font Color

.myTextColor { color: #EBE0C3; }

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

This text font color is #EBE0C3.


Background Color

.myBgColor { background-color: #EBE0C3; }

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

This div background color is #EBE0C3.


Border color

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

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

This div border color is #EBE0C3.


Opacity

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

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

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

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

This text has shadow with #EBE0C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE0C3 on black background.


Color preview on white background

This text has color #EBE0C3 on white background.



Black color preview on #EBE0C3 background

This text has black color on #EBE0C3 background.


White color preview on #EBE0C3 background

This text has white color on #EBE0C3 background.