COLOR #EBEBC3

HEX: #EBEBC3
RGB: (235,235,195)

Color info

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

RGB color model

#EBEBC3 color RGB value is (235,235,195).

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

RGB channels and saturation

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

235
235
195

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

Portions of RGB colors in percentages

R + G + B =
235 + 235 + 195 = 665 (100%)
R 235 of 665 ~ 35.34%
G 235 of 665 ~ 35.34%
B 195 of 665 ~ 29.32%

%35.34
%35.34
%29.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.02%
  • 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
%17.02
%7.84

Codes

Color #EBEBC3 in popluar color models

EBEBC3
RGB235235195
HSL60°50.00%84.31%
HSB/HSV60°17.02%92.16%
CMYK0.00%0.00%17.02%
7.84%

Color #EBEBC3 in popluar number systems.

HEXEBEBC3
Decimal235235195
Binary111010111110101111000011
Octal353353303

Shades and tints

Shades of #EBEBC3

#EBEBC3
(235,235,195)
#D6D6B2
(214,214,178)
#C1C1A1
(193,193,161)
#ACAC90
(172,172,144)
#97977F
(151,151,127)
#82826E
(130,130,110)
#6D6D5D
(109,109,93)
#58584C
(88,88,76)
#43433B
(67,67,59)
#2E2E2A
(46,46,42)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #EBEBC3

#EBEBC3
(235,235,195)
#ECECC8
(236,236,200)
#EDEDCD
(237,237,205)
#EEEED2
(238,238,210)
#EFEFD7
(239,239,215)
#F0F0DC
(240,240,220)
#F1F1E1
(241,241,225)
#F2F2E6
(242,242,230)
#F3F3EB
(243,243,235)
#F4F4F0
(244,244,240)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEBC3; }

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

This text font color is #EBEBC3.


Background Color

.myBgColor { background-color: #EBEBC3; }

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

This div background color is #EBEBC3.


Border color

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

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

This div border color is #EBEBC3.


Opacity

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

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

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

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

This text has shadow with #EBEBC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEBC3 on black background.


Color preview on white background

This text has color #EBEBC3 on white background.



Black color preview on #EBEBC3 background

This text has black color on #EBEBC3 background.


White color preview on #EBEBC3 background

This text has white color on #EBEBC3 background.