COLOR #EBE6C4

HEX: #EBE6C4
RGB: (235,230,196)

Color info

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

RGB color model

#EBE6C4 color RGB value is (235,230,196).

  • red value is 235;
  • green value is 230;
  • blue value is 196.
RGB:
(235,230,196)
(92%,90%,77%)

RGB channels and saturation

R 235 of 255 = 92%
G 230 of 255 = 90%
B 196 of 255 = 77%

235
230
196

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

Portions of RGB colors in percentages

R + G + B =
235 + 230 + 196 = 661 (100%)
R 235 of 661 ~ 35.55%
G 230 of 661 ~ 34.8%
B 196 of 661 ~ 29.65%

%35.55
%34.8
%29.65

CMYK color model

#EBE6C4 color CMYK value is (0,2,17,8).

  • cyan value is 0.00%
  • magenta value is 2.13%
  • yellow value is 16.60%
  • key color value is 7.84%
CMYK:
(0,2,17,8)
C0M2Y17K8 
(0%,2%,17%,8%)
(0.00/0.02/0.17/0.08)	

CMYK percentages

%0
%2.13
%16.6
%7.84

Codes

Color #EBE6C4 in popluar color models

EBE6C4
RGB235230196
HSL52°49.37%84.51%
HSB/HSV52°16.60%92.16%
CMYK0.00%2.13%16.60%
7.84%

Color #EBE6C4 in popluar number systems.

HEXEBE6C4
Decimal235230196
Binary111010111110011011000100
Octal353346304

Shades and tints

Shades of #EBE6C4

#EBE6C4
(235,230,196)
#D6D2B3
(214,210,179)
#C1BEA2
(193,190,162)
#ACAA91
(172,170,145)
#979680
(151,150,128)
#82826F
(130,130,111)
#6D6E5E
(109,110,94)
#585A4D
(88,90,77)
#43463C
(67,70,60)
#2E322B
(46,50,43)
#191E1A
(25,30,26)
#000000
(0,0,0)

Tints of #EBE6C4

#EBE6C4
(235,230,196)
#ECE8C9
(236,232,201)
#EDEACE
(237,234,206)
#EEECD3
(238,236,211)
#EFEED8
(239,238,216)
#F0F0DD
(240,240,221)
#F1F2E2
(241,242,226)
#F2F4E7
(242,244,231)
#F3F6EC
(243,246,236)
#F4F8F1
(244,248,241)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE6C4 color. Also use rgb(235,230,196) instead hex code.

Text Font Color

.myTextColor { color: #EBE6C4; }

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

This text font color is #EBE6C4.


Background Color

.myBgColor { background-color: #EBE6C4; }

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

This div background color is #EBE6C4.


Border color

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

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

This div border color is #EBE6C4.


Opacity

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

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

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

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

This text has shadow with #EBE6C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE6C4 on black background.


Color preview on white background

This text has color #EBE6C4 on white background.



Black color preview on #EBE6C4 background

This text has black color on #EBE6C4 background.


White color preview on #EBE6C4 background

This text has white color on #EBE6C4 background.