COLOR #C5B7BE

HEX: #C5B7BE RGB: (197,183,190)

Color info

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

RGB color model

#C5B7BE color RGB value is (197,183,190).

RGB: (197,183,190) (77%, 72%, 75%)

RGB channels and saturation

R 197 of 255 = 77%
G 183 of 255 = 72%
B 190 of 255 = 75%

197
183
190

R + G + B ~ 75%. #C5B7BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 183 + 190 = 570 (100%)
R 197 of 570 ~ 34.56%
G 183 of 570 ~ 32.11%
B 190 of 570 ~ 33.33'%

%34.56
%32.11
%33.33

CMYK color model

#C5B7BE color CMYK value is (0,7,4,23).

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

CMYK: (0,7,4,23)
C0M7Y4K23 (0%, 7%, 4%, 23%)
(0.00 / 0.07 / 0.04 / 0.23)

CMYK percentages

%0
%7.11
%3.55
%22.75

Codes

Color #C5B7BE in popluar color models

C5 B7 BE
RGB 197 183 190
HSL 330° 10.77% 74.51%
HSB/HSV 330° 7.11% 77.25%
CMYK 0.00% 7.11% 3.55%
22.75%

Color #C5B7BE in popluar number systems.

HEX C5 B7 BE
Decimal 197 183 190
Binary 11000101 10110111 10111110
Octal 305 267 276

Shades and tints

Shades of #C5B7BE

#C5B7BE
(197,183,190)
#B4A7AD
(180,167,173)
#A3979C
(163,151,156)
#92878B
(146,135,139)
#81777A
(129,119,122)
#706769
(112,103,105)
#5F5758
(95,87,88)
#4E4747
(78,71,71)
#3D3736
(61,55,54)
#2C2725
(44,39,37)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #C5B7BE

#C5B7BE
(197,183,190)
#CABDC3
(202,189,195)
#CFC3C8
(207,195,200)
#D4C9CD
(212,201,205)
#D9CFD2
(217,207,210)
#DED5D7
(222,213,215)
#E3DBDC
(227,219,220)
#E8E1E1
(232,225,225)
#EDE7E6
(237,231,230)
#F2EDEB
(242,237,235)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B7BE; }

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

This text font color is #C5B7BE.

Background Color

.myBgColor { background-color: #C5B7BE; }

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

This div background color is #C5B7BE.

Border color

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

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

This div border color is #C5B7BE.

Opacity

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

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

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

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

This text has shadow with #C5B7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5B7BE.

Preview

Color preview on black background

This text has color #C5B7BE on black background.


Color preview on white background

This text has color #C5B7BE on white background.


Black color preview on #C5B7BE background

This text has black color on #C5B7BE background.


White color preview on #C5B7BE background

This text has white color on #C5B7BE background.


Related colors

Complementary color

Complementary color for #hex is #3A4841.


I love getcolorcode.com

Triadic colors

1 #BEC5B7 and #B7BEC5 with #C5B7BE are triadic colors.

2 #BEB7C5 and #B7C5BE with #C5B7BE are triadic colors.