COLOR #C5BCC9

HEX: #C5BCC9
RGB: (197,188,201)

Color info

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

RGB color model

#C5BCC9 color RGB value is (197,188,201).

  • red value is 197;
  • green value is 188;
  • blue value is 201.
RGB:
(197,188,201)
(77%,74%,79%)

RGB channels and saturation

R 197 of 255 = 77%
G 188 of 255 = 74%
B 201 of 255 = 79%

197
188
201

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

Portions of RGB colors in percentages

R + G + B =
197 + 188 + 201 = 586 (100%)
R 197 of 586 ~ 33.62%
G 188 of 586 ~ 32.08%
B 201 of 586 ~ 34.3%

%33.62
%32.08
%34.3

CMYK color model

#C5BCC9 color CMYK value is (2,6,0,21).

  • cyan value is 1.99%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(2,6,0,21)
C2M6Y0K21 
(2%,6%,0%,21%)
(0.02/0.06/0.00/0.21)	

CMYK percentages

%1.99
%6.47
%0
%21.18

Codes

Color #C5BCC9 in popluar color models

C5BCC9
RGB197188201
HSL282°10.74%76.27%
HSB/HSV282°6.47%78.82%
CMYK1.99%6.47%0.00%
21.18%

Color #C5BCC9 in popluar number systems.

HEXC5BCC9
Decimal197188201
Binary110001011011110011001001
Octal305274311

Shades and tints

Shades of #C5BCC9

#C5BCC9
(197,188,201)
#B4ABB7
(180,171,183)
#A39AA5
(163,154,165)
#928993
(146,137,147)
#817881
(129,120,129)
#70676F
(112,103,111)
#5F565D
(95,86,93)
#4E454B
(78,69,75)
#3D3439
(61,52,57)
#2C2327
(44,35,39)
#1B1215
(27,18,21)
#000000
(0,0,0)

Tints of #C5BCC9

#C5BCC9
(197,188,201)
#CAC2CD
(202,194,205)
#CFC8D1
(207,200,209)
#D4CED5
(212,206,213)
#D9D4D9
(217,212,217)
#DEDADD
(222,218,221)
#E3E0E1
(227,224,225)
#E8E6E5
(232,230,229)
#EDECE9
(237,236,233)
#F2F2ED
(242,242,237)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BCC9; }

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

This text font color is #C5BCC9.


Background Color

.myBgColor { background-color: #C5BCC9; }

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

This div background color is #C5BCC9.


Border color

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

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

This div border color is #C5BCC9.


Opacity

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

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

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

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

This text has shadow with #C5BCC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BCC9 on black background.


Color preview on white background

This text has color #C5BCC9 on white background.



Black color preview on #C5BCC9 background

This text has black color on #C5BCC9 background.


White color preview on #C5BCC9 background

This text has white color on #C5BCC9 background.