HEX: #C6D6ED
RGB: (198,214,237)
#C6D6ED contains red, green and blue colors in about the same proportion. #C6D6ED ‘ nin web güvenlik rengi #CCCCFF (ya da #CCF) dir.
#C6D6ED color RGB value is (198,214,237).
RGB: (198,214,237)
(78%, 84%, 93%)
R 198 of 255 = 78%
G 214 of 255 = 84%
B 237 of 255 = 93%
R + G + B ~ 85%. #C6D6ED is quite light color.
R + G + B = 198 + 214 + 237 = 649 (100%)
R 198 of 649 ~ 30.51%
G 214 of 649 ~ 32.97%
B 237 of 649 ~ 36.52'%
#C6D6ED rengi CMYK tonu (16,10,0,7).
CMYK: (16,10,0,7) C16M10Y0K7 (16%,10%,0%,7%) (0.16/0.10/0.00/0.07)
Color #C6D6ED in popluar color models
C6 | D6 | ED | |
---|---|---|---|
RGB | 198 | 214 | 237 |
HSL | 215° | 52.00% | 85.29% |
HSB/HSV | 215° | 16.46% | 92.94% |
CMYK | 16.46% | 9.70% | 0.00% |
7.06% |
Color #C6D6ED in popluar number systems.
HEX | C6 | D6 | ED |
Decimal | 198 | 214 | 237 |
Binary | 11000110 | 11010110 | 11101101 |
Octal | 306 | 326 | 355 |
Shades of #C6D6ED
Tints of #C6D6ED
Examples of css and html codes for elements with #C6D6ED color. Also use rgb(198,214,237) instead hex code.
.myTextColor { color: #C6D6ED; }
<p style="color:#C6D6ED">This sample text font color is #C6D6ED.</p>
This text font color is #C6D6ED.
.myBgColor { background-color: #C6D6ED; }
<div style="background-color:#C6D6ED">Inner text</div>
This div background color is #C6D6ED.
.myBorderColor { border: 1px solid #C6D6ED; }
<div style="border:3px solid #C6D6ED">Div</div>
This div border color is #C6D6ED.
.myOpacity80 { color: #C6D6ED; opacity: 0.8; }
<p style="color:#C6D6ED;opacity:0.8;">80%</p>
Text with #C6D6ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6D6ED;}
<p style="text-shadow: 3px 3px 1px #C6D6ED">Text here.</p>
This text has shadow with #C6D6ED color.
.textShadow {text-shadow: 3px 3px 1px #C6D6ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6D6ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6D6ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6D6ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6D6ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6D6ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6D6ED;
-webkit-box-shadow: 1px 1px 3px 2px #C6D6ED;
box-shadow: 1px 1px 3px 2px #C6D6ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6D6ED; -webkit-box-shadow: 1px 1px 3px 2px #C6D6ED; box-shadow:1px 1px 3px 2px #C6D6ED;">
Div content here
</div>
This text has color #C6D6ED on black background.
This text has color #C6D6ED on white background.
This text has black color on #C6D6ED background.
This text has white color on #C6D6ED background.
Complementary color for #hex is #392912.