HEX: #E6F9ED
RGB: (230,249,237)
#E6F9ED contains red, green and blue colors in about the same proportion. #E6F9ED ‘ nin web güvenlik rengi #CCFFFF (ya da #CFF) dir.
#E6F9ED color RGB value is (230,249,237).
RGB: (230,249,237)
(90%, 98%, 93%)
R 230 of 255 = 90%
G 249 of 255 = 98%
B 237 of 255 = 93%
R + G + B ~ 94%. #E6F9ED is light color.
R + G + B = 230 + 249 + 237 = 716 (100%)
R 230 of 716 ~ 32.12%
G 249 of 716 ~ 34.78%
B 237 of 716 ~ 33.1'%
#E6F9ED rengi CMYK tonu (8,0,5,2).
CMYK: (8,0,5,2)
C8M0Y5K2 (8%, 0%, 5%, 2%)
(0.08 / 0.00 / 0.05 / 0.02)
Color #E6F9ED in popluar color models
E6 | F9 | ED | |
---|---|---|---|
RGB | 230 | 249 | 237 |
HSL | 142° | 61.29% | 93.92% |
HSB/HSV | 142° | 7.63% | 97.65% |
CMYK | 7.63% | 0.00% | 4.82% |
2.35% |
Color #E6F9ED in popluar number systems.
HEX | E6 | F9 | ED |
Decimal | 230 | 249 | 237 |
Binary | 11100110 | 11111001 | 11101101 |
Octal | 346 | 371 | 355 |
Shades of #E6F9ED
Tints of #E6F9ED
Examples of css and html codes for elements with #E6F9ED color. Also use rgb(230,249,237) instead hex code.
.myTextColor { color: #E6F9ED; }
<p style="color:#E6F9ED">This sample text font color is #E6F9ED.</p>
This text font color is #E6F9ED.
.myBgColor { background-color: #E6F9ED; }
<div style="background-color:#E6F9ED">Inner text</div>
This div background color is #E6F9ED.
.myBorderColor { border: 1px solid #E6F9ED; }
<div style="border:3px solid #E6F9ED">Div</div>
This div border color is #E6F9ED.
.myOpacity80 { color: #E6F9ED; opacity: 0.8; }
<p style="color:#E6F9ED;opacity:0.8;">80%</p>
Text with #E6F9ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6F9ED;}
<p style="text-shadow: 3px 3px 1px #E6F9ED">Text here.</p>
This text has shadow with #E6F9ED color.
.textShadow {text-shadow: 3px 3px 1px #E6F9ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6F9ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6F9ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6F9ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6F9ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6F9ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6F9ED;
-webkit-box-shadow: 1px 1px 3px 2px #E6F9ED;
box-shadow: 1px 1px 3px 2px #E6F9ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6F9ED; -webkit-box-shadow: 1px 1px 3px 2px #E6F9ED; box-shadow:1px 1px 3px 2px #E6F9ED;">
Div content here
</div>
This text has color #E6F9ED on black background.
This text has color #E6F9ED on white background.
This text has black color on #E6F9ED background.
This text has white color on #E6F9ED background.
Complementary color for #hex is #190612.