COLOR #C5BFC7

HEX: #C5BFC7
RGB: (197,191,199)

Color info

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

RGB color model

#C5BFC7 color RGB value is (197,191,199).

  • red value is 197;
  • green value is 191;
  • blue value is 199.
RGB:
(197,191,199)
(77%,75%,78%)

RGB channels and saturation

R 197 of 255 = 77%
G 191 of 255 = 75%
B 199 of 255 = 78%

197
191
199

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

Portions of RGB colors in percentages

R + G + B =
197 + 191 + 199 = 587 (100%)
R 197 of 587 ~ 33.56%
G 191 of 587 ~ 32.54%
B 199 of 587 ~ 33.9%

%33.56
%32.54
%33.9

CMYK color model

#C5BFC7 color CMYK value is (1,4,0,22).

  • cyan value is 1.01%
  • magenta value is 4.02%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(1,4,0,22)
C1M4Y0K22 
(1%,4%,0%,22%)
(0.01/0.04/0.00/0.22)	

CMYK percentages

%1.01
%4.02
%0
%21.96

Codes

Color #C5BFC7 in popluar color models

C5BFC7
RGB197191199
HSL285°6.67%76.47%
HSB/HSV285°4.02%78.04%
CMYK1.01%4.02%0.00%
21.96%

Color #C5BFC7 in popluar number systems.

HEXC5BFC7
Decimal197191199
Binary110001011011111111000111
Octal305277307

Shades and tints

Shades of #C5BFC7

#C5BFC7
(197,191,199)
#B4AEB5
(180,174,181)
#A39DA3
(163,157,163)
#928C91
(146,140,145)
#817B7F
(129,123,127)
#706A6D
(112,106,109)
#5F595B
(95,89,91)
#4E4849
(78,72,73)
#3D3737
(61,55,55)
#2C2625
(44,38,37)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #C5BFC7

#C5BFC7
(197,191,199)
#CAC4CC
(202,196,204)
#CFC9D1
(207,201,209)
#D4CED6
(212,206,214)
#D9D3DB
(217,211,219)
#DED8E0
(222,216,224)
#E3DDE5
(227,221,229)
#E8E2EA
(232,226,234)
#EDE7EF
(237,231,239)
#F2ECF4
(242,236,244)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BFC7 color. Also use rgb(197,191,199) instead hex code.

Text Font Color

.myTextColor { color: #C5BFC7; }

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

This text font color is #C5BFC7.


Background Color

.myBgColor { background-color: #C5BFC7; }

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

This div background color is #C5BFC7.


Border color

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

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

This div border color is #C5BFC7.


Opacity

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

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

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

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

This text has shadow with #C5BFC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BFC7 on black background.


Color preview on white background

This text has color #C5BFC7 on white background.



Black color preview on #C5BFC7 background

This text has black color on #C5BFC7 background.


White color preview on #C5BFC7 background

This text has white color on #C5BFC7 background.