HEX: #C69ADD
RGB: (198,154,221)
#C69ADD contains mainly red and blue colors. Web safe color of #C69ADD is #CC99CC (or #C9C).
#C69ADD color RGB value is (198,154,221).
RGB: (198,154,221)
(78%, 60%, 87%)
R 198 of 255 = 78%
G 154 of 255 = 60%
B 221 of 255 = 87%
R + G + B ~ 75%. #C69ADD is quite light color.
R + G + B = 198 + 154 + 221 = 573 (100%)
R 198 of 573 ~ 34.55%
G 154 of 573 ~ 26.88%
B 221 of 573 ~ 38.57'%
#C69ADD color CMYK value is (10,30,0,13).
CMYK: (10,30,0,13)
C10M30Y0K13 (10%, 30%, 0%, 13%)
(0.10 / 0.30 / 0.00 / 0.13)
Color #C69ADD in popluar color models
C6 | 9A | DD | |
---|---|---|---|
RGB | 198 | 154 | 221 |
HSL | 279° | 49.63% | 73.53% |
HSB/HSV | 279° | 30.32% | 86.67% |
CMYK | 10.41% | 30.32% | 0.00% |
13.33% |
Color #C69ADD in popluar number systems.
HEX | C6 | 9A | DD |
Decimal | 198 | 154 | 221 |
Binary | 11000110 | 10011010 | 11011101 |
Octal | 306 | 232 | 335 |
Shades of #C69ADD
Tints of #C69ADD
Examples of css and html codes for elements with #C69ADD color. Also use rgb(198,154,221) instead hex code.
.myTextColor { color: #C69ADD; }
<p style="color:#C69ADD">This sample text font color is #C69ADD.</p>
This text font color is #C69ADD.
.myBgColor { background-color: #C69ADD; }
<div style="background-color:#C69ADD">Inner text</div>
This div background color is #C69ADD.
.myBorderColor { border: 1px solid #C69ADD; }
<div style="border:3px solid #C69ADD">Div</div>
This div border color is #C69ADD.
.myOpacity80 { color: #C69ADD; opacity: 0.8; }
<p style="color:#C69ADD;opacity:0.8;">80%</p>
Text with #C69ADD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C69ADD;}
<p style="text-shadow: 3px 3px 1px #C69ADD">Text here.</p>
This text has shadow with #C69ADD color.
.textShadow {text-shadow: 3px 3px 1px #C69ADD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C69ADD, 5px 5px 20px red">Text here.</p>
This text has shadow with #C69ADD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C69ADD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C69ADD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C69ADD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C69ADD;
-webkit-box-shadow: 1px 1px 3px 2px #C69ADD;
box-shadow: 1px 1px 3px 2px #C69ADD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C69ADD; -webkit-box-shadow: 1px 1px 3px 2px #C69ADD; box-shadow:1px 1px 3px 2px #C69ADD;">
Div content here
</div>
This text has color #C69ADD on black background.
This text has color #C69ADD on white background.
This text has black color on #C69ADD background.
This text has white color on #C69ADD background.
Complementary color for #hex is #396522.