COLOR #C5BEB6

HEX: #C5BEB6 RGB: (197,190,182)

Color info

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

RGB color model

#C5BEB6 color RGB value is (197,190,182).

RGB: (197,190,182) (77%, 75%, 71%)

RGB channels and saturation

R 197 of 255 = 77%
G 190 of 255 = 75%
B 182 of 255 = 71%

197
190
182

R + G + B ~ 74%. #C5BEB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 190 + 182 = 569 (100%)
R 197 of 569 ~ 34.62%
G 190 of 569 ~ 33.39%
B 182 of 569 ~ 31.99'%

%34.62
%33.39
%31.99

CMYK color model

#C5BEB6 color CMYK value is (0,4,8,23).

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

CMYK: (0,4,8,23)
C0M4Y8K23 (0%, 4%, 8%, 23%)
(0.00 / 0.04 / 0.08 / 0.23)

CMYK percentages

%0
%3.55
%7.61
%22.75

Codes

Color #C5BEB6 in popluar color models

C5 BE B6
RGB 197 190 182
HSL 32° 11.45% 74.31%
HSB/HSV 32° 7.61% 77.25%
CMYK 0.00% 3.55% 7.61%
22.75%

Color #C5BEB6 in popluar number systems.

HEX C5 BE B6
Decimal 197 190 182
Binary 11000101 10111110 10110110
Octal 305 276 266

Shades and tints

Shades of #C5BEB6

#C5BEB6
(197,190,182)
#B4ADA6
(180,173,166)
#A39C96
(163,156,150)
#928B86
(146,139,134)
#817A76
(129,122,118)
#706966
(112,105,102)
#5F5856
(95,88,86)
#4E4746
(78,71,70)
#3D3636
(61,54,54)
#2C2526
(44,37,38)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #C5BEB6

#C5BEB6
(197,190,182)
#CAC3BC
(202,195,188)
#CFC8C2
(207,200,194)
#D4CDC8
(212,205,200)
#D9D2CE
(217,210,206)
#DED7D4
(222,215,212)
#E3DCDA
(227,220,218)
#E8E1E0
(232,225,224)
#EDE6E6
(237,230,230)
#F2EBEC
(242,235,236)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BEB6; }

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

This text font color is #C5BEB6.

Background Color

.myBgColor { background-color: #C5BEB6; }

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

This div background color is #C5BEB6.

Border color

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

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

This div border color is #C5BEB6.

Opacity

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

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

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

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

This text has shadow with #C5BEB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BEB6.

Preview

Color preview on black background

This text has color #C5BEB6 on black background.


Color preview on white background

This text has color #C5BEB6 on white background.


Black color preview on #C5BEB6 background

This text has black color on #C5BEB6 background.


White color preview on #C5BEB6 background

This text has white color on #C5BEB6 background.


Related colors

Complementary color

Complementary color for #hex is #3A4149.


I love getcolorcode.com

Triadic colors

1 #B6C5BE and #BEB6C5 with #C5BEB6 are triadic colors.

2 #B6BEC5 and #BEC5B6 with #C5BEB6 are triadic colors.