HEX: #C7AEDF
RGB: (199,174,223)
#C7AEDF contains red, green and blue colors in about the same proportion. Web safe color of #C7AEDF is #CC99CC (or #C9C).
#C7AEDF color RGB value is (199,174,223).
RGB: (199,174,223)
(78%, 68%, 87%)
R 199 of 255 = 78%
G 174 of 255 = 68%
B 223 of 255 = 87%
R + G + B ~ 78%. #C7AEDF is quite light color.
R + G + B = 199 + 174 + 223 = 596 (100%)
R 199 of 596 ~ 33.39%
G 174 of 596 ~ 29.19%
B 223 of 596 ~ 37.42'%
#C7AEDF color CMYK value is (11,22,0,13).
CMYK: (11,22,0,13)
C11M22Y0K13 (11%, 22%, 0%, 13%)
(0.11 / 0.22 / 0.00 / 0.13)
Color #C7AEDF in popluar color models
C7 | AE | DF | |
---|---|---|---|
RGB | 199 | 174 | 223 |
HSL | 271° | 43.36% | 77.84% |
HSB/HSV | 271° | 21.97% | 87.45% |
CMYK | 10.76% | 21.97% | 0.00% |
12.55% |
Color #C7AEDF in popluar number systems.
HEX | C7 | AE | DF |
Decimal | 199 | 174 | 223 |
Binary | 11000111 | 10101110 | 11011111 |
Octal | 307 | 256 | 337 |
Shades of #C7AEDF
Tints of #C7AEDF
Examples of css and html codes for elements with #C7AEDF color. Also use rgb(199,174,223) instead hex code.
.myTextColor { color: #C7AEDF; }
<p style="color:#C7AEDF">This sample text font color is #C7AEDF.</p>
This text font color is #C7AEDF.
.myBgColor { background-color: #C7AEDF; }
<div style="background-color:#C7AEDF">Inner text</div>
This div background color is #C7AEDF.
.myBorderColor { border: 1px solid #C7AEDF; }
<div style="border:3px solid #C7AEDF">Div</div>
This div border color is #C7AEDF.
.myOpacity80 { color: #C7AEDF; opacity: 0.8; }
<p style="color:#C7AEDF;opacity:0.8;">80%</p>
Text with #C7AEDF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7AEDF;}
<p style="text-shadow: 3px 3px 1px #C7AEDF">Text here.</p>
This text has shadow with #C7AEDF color.
.textShadow {text-shadow: 3px 3px 1px #C7AEDF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7AEDF, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7AEDF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7AEDF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7AEDF, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7AEDF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7AEDF;
-webkit-box-shadow: 1px 1px 3px 2px #C7AEDF;
box-shadow: 1px 1px 3px 2px #C7AEDF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7AEDF; -webkit-box-shadow: 1px 1px 3px 2px #C7AEDF; box-shadow:1px 1px 3px 2px #C7AEDF;">
Div content here
</div>
This text has color #C7AEDF on black background.
This text has color #C7AEDF on white background.
This text has black color on #C7AEDF background.
This text has white color on #C7AEDF background.
Complementary color for #hex is #385120.