COLOR #C5BEB5

HEX: #C5BEB5 RGB: (197,190,181)

Color info

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

RGB color model

#C5BEB5 color RGB value is (197,190,181).

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

RGB channels and saturation

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

197
190
181

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

Portions of RGB colors in percentages

R + G + B = 197 + 190 + 181 = 568 (100%)
R 197 of 568 ~ 34.68%
G 190 of 568 ~ 33.45%
B 181 of 568 ~ 31.87'%

%34.68
%33.45
%31.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.55%
  • yellow value is 8.12%
  • 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
%8.12
%22.75

Codes

Color #C5BEB5 in popluar color models

C5 BE B5
RGB 197 190 181
HSL 34° 12.12% 74.12%
HSB/HSV 34° 8.12% 77.25%
CMYK 0.00% 3.55% 8.12%
22.75%

Color #C5BEB5 in popluar number systems.

HEX C5 BE B5
Decimal 197 190 181
Binary 11000101 10111110 10110101
Octal 305 276 265

Shades and tints

Shades of #C5BEB5

#C5BEB5
(197,190,181)
#B4ADA5
(180,173,165)
#A39C95
(163,156,149)
#928B85
(146,139,133)
#817A75
(129,122,117)
#706965
(112,105,101)
#5F5855
(95,88,85)
#4E4745
(78,71,69)
#3D3635
(61,54,53)
#2C2525
(44,37,37)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #C5BEB5

#C5BEB5
(197,190,181)
#CAC3BB
(202,195,187)
#CFC8C1
(207,200,193)
#D4CDC7
(212,205,199)
#D9D2CD
(217,210,205)
#DED7D3
(222,215,211)
#E3DCD9
(227,220,217)
#E8E1DF
(232,225,223)
#EDE6E5
(237,230,229)
#F2EBEB
(242,235,235)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BEB5; }

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

This text font color is #C5BEB5.

Background Color

.myBgColor { background-color: #C5BEB5; }

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

This div background color is #C5BEB5.

Border color

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

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

This div border color is #C5BEB5.

Opacity

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

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

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

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

This text has shadow with #C5BEB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BEB5.

Preview

Color preview on black background

This text has color #C5BEB5 on black background.


Color preview on white background

This text has color #C5BEB5 on white background.


Black color preview on #C5BEB5 background

This text has black color on #C5BEB5 background.


White color preview on #C5BEB5 background

This text has white color on #C5BEB5 background.


Related colors

Complementary color

Complementary color for #hex is #3A414A.


I love getcolorcode.com

Triadic colors

1 #B5C5BE and #BEB5C5 with #C5BEB5 are triadic colors.

2 #B5BEC5 and #BEC5B5 with #C5BEB5 are triadic colors.