COLOR #EBE6ED

HEX: #EBE6ED RGB: (235,230,237)

Color info

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

RGB color model

#EBE6ED color RGB value is (235,230,237).

RGB: (235,230,237) (92%, 90%, 93%)

RGB channels and saturation

R 235 of 255 = 92%
G 230 of 255 = 90%
B 237 of 255 = 93%

235
230
237

R + G + B ~ 92%. #EBE6ED is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 230 + 237 = 702 (100%)
R 235 of 702 ~ 33.48%
G 230 of 702 ~ 32.76%
B 237 of 702 ~ 33.76'%

%33.48
%32.76
%33.76

CMYK color model

#EBE6ED color CMYK value is (1,3,0,7).

  • cyan value is 0.84%
  • magenta value is 2.95%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (1,3,0,7)
C1M3Y0K7 (1%, 3%, 0%, 7%)
(0.01 / 0.03 / 0.00 / 0.07)

CMYK percentages

%0.84
%2.95
%0
%7.06

Codes

Color #EBE6ED in popluar color models

EB E6 ED
RGB 235 230 237
HSL 283° 16.28% 91.57%
HSB/HSV 283° 2.95% 92.94%
CMYK 0.84% 2.95% 0.00%
7.06%

Color #EBE6ED in popluar number systems.

HEX EB E6 ED
Decimal 235 230 237
Binary 11101011 11100110 11101101
Octal 353 346 355

Shades and tints

Shades of #EBE6ED

#EBE6ED
(235,230,237)
#D6D2D8
(214,210,216)
#C1BEC3
(193,190,195)
#ACAAAE
(172,170,174)
#979699
(151,150,153)
#828284
(130,130,132)
#6D6E6F
(109,110,111)
#585A5A
(88,90,90)
#434645
(67,70,69)
#2E3230
(46,50,48)
#191E1B
(25,30,27)
#000000
(0,0,0)

Tints of #EBE6ED

#EBE6ED
(235,230,237)
#ECE8EE
(236,232,238)
#EDEAEF
(237,234,239)
#EEECF0
(238,236,240)
#EFEEF1
(239,238,241)
#F0F0F2
(240,240,242)
#F1F2F3
(241,242,243)
#F2F4F4
(242,244,244)
#F3F6F5
(243,246,245)
#F4F8F6
(244,248,246)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE6ED; }

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

This text font color is #EBE6ED.

Background Color

.myBgColor { background-color: #EBE6ED; }

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

This div background color is #EBE6ED.

Border color

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

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

This div border color is #EBE6ED.

Opacity

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

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

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

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

This text has shadow with #EBE6ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE6ED.

Preview

Color preview on black background

This text has color #EBE6ED on black background.


Color preview on white background

This text has color #EBE6ED on white background.


Black color preview on #EBE6ED background

This text has black color on #EBE6ED background.


White color preview on #EBE6ED background

This text has white color on #EBE6ED background.


Related colors

Complementary color

Complementary color for #hex is #141912.


I love getcolorcode.com

Triadic colors

1 #EDEBE6 and #E6EDEB with #EBE6ED are triadic colors.

2 #EDE6EB and #E6EBED with #EBE6ED are triadic colors.