HEX: #E6E1EB
RGB: (230,225,235)
#E6E1EB contains red, green and blue colors in about the same proportion. Web safe color of #E6E1EB is #CCCCFF (or #CCF).
#E6E1EB color RGB value is (230,225,235).
RGB: (230,225,235)
(90%, 88%, 92%)
R 230 of 255 = 90%
G 225 of 255 = 88%
B 235 of 255 = 92%
R + G + B ~ 90%. #E6E1EB is light color.
R + G + B = 230 + 225 + 235 = 690 (100%)
R 230 of 690 ~ 33.33%
G 225 of 690 ~ 32.61%
B 235 of 690 ~ 34.06'%
#E6E1EB color CMYK value is (2,4,0,8).
CMYK: (2,4,0,8) C2M4Y0K8 (2%,4%,0%,8%) (0.02/0.04/0.00/0.08)
Color #E6E1EB in popluar color models
E6 | E1 | EB | |
---|---|---|---|
RGB | 230 | 225 | 235 |
HSL | 270° | 20.00% | 90.20% |
HSB/HSV | 270° | 4.26% | 92.16% |
CMYK | 2.13% | 4.26% | 0.00% |
7.84% |
Color #E6E1EB in popluar number systems.
HEX | E6 | E1 | EB |
Decimal | 230 | 225 | 235 |
Binary | 11100110 | 11100001 | 11101011 |
Octal | 346 | 341 | 353 |
Shades of #E6E1EB
Tints of #E6E1EB
Examples of css and html codes for elements with #E6E1EB color. Also use rgb(230,225,235) instead hex code.
.myTextColor { color: #E6E1EB; }
<p style="color:#E6E1EB">This sample text font color is #E6E1EB.</p>
This text font color is #E6E1EB.
.myBgColor { background-color: #E6E1EB; }
<div style="background-color:#E6E1EB">Inner text</div>
This div background color is #E6E1EB.
.myBorderColor { border: 1px solid #E6E1EB; }
<div style="border:3px solid #E6E1EB">Div</div>
This div border color is #E6E1EB.
.myOpacity80 { color: #E6E1EB; opacity: 0.8; }
<p style="color:#E6E1EB;opacity:0.8;">80%</p>
Text with #E6E1EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6E1EB;}
<p style="text-shadow: 3px 3px 1px #E6E1EB">Text here.</p>
This text has shadow with #E6E1EB color.
.textShadow {text-shadow: 3px 3px 1px #E6E1EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6E1EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6E1EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6E1EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6E1EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6E1EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6E1EB;
-webkit-box-shadow: 1px 1px 3px 2px #E6E1EB;
box-shadow: 1px 1px 3px 2px #E6E1EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6E1EB; -webkit-box-shadow: 1px 1px 3px 2px #E6E1EB; box-shadow:1px 1px 3px 2px #E6E1EB;">
Div content here
</div>
This text has color #E6E1EB on black background.
This text has color #E6E1EB on white background.
This text has black color on #E6E1EB background.
This text has white color on #E6E1EB background.
Complementary color for #hex is #191E14.