COLOR #EBEBE3

HEX: #EBEBE3
RGB: (235,235,227)

Color info

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

RGB color model

#EBEBE3 color RGB value is (235,235,227).

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

RGB channels and saturation

R 235 of 255 = 92%
G 235 of 255 = 92%
B 227 of 255 = 89%

235
235
227

R + G + B ~ 91%. #EBEBE3 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 235 + 227 = 697 (100%)
R 235 of 697 ~ 33.72%
G 235 of 697 ~ 33.72%
B 227 of 697 ~ 32.57%

%33.72
%33.72
%32.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 3.40%
  • key color value is 7.84%
CMYK:
(0,0,3,8)
C0M0Y3K8 
(0%,0%,3%,8%)
(0.00/0.00/0.03/0.08)	

CMYK percentages

%0
%0
%3.4
%7.84

Codes

Color #EBEBE3 in popluar color models

EBEBE3
RGB235235227
HSL60°16.67%90.59%
HSB/HSV60°3.40%92.16%
CMYK0.00%0.00%3.40%
7.84%

Color #EBEBE3 in popluar number systems.

HEXEBEBE3
Decimal235235227
Binary111010111110101111100011
Octal353353343

Shades and tints

Shades of #EBEBE3

#EBEBE3
(235,235,227)
#D6D6CF
(214,214,207)
#C1C1BB
(193,193,187)
#ACACA7
(172,172,167)
#979793
(151,151,147)
#82827F
(130,130,127)
#6D6D6B
(109,109,107)
#585857
(88,88,87)
#434343
(67,67,67)
#2E2E2F
(46,46,47)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #EBEBE3

#EBEBE3
(235,235,227)
#ECECE5
(236,236,229)
#EDEDE7
(237,237,231)
#EEEEE9
(238,238,233)
#EFEFEB
(239,239,235)
#F0F0ED
(240,240,237)
#F1F1EF
(241,241,239)
#F2F2F1
(242,242,241)
#F3F3F3
(243,243,243)
#F4F4F5
(244,244,245)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEBE3; }

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

This text font color is #EBEBE3.


Background Color

.myBgColor { background-color: #EBEBE3; }

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

This div background color is #EBEBE3.


Border color

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

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

This div border color is #EBEBE3.


Opacity

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

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

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

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

This text has shadow with #EBEBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEBE3 on black background.


Color preview on white background

This text has color #EBEBE3 on white background.



Black color preview on #EBEBE3 background

This text has black color on #EBEBE3 background.


White color preview on #EBEBE3 background

This text has white color on #EBEBE3 background.