COLOR #C5BACD

HEX: #C5BACD RGB: (197,186,205)

Color info

#C5BACD contains red, green and blue colors in about the same proportion. Web safe color of #C5BACD is #CCCCCC (or #CCC).

RGB color model

#C5BACD color RGB value is (197,186,205).

RGB: (197,186,205) (77%, 73%, 80%)

RGB channels and saturation

R 197 of 255 = 77%
G 186 of 255 = 73%
B 205 of 255 = 80%

197
186
205

R + G + B ~ 77%. #C5BACD is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 186 + 205 = 588 (100%)
R 197 of 588 ~ 33.5%
G 186 of 588 ~ 31.63%
B 205 of 588 ~ 34.86'%

%33.5
%31.63
%34.86

CMYK color model

#C5BACD color CMYK value is (4,9,0,20).

  • cyan value is 3.90%
  • magenta value is 9.27%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (4,9,0,20)
C4M9Y0K20 (4%, 9%, 0%, 20%)
(0.04 / 0.09 / 0.00 / 0.20)

CMYK percentages

%3.9
%9.27
%0
%19.61

Codes

Color #C5BACD in popluar color models

C5 BA CD
RGB 197 186 205
HSL 275° 15.97% 76.67%
HSB/HSV 275° 9.27% 80.39%
CMYK 3.90% 9.27% 0.00%
19.61%

Color #C5BACD in popluar number systems.

HEX C5 BA CD
Decimal 197 186 205
Binary 11000101 10111010 11001101
Octal 305 272 315

Shades and tints

Shades of #C5BACD

#C5BACD
(197,186,205)
#B4AABB
(180,170,187)
#A39AA9
(163,154,169)
#928A97
(146,138,151)
#817A85
(129,122,133)
#706A73
(112,106,115)
#5F5A61
(95,90,97)
#4E4A4F
(78,74,79)
#3D3A3D
(61,58,61)
#2C2A2B
(44,42,43)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #C5BACD

#C5BACD
(197,186,205)
#CAC0D1
(202,192,209)
#CFC6D5
(207,198,213)
#D4CCD9
(212,204,217)
#D9D2DD
(217,210,221)
#DED8E1
(222,216,225)
#E3DEE5
(227,222,229)
#E8E4E9
(232,228,233)
#EDEAED
(237,234,237)
#F2F0F1
(242,240,241)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BACD color. Also use rgb(197,186,205) instead hex code.

Text Font Color

.myTextColor { color: #C5BACD; }

<p style="color:#C5BACD">This sample text font color is #C5BACD.</p>

This text font color is #C5BACD.

Background Color

.myBgColor { background-color: #C5BACD; }

<div style="background-color:#C5BACD">Inner text</div>

This div background color is #C5BACD.

Border color

.myBorderColor { border: 1px solid #C5BACD; }

<div style="border:3px solid #C5BACD">Div</div>

This div border color is #C5BACD.

Opacity

.myOpacity80 { color: #C5BACD; opacity: 0.8; }

<p style="color:#C5BACD;opacity:0.8;">80%</p>

Text with #C5BACD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C5BACD;}

<p style="text-shadow: 3px 3px 1px #C5BACD">Text here.</p>

This text has shadow with #C5BACD color.


.textShadow {text-shadow: 3px 3px 1px #C5BACD', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C5BACD, 5px 5px 20px red">Text here.</p>

This text has shadow with #C5BACD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5BACD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C5BACD, Direction=45, Strength=4)">Text</p>

This text has shadow with #C5BACD and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5BACD;
-webkit-box-shadow: 1px 1px 3px 2px #C5BACD;
box-shadow: 1px 1px 3px 2px #C5BACD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5BACD; -webkit-box-shadow: 1px 1px 3px 2px #C5BACD; box-shadow:1px 1px 3px 2px #C5BACD;">
Div content here
</div>

This div box has shadow with color #C5BACD.

Preview

Color preview on black background

This text has color #C5BACD on black background.


Color preview on white background

This text has color #C5BACD on white background.


Black color preview on #C5BACD background

This text has black color on #C5BACD background.


White color preview on #C5BACD background

This text has white color on #C5BACD background.


Related colors

Complementary color

Complementary color for #hex is #3A4532.


I love getcolorcode.com

Triadic colors

1 #CDC5BA and #BACDC5 with #C5BACD are triadic colors.

2 #CDBAC5 and #BAC5CD with #C5BACD are triadic colors.