COLOR #C5BAC9

HEX: #C5BAC9 RGB: (197,186,201)

Color info

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

RGB color model

#C5BAC9 color RGB value is (197,186,201).

RGB: (197,186,201) (77%, 73%, 79%)

RGB channels and saturation

R 197 of 255 = 77%
G 186 of 255 = 73%
B 201 of 255 = 79%

197
186
201

R + G + B ~ 76%. #C5BAC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 186 + 201 = 584 (100%)
R 197 of 584 ~ 33.73%
G 186 of 584 ~ 31.85%
B 201 of 584 ~ 34.42'%

%33.73
%31.85
%34.42

CMYK color model

#C5BAC9 color CMYK value is (2,7,0,21).

  • cyan value is 1.99%
  • magenta value is 7.46%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (2,7,0,21)
C2M7Y0K21 (2%, 7%, 0%, 21%)
(0.02 / 0.07 / 0.00 / 0.21)

CMYK percentages

%1.99
%7.46
%0
%21.18

Codes

Color #C5BAC9 in popluar color models

C5 BA C9
RGB 197 186 201
HSL 284° 12.20% 75.88%
HSB/HSV 284° 7.46% 78.82%
CMYK 1.99% 7.46% 0.00%
21.18%

Color #C5BAC9 in popluar number systems.

HEX C5 BA C9
Decimal 197 186 201
Binary 11000101 10111010 11001001
Octal 305 272 311

Shades and tints

Shades of #C5BAC9

#C5BAC9
(197,186,201)
#B4AAB7
(180,170,183)
#A39AA5
(163,154,165)
#928A93
(146,138,147)
#817A81
(129,122,129)
#706A6F
(112,106,111)
#5F5A5D
(95,90,93)
#4E4A4B
(78,74,75)
#3D3A39
(61,58,57)
#2C2A27
(44,42,39)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #C5BAC9

#C5BAC9
(197,186,201)
#CAC0CD
(202,192,205)
#CFC6D1
(207,198,209)
#D4CCD5
(212,204,213)
#D9D2D9
(217,210,217)
#DED8DD
(222,216,221)
#E3DEE1
(227,222,225)
#E8E4E5
(232,228,229)
#EDEAE9
(237,234,233)
#F2F0ED
(242,240,237)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BAC9; }

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

This text font color is #C5BAC9.

Background Color

.myBgColor { background-color: #C5BAC9; }

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

This div background color is #C5BAC9.

Border color

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

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

This div border color is #C5BAC9.

Opacity

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

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

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

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

This text has shadow with #C5BAC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BAC9.

Preview

Color preview on black background

This text has color #C5BAC9 on black background.


Color preview on white background

This text has color #C5BAC9 on white background.


Black color preview on #C5BAC9 background

This text has black color on #C5BAC9 background.


White color preview on #C5BAC9 background

This text has white color on #C5BAC9 background.


Related colors

Complementary color

Complementary color for #hex is #3A4536.


I love getcolorcode.com

Triadic colors

1 #C9C5BA and #BAC9C5 with #C5BAC9 are triadic colors.

2 #C9BAC5 and #BAC5C9 with #C5BAC9 are triadic colors.