HEX: #C7AECA
RGB: (199,174,202)
#C7AECA contains red, green and blue colors in about the same proportion. Web safe color of #C7AECA is #CC99CC (or #C9C).
#C7AECA color RGB value is (199,174,202).
RGB: (199,174,202)
(78%, 68%, 79%)
R 199 of 255 = 78%
G 174 of 255 = 68%
B 202 of 255 = 79%
R + G + B ~ 75%. #C7AECA is quite light color.
R + G + B = 199 + 174 + 202 = 575 (100%)
R 199 of 575 ~ 34.61%
G 174 of 575 ~ 30.26%
B 202 of 575 ~ 35.13'%
#C7AECA color CMYK value is (1,14,0,21).
CMYK: (1,14,0,21) C1M14Y0K21 (1%,14%,0%,21%) (0.01/0.14/0.00/0.21)
Color #C7AECA in popluar color models
C7 | AE | CA | |
---|---|---|---|
RGB | 199 | 174 | 202 |
HSL | 294° | 20.90% | 73.73% |
HSB/HSV | 294° | 13.86% | 79.22% |
CMYK | 1.49% | 13.86% | 0.00% |
20.78% |
Color #C7AECA in popluar number systems.
HEX | C7 | AE | CA |
Decimal | 199 | 174 | 202 |
Binary | 11000111 | 10101110 | 11001010 |
Octal | 307 | 256 | 312 |
Shades of #C7AECA
Tints of #C7AECA
Examples of css and html codes for elements with #C7AECA color. Also use rgb(199,174,202) instead hex code.
.myTextColor { color: #C7AECA; }
<p style="color:#C7AECA">This sample text font color is #C7AECA.</p>
This text font color is #C7AECA.
.myBgColor { background-color: #C7AECA; }
<div style="background-color:#C7AECA">Inner text</div>
This div background color is #C7AECA.
.myBorderColor { border: 1px solid #C7AECA; }
<div style="border:3px solid #C7AECA">Div</div>
This div border color is #C7AECA.
.myOpacity80 { color: #C7AECA; opacity: 0.8; }
<p style="color:#C7AECA;opacity:0.8;">80%</p>
Text with #C7AECA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7AECA;}
<p style="text-shadow: 3px 3px 1px #C7AECA">Text here.</p>
This text has shadow with #C7AECA color.
.textShadow {text-shadow: 3px 3px 1px #C7AECA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7AECA, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7AECA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7AECA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7AECA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7AECA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7AECA;
-webkit-box-shadow: 1px 1px 3px 2px #C7AECA;
box-shadow: 1px 1px 3px 2px #C7AECA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7AECA; -webkit-box-shadow: 1px 1px 3px 2px #C7AECA; box-shadow:1px 1px 3px 2px #C7AECA;">
Div content here
</div>
This text has color #C7AECA on black background.
This text has color #C7AECA on white background.
This text has black color on #C7AECA background.
This text has white color on #C7AECA background.
Complementary color for #hex is #385135.