HEX: #C5BECA
RGB: (197,190,202)
#C5BECA contains red, green and blue colors in about the same proportion. Web safe color of #C5BECA is #CCCCCC (or #CCC).
#C5BECA color RGB value is (197,190,202).
RGB: (197,190,202)
(77%, 75%, 79%)
R 197 of 255 = 77%
G 190 of 255 = 75%
B 202 of 255 = 79%
R + G + B ~ 77%. #C5BECA is quite light color.
R + G + B = 197 + 190 + 202 = 589 (100%)
R 197 of 589 ~ 33.45%
G 190 of 589 ~ 32.26%
B 202 of 589 ~ 34.3'%
#C5BECA color CMYK value is (2,6,0,21).
CMYK: (2,6,0,21)
C2M6Y0K21 (2%, 6%, 0%, 21%)
(0.02 / 0.06 / 0.00 / 0.21)
Color #C5BECA in popluar color models
C5 | BE | CA | |
---|---|---|---|
RGB | 197 | 190 | 202 |
HSL | 275° | 10.17% | 76.86% |
HSB/HSV | 275° | 5.94% | 79.22% |
CMYK | 2.48% | 5.94% | 0.00% |
20.78% |
Color #C5BECA in popluar number systems.
HEX | C5 | BE | CA |
Decimal | 197 | 190 | 202 |
Binary | 11000101 | 10111110 | 11001010 |
Octal | 305 | 276 | 312 |
Shades of #C5BECA
Tints of #C5BECA
Examples of css and html codes for elements with #C5BECA color. Also use rgb(197,190,202) instead hex code.
.myTextColor { color: #C5BECA; }
<p style="color:#C5BECA">This sample text font color is #C5BECA.</p>
This text font color is #C5BECA.
.myBgColor { background-color: #C5BECA; }
<div style="background-color:#C5BECA">Inner text</div>
This div background color is #C5BECA.
.myBorderColor { border: 1px solid #C5BECA; }
<div style="border:3px solid #C5BECA">Div</div>
This div border color is #C5BECA.
.myOpacity80 { color: #C5BECA; opacity: 0.8; }
<p style="color:#C5BECA;opacity:0.8;">80%</p>
Text with #C5BECA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5BECA;}
<p style="text-shadow: 3px 3px 1px #C5BECA">Text here.</p>
This text has shadow with #C5BECA color.
.textShadow {text-shadow: 3px 3px 1px #C5BECA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5BECA, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5BECA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5BECA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5BECA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5BECA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5BECA;
-webkit-box-shadow: 1px 1px 3px 2px #C5BECA;
box-shadow: 1px 1px 3px 2px #C5BECA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5BECA; -webkit-box-shadow: 1px 1px 3px 2px #C5BECA; box-shadow:1px 1px 3px 2px #C5BECA;">
Div content here
</div>
This text has color #C5BECA on black background.
This text has color #C5BECA on white background.
This text has black color on #C5BECA background.
This text has white color on #C5BECA background.
Complementary color for #hex is #3A4135.