COLOR #C5BEBF

HEX: #C5BEBF RGB: (197,190,191)

Color info

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

RGB color model

#C5BEBF color RGB value is (197,190,191).

RGB: (197,190,191) (77%, 75%, 75%)

RGB channels and saturation

R 197 of 255 = 77%
G 190 of 255 = 75%
B 191 of 255 = 75%

197
190
191

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

Portions of RGB colors in percentages

R + G + B = 197 + 190 + 191 = 578 (100%)
R 197 of 578 ~ 34.08%
G 190 of 578 ~ 32.87%
B 191 of 578 ~ 33.04'%

%34.08
%32.87
%33.04

CMYK color model

#C5BEBF color CMYK value is (0,4,3,23).

  • cyan value is 0.00%
  • magenta value is 3.55%
  • yellow value is 3.05%
  • key color value is 22.75%

CMYK: (0,4,3,23)
C0M4Y3K23 (0%, 4%, 3%, 23%)
(0.00 / 0.04 / 0.03 / 0.23)

CMYK percentages

%0
%3.55
%3.05
%22.75

Codes

Color #C5BEBF in popluar color models

C5 BE BF
RGB 197 190 191
HSL 351° 5.69% 75.88%
HSB/HSV 351° 3.55% 77.25%
CMYK 0.00% 3.55% 3.05%
22.75%

Color #C5BEBF in popluar number systems.

HEX C5 BE BF
Decimal 197 190 191
Binary 11000101 10111110 10111111
Octal 305 276 277

Shades and tints

Shades of #C5BEBF

#C5BEBF
(197,190,191)
#B4ADAE
(180,173,174)
#A39C9D
(163,156,157)
#928B8C
(146,139,140)
#817A7B
(129,122,123)
#70696A
(112,105,106)
#5F5859
(95,88,89)
#4E4748
(78,71,72)
#3D3637
(61,54,55)
#2C2526
(44,37,38)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #C5BEBF

#C5BEBF
(197,190,191)
#CAC3C4
(202,195,196)
#CFC8C9
(207,200,201)
#D4CDCE
(212,205,206)
#D9D2D3
(217,210,211)
#DED7D8
(222,215,216)
#E3DCDD
(227,220,221)
#E8E1E2
(232,225,226)
#EDE6E7
(237,230,231)
#F2EBEC
(242,235,236)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BEBF; }

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

This text font color is #C5BEBF.

Background Color

.myBgColor { background-color: #C5BEBF; }

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

This div background color is #C5BEBF.

Border color

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

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

This div border color is #C5BEBF.

Opacity

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

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

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

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

This text has shadow with #C5BEBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BEBF.

Preview

Color preview on black background

This text has color #C5BEBF on black background.


Color preview on white background

This text has color #C5BEBF on white background.


Black color preview on #C5BEBF background

This text has black color on #C5BEBF background.


White color preview on #C5BEBF background

This text has white color on #C5BEBF background.


Related colors

Complementary color

Complementary color for #hex is #3A4140.


I love getcolorcode.com

Triadic colors

1 #BFC5BE and #BEBFC5 with #C5BEBF are triadic colors.

2 #BFBEC5 and #BEC5BF with #C5BEBF are triadic colors.