COLOR #EBEBC4

HEX: #EBEBC4
RGB: (235,235,196)

Color info

#EBEBC4 contains red, green and blue colors in about the same proportion. Web safe color of #EBEBC4 is #FFFFCC (or #FFC).

RGB color model

#EBEBC4 color RGB value is (235,235,196).

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

RGB channels and saturation

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

235
235
196

R + G + B ~ 87%. #EBEBC4 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 235 + 196 = 666 (100%)
R 235 of 666 ~ 35.29%
G 235 of 666 ~ 35.29%
B 196 of 666 ~ 29.43%

%35.29
%35.29
%29.43

CMYK color model

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

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

CMYK percentages

%0
%0
%16.6
%7.84

Codes

Color #EBEBC4 in popluar color models

EBEBC4
RGB235235196
HSL60°49.37%84.51%
HSB/HSV60°16.60%92.16%
CMYK0.00%0.00%16.60%
7.84%

Color #EBEBC4 in popluar number systems.

HEXEBEBC4
Decimal235235196
Binary111010111110101111000100
Octal353353304

Shades and tints

Shades of #EBEBC4

#EBEBC4
(235,235,196)
#D6D6B3
(214,214,179)
#C1C1A2
(193,193,162)
#ACAC91
(172,172,145)
#979780
(151,151,128)
#82826F
(130,130,111)
#6D6D5E
(109,109,94)
#58584D
(88,88,77)
#43433C
(67,67,60)
#2E2E2B
(46,46,43)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #EBEBC4

#EBEBC4
(235,235,196)
#ECECC9
(236,236,201)
#EDEDCE
(237,237,206)
#EEEED3
(238,238,211)
#EFEFD8
(239,239,216)
#F0F0DD
(240,240,221)
#F1F1E2
(241,241,226)
#F2F2E7
(242,242,231)
#F3F3EC
(243,243,236)
#F4F4F1
(244,244,241)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEBC4; }

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

This text font color is #EBEBC4.


Background Color

.myBgColor { background-color: #EBEBC4; }

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

This div background color is #EBEBC4.


Border color

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

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

This div border color is #EBEBC4.


Opacity

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

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

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

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

This text has shadow with #EBEBC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEBC4 on black background.


Color preview on white background

This text has color #EBEBC4 on white background.



Black color preview on #EBEBC4 background

This text has black color on #EBEBC4 background.


White color preview on #EBEBC4 background

This text has white color on #EBEBC4 background.