COLOR #C5BFC6

HEX: #C5BFC6 RGB: (197,191,198)

Color info

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

RGB color model

#C5BFC6 color RGB value is (197,191,198).

RGB: (197,191,198) (77%, 75%, 78%)

RGB channels and saturation

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

197
191
198

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

Portions of RGB colors in percentages

R + G + B = 197 + 191 + 198 = 586 (100%)
R 197 of 586 ~ 33.62%
G 191 of 586 ~ 32.59%
B 198 of 586 ~ 33.79'%

%33.62
%32.59
%33.79

CMYK color model

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

  • cyan value is 0.51%
  • magenta value is 3.54%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (1,4,0,22)
C1M4Y0K22 (1%, 4%, 0%, 22%)
(0.01 / 0.04 / 0.00 / 0.22)

CMYK percentages

%0.51
%3.54
%0
%22.35

Codes

Color #C5BFC6 in popluar color models

C5 BF C6
RGB 197 191 198
HSL 291° 5.79% 76.27%
HSB/HSV 291° 3.54% 77.65%
CMYK 0.51% 3.54% 0.00%
22.35%

Color #C5BFC6 in popluar number systems.

HEX C5 BF C6
Decimal 197 191 198
Binary 11000101 10111111 11000110
Octal 305 277 306

Shades and tints

Shades of #C5BFC6

#C5BFC6
(197,191,198)
#B4AEB4
(180,174,180)
#A39DA2
(163,157,162)
#928C90
(146,140,144)
#817B7E
(129,123,126)
#706A6C
(112,106,108)
#5F595A
(95,89,90)
#4E4848
(78,72,72)
#3D3736
(61,55,54)
#2C2624
(44,38,36)
#1B1512
(27,21,18)
#000000
(0,0,0)

Tints of #C5BFC6

#C5BFC6
(197,191,198)
#CAC4CB
(202,196,203)
#CFC9D0
(207,201,208)
#D4CED5
(212,206,213)
#D9D3DA
(217,211,218)
#DED8DF
(222,216,223)
#E3DDE4
(227,221,228)
#E8E2E9
(232,226,233)
#EDE7EE
(237,231,238)
#F2ECF3
(242,236,243)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BFC6; }

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

This text font color is #C5BFC6.

Background Color

.myBgColor { background-color: #C5BFC6; }

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

This div background color is #C5BFC6.

Border color

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

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

This div border color is #C5BFC6.

Opacity

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

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

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

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

This text has shadow with #C5BFC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BFC6.

Preview

Color preview on black background

This text has color #C5BFC6 on black background.


Color preview on white background

This text has color #C5BFC6 on white background.


Black color preview on #C5BFC6 background

This text has black color on #C5BFC6 background.


White color preview on #C5BFC6 background

This text has white color on #C5BFC6 background.


Related colors

Complementary color

Complementary color for #hex is #3A4039.


I love getcolorcode.com

Triadic colors

1 #C6C5BF and #BFC6C5 with #C5BFC6 are triadic colors.

2 #C6BFC5 and #BFC5C6 with #C5BFC6 are triadic colors.