COLOR #EBE2E6

HEX: #EBE2E6 RGB: (235,226,230)

Color info

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

RGB color model

#EBE2E6 color RGB value is (235,226,230).

RGB: (235,226,230) (92%, 89%, 90%)

RGB channels and saturation

R 235 of 255 = 92%
G 226 of 255 = 89%
B 230 of 255 = 90%

235
226
230

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

Portions of RGB colors in percentages

R + G + B = 235 + 226 + 230 = 691 (100%)
R 235 of 691 ~ 34.01%
G 226 of 691 ~ 32.71%
B 230 of 691 ~ 33.29'%

%34.01
%32.71
%33.29

CMYK color model

#EBE2E6 color CMYK value is (0,4,2,8).

  • cyan value is 0.00%
  • magenta value is 3.83%
  • yellow value is 2.13%
  • key color value is 7.84%

CMYK: (0,4,2,8)
C0M4Y2K8 (0%, 4%, 2%, 8%)
(0.00 / 0.04 / 0.02 / 0.08)

CMYK percentages

%0
%3.83
%2.13
%7.84

Codes

Color #EBE2E6 in popluar color models

EB E2 E6
RGB 235 226 230
HSL 333° 18.37% 90.39%
HSB/HSV 333° 3.83% 92.16%
CMYK 0.00% 3.83% 2.13%
7.84%

Color #EBE2E6 in popluar number systems.

HEX EB E2 E6
Decimal 235 226 230
Binary 11101011 11100010 11100110
Octal 353 342 346

Shades and tints

Shades of #EBE2E6

#EBE2E6
(235,226,230)
#D6CED2
(214,206,210)
#C1BABE
(193,186,190)
#ACA6AA
(172,166,170)
#979296
(151,146,150)
#827E82
(130,126,130)
#6D6A6E
(109,106,110)
#58565A
(88,86,90)
#434246
(67,66,70)
#2E2E32
(46,46,50)
#191A1E
(25,26,30)
#000000
(0,0,0)

Tints of #EBE2E6

#EBE2E6
(235,226,230)
#ECE4E8
(236,228,232)
#EDE6EA
(237,230,234)
#EEE8EC
(238,232,236)
#EFEAEE
(239,234,238)
#F0ECF0
(240,236,240)
#F1EEF2
(241,238,242)
#F2F0F4
(242,240,244)
#F3F2F6
(243,242,246)
#F4F4F8
(244,244,248)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE2E6; }

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

This text font color is #EBE2E6.

Background Color

.myBgColor { background-color: #EBE2E6; }

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

This div background color is #EBE2E6.

Border color

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

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

This div border color is #EBE2E6.

Opacity

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

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

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

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

This text has shadow with #EBE2E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE2E6.

Preview

Color preview on black background

This text has color #EBE2E6 on black background.


Color preview on white background

This text has color #EBE2E6 on white background.


Black color preview on #EBE2E6 background

This text has black color on #EBE2E6 background.


White color preview on #EBE2E6 background

This text has white color on #EBE2E6 background.


Related colors

Complementary color

Complementary color for #hex is #141D19.


I love getcolorcode.com

Triadic colors

1 #E6EBE2 and #E2E6EB with #EBE2E6 are triadic colors.

2 #E6E2EB and #E2EBE6 with #EBE2E6 are triadic colors.