HEX: #C5AFDA
RGB: (197,175,218)
#C5AFDA contains red, green and blue colors in about the same proportion. #C5AFDA ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.
#C5AFDA color RGB value is (197,175,218).
RGB: (197,175,218)
(77%, 69%, 85%)
R 197 of 255 = 77%
G 175 of 255 = 69%
B 218 of 255 = 85%
R + G + B ~ 77%. #C5AFDA is quite light color.
R + G + B = 197 + 175 + 218 = 590 (100%)
R 197 of 590 ~ 33.39%
G 175 of 590 ~ 29.66%
B 218 of 590 ~ 36.95'%
#C5AFDA rengi CMYK tonu (10,20,0,15).
CMYK: (10,20,0,15)
C10M20Y0K15 (10%, 20%, 0%, 15%)
(0.10 / 0.20 / 0.00 / 0.15)
Color #C5AFDA in popluar color models
C5 | AF | DA | |
---|---|---|---|
RGB | 197 | 175 | 218 |
HSL | 271° | 36.75% | 77.06% |
HSB/HSV | 271° | 19.72% | 85.49% |
CMYK | 9.63% | 19.72% | 0.00% |
14.51% |
Color #C5AFDA in popluar number systems.
HEX | C5 | AF | DA |
Decimal | 197 | 175 | 218 |
Binary | 11000101 | 10101111 | 11011010 |
Octal | 305 | 257 | 332 |
Shades of #C5AFDA
Tints of #C5AFDA
Examples of css and html codes for elements with #C5AFDA color. Also use rgb(197,175,218) instead hex code.
.myTextColor { color: #C5AFDA; }
<p style="color:#C5AFDA">This sample text font color is #C5AFDA.</p>
This text font color is #C5AFDA.
.myBgColor { background-color: #C5AFDA; }
<div style="background-color:#C5AFDA">Inner text</div>
This div background color is #C5AFDA.
.myBorderColor { border: 1px solid #C5AFDA; }
<div style="border:3px solid #C5AFDA">Div</div>
This div border color is #C5AFDA.
.myOpacity80 { color: #C5AFDA; opacity: 0.8; }
<p style="color:#C5AFDA;opacity:0.8;">80%</p>
Text with #C5AFDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5AFDA;}
<p style="text-shadow: 3px 3px 1px #C5AFDA">Text here.</p>
This text has shadow with #C5AFDA color.
.textShadow {text-shadow: 3px 3px 1px #C5AFDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5AFDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5AFDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5AFDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5AFDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5AFDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5AFDA;
-webkit-box-shadow: 1px 1px 3px 2px #C5AFDA;
box-shadow: 1px 1px 3px 2px #C5AFDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5AFDA; -webkit-box-shadow: 1px 1px 3px 2px #C5AFDA; box-shadow:1px 1px 3px 2px #C5AFDA;">
Div content here
</div>
This text has color #C5AFDA on black background.
This text has color #C5AFDA on white background.
This text has black color on #C5AFDA background.
This text has white color on #C5AFDA background.
Complementary color for #hex is #3A5025.