COLOR #EBE3E9

HEX: #EBE3E9
RGB: (235,227,233)

Color info

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

RGB color model

#EBE3E9 color RGB value is (235,227,233).

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

RGB channels and saturation

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

235
227
233

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

Portions of RGB colors in percentages

R + G + B =
235 + 227 + 233 = 695 (100%)
R 235 of 695 ~ 33.81%
G 227 of 695 ~ 32.66%
B 233 of 695 ~ 33.53%

%33.81
%32.66
%33.53

CMYK color model

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

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

CMYK percentages

%0
%3.4
%0.85
%7.84

Codes

Color #EBE3E9 in popluar color models

EBE3E9
RGB235227233
HSL315°16.67%90.59%
HSB/HSV315°3.40%92.16%
CMYK0.00%3.40%0.85%
7.84%

Color #EBE3E9 in popluar number systems.

HEXEBE3E9
Decimal235227233
Binary111010111110001111101001
Octal353343351

Shades and tints

Shades of #EBE3E9

#EBE3E9
(235,227,233)
#D6CFD4
(214,207,212)
#C1BBBF
(193,187,191)
#ACA7AA
(172,167,170)
#979395
(151,147,149)
#827F80
(130,127,128)
#6D6B6B
(109,107,107)
#585756
(88,87,86)
#434341
(67,67,65)
#2E2F2C
(46,47,44)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #EBE3E9

#EBE3E9
(235,227,233)
#ECE5EB
(236,229,235)
#EDE7ED
(237,231,237)
#EEE9EF
(238,233,239)
#EFEBF1
(239,235,241)
#F0EDF3
(240,237,243)
#F1EFF5
(241,239,245)
#F2F1F7
(242,241,247)
#F3F3F9
(243,243,249)
#F4F5FB
(244,245,251)
#F5F7FD
(245,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE3E9; }

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

This text font color is #EBE3E9.


Background Color

.myBgColor { background-color: #EBE3E9; }

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

This div background color is #EBE3E9.


Border color

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

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

This div border color is #EBE3E9.


Opacity

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

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

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

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

This text has shadow with #EBE3E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE3E9 on black background.


Color preview on white background

This text has color #EBE3E9 on white background.



Black color preview on #EBE3E9 background

This text has black color on #EBE3E9 background.


White color preview on #EBE3E9 background

This text has white color on #EBE3E9 background.