COLOR #EBE3E3

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

235
227
227

R + G + B ~ 90%. #EBE3E3 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 227 + 227 = 689 (100%)
R 235 of 689 ~ 34.11%
G 227 of 689 ~ 32.95%
B 227 of 689 ~ 32.95%

%34.11
%32.95
%32.95

CMYK color model

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

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

CMYK percentages

%0
%3.4
%3.4
%7.84

Codes

Color #EBE3E3 in popluar color models

EBE3E3
RGB235227227
HSL16.67%90.59%
HSB/HSV3.40%92.16%
CMYK0.00%3.40%3.40%
7.84%

Color #EBE3E3 in popluar number systems.

HEXEBE3E3
Decimal235227227
Binary111010111110001111100011
Octal353343343

Shades and tints

Shades of #EBE3E3

#EBE3E3
(235,227,227)
#D6CFCF
(214,207,207)
#C1BBBB
(193,187,187)
#ACA7A7
(172,167,167)
#979393
(151,147,147)
#827F7F
(130,127,127)
#6D6B6B
(109,107,107)
#585757
(88,87,87)
#434343
(67,67,67)
#2E2F2F
(46,47,47)
#191B1B
(25,27,27)
#000000
(0,0,0)

Tints of #EBE3E3

#EBE3E3
(235,227,227)
#ECE5E5
(236,229,229)
#EDE7E7
(237,231,231)
#EEE9E9
(238,233,233)
#EFEBEB
(239,235,235)
#F0EDED
(240,237,237)
#F1EFEF
(241,239,239)
#F2F1F1
(242,241,241)
#F3F3F3
(243,243,243)
#F4F5F5
(244,245,245)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE3E3; }

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

This text font color is #EBE3E3.


Background Color

.myBgColor { background-color: #EBE3E3; }

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

This div background color is #EBE3E3.


Border color

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

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

This div border color is #EBE3E3.


Opacity

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

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

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

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

This text has shadow with #EBE3E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE3E3 on black background.


Color preview on white background

This text has color #EBE3E3 on white background.



Black color preview on #EBE3E3 background

This text has black color on #EBE3E3 background.


White color preview on #EBE3E3 background

This text has white color on #EBE3E3 background.