COLOR #EBE3EB

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

Color info

#EBE3EB contains red, green and blue colors in about the same proportion. Web safe color of #EBE3EB is #FFCCFF (or #FCF).

RGB color model

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

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

RGB channels and saturation

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

235
227
235

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

Portions of RGB colors in percentages

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

%33.72
%32.57
%33.72

CMYK color model

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

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

CMYK percentages

%0
%3.4
%0
%7.84

Codes

Color #EBE3EB in popluar color models

EBE3EB
RGB235227235
HSL300°16.67%90.59%
HSB/HSV300°3.40%92.16%
CMYK0.00%3.40%0.00%
7.84%

Color #EBE3EB in popluar number systems.

HEXEBE3EB
Decimal235227235
Binary111010111110001111101011
Octal353343353

Shades and tints

Shades of #EBE3EB

#EBE3EB
(235,227,235)
#D6CFD6
(214,207,214)
#C1BBC1
(193,187,193)
#ACA7AC
(172,167,172)
#979397
(151,147,151)
#827F82
(130,127,130)
#6D6B6D
(109,107,109)
#585758
(88,87,88)
#434343
(67,67,67)
#2E2F2E
(46,47,46)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #EBE3EB

#EBE3EB
(235,227,235)
#ECE5EC
(236,229,236)
#EDE7ED
(237,231,237)
#EEE9EE
(238,233,238)
#EFEBEF
(239,235,239)
#F0EDF0
(240,237,240)
#F1EFF1
(241,239,241)
#F2F1F2
(242,241,242)
#F3F3F3
(243,243,243)
#F4F5F4
(244,245,244)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE3EB; }

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

This text font color is #EBE3EB.


Background Color

.myBgColor { background-color: #EBE3EB; }

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

This div background color is #EBE3EB.


Border color

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

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

This div border color is #EBE3EB.


Opacity

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

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

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

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

This text has shadow with #EBE3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE3EB on black background.


Color preview on white background

This text has color #EBE3EB on white background.



Black color preview on #EBE3EB background

This text has black color on #EBE3EB background.


White color preview on #EBE3EB background

This text has white color on #EBE3EB background.