COLOR #C5BAC1

HEX: #C5BAC1 RGB: (197,186,193)

Color info

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

RGB color model

#C5BAC1 color RGB value is (197,186,193).

RGB: (197,186,193) (77%, 73%, 76%)

RGB channels and saturation

R 197 of 255 = 77%
G 186 of 255 = 73%
B 193 of 255 = 76%

197
186
193

R + G + B ~ 75%. #C5BAC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 186 + 193 = 576 (100%)
R 197 of 576 ~ 34.2%
G 186 of 576 ~ 32.29%
B 193 of 576 ~ 33.51'%

%34.2
%32.29
%33.51

CMYK color model

#C5BAC1 color CMYK value is (0,6,2,23).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 2.03%
  • key color value is 22.75%

CMYK: (0,6,2,23)
C0M6Y2K23 (0%, 6%, 2%, 23%)
(0.00 / 0.06 / 0.02 / 0.23)

CMYK percentages

%0
%5.58
%2.03
%22.75

Codes

Color #C5BAC1 in popluar color models

C5 BA C1
RGB 197 186 193
HSL 322° 8.66% 75.10%
HSB/HSV 322° 5.58% 77.25%
CMYK 0.00% 5.58% 2.03%
22.75%

Color #C5BAC1 in popluar number systems.

HEX C5 BA C1
Decimal 197 186 193
Binary 11000101 10111010 11000001
Octal 305 272 301

Shades and tints

Shades of #C5BAC1

#C5BAC1
(197,186,193)
#B4AAB0
(180,170,176)
#A39A9F
(163,154,159)
#928A8E
(146,138,142)
#817A7D
(129,122,125)
#706A6C
(112,106,108)
#5F5A5B
(95,90,91)
#4E4A4A
(78,74,74)
#3D3A39
(61,58,57)
#2C2A28
(44,42,40)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #C5BAC1

#C5BAC1
(197,186,193)
#CAC0C6
(202,192,198)
#CFC6CB
(207,198,203)
#D4CCD0
(212,204,208)
#D9D2D5
(217,210,213)
#DED8DA
(222,216,218)
#E3DEDF
(227,222,223)
#E8E4E4
(232,228,228)
#EDEAE9
(237,234,233)
#F2F0EE
(242,240,238)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BAC1; }

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

This text font color is #C5BAC1.

Background Color

.myBgColor { background-color: #C5BAC1; }

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

This div background color is #C5BAC1.

Border color

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

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

This div border color is #C5BAC1.

Opacity

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

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

Text with #C5BAC1 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 #C5BAC1;}

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

This text has shadow with #C5BAC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BAC1.

Preview

Color preview on black background

This text has color #C5BAC1 on black background.


Color preview on white background

This text has color #C5BAC1 on white background.


Black color preview on #C5BAC1 background

This text has black color on #C5BAC1 background.


White color preview on #C5BAC1 background

This text has white color on #C5BAC1 background.


Related colors

Complementary color

Complementary color for #hex is #3A453E.


I love getcolorcode.com

Triadic colors

1 #C1C5BA and #BAC1C5 with #C5BAC1 are triadic colors.

2 #C1BAC5 and #BAC5C1 with #C5BAC1 are triadic colors.