COLOR #C5B1BE

HEX: #C5B1BE
RGB: (197,177,190)

Color info

#C5B1BE contains red, green and blue colors in about the same proportion. Web safe color of #C5B1BE is #CC99CC (or #C9C).

RGB color model

#C5B1BE color RGB value is (197,177,190).

  • red value is 197;
  • green value is 177;
  • blue value is 190.
RGB:
(197,177,190)
(77%,69%,75%)

RGB channels and saturation

R 197 of 255 = 77%
G 177 of 255 = 69%
B 190 of 255 = 75%

197
177
190

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

Portions of RGB colors in percentages

R + G + B =
197 + 177 + 190 = 564 (100%)
R 197 of 564 ~ 34.93%
G 177 of 564 ~ 31.38%
B 190 of 564 ~ 33.69%

%34.93
%31.38
%33.69

CMYK color model

#C5B1BE color CMYK value is (0,10,4,23).

  • cyan value is 0.00%
  • magenta value is 10.15%
  • yellow value is 3.55%
  • key color value is 22.75%
CMYK:
(0,10,4,23)
C0M10Y4K23 
(0%,10%,4%,23%)
(0.00/0.10/0.04/0.23)	

CMYK percentages

%0
%10.15
%3.55
%22.75

Codes

Color #C5B1BE in popluar color models

C5B1BE
RGB197177190
HSL321°14.71%73.33%
HSB/HSV321°10.15%77.25%
CMYK0.00%10.15%3.55%
22.75%

Color #C5B1BE in popluar number systems.

HEXC5B1BE
Decimal197177190
Binary110001011011000110111110
Octal305261276

Shades and tints

Shades of #C5B1BE

#C5B1BE
(197,177,190)
#B4A1AD
(180,161,173)
#A3919C
(163,145,156)
#92818B
(146,129,139)
#81717A
(129,113,122)
#706169
(112,97,105)
#5F5158
(95,81,88)
#4E4147
(78,65,71)
#3D3136
(61,49,54)
#2C2125
(44,33,37)
#1B1114
(27,17,20)
#000000
(0,0,0)

Tints of #C5B1BE

#C5B1BE
(197,177,190)
#CAB8C3
(202,184,195)
#CFBFC8
(207,191,200)
#D4C6CD
(212,198,205)
#D9CDD2
(217,205,210)
#DED4D7
(222,212,215)
#E3DBDC
(227,219,220)
#E8E2E1
(232,226,225)
#EDE9E6
(237,233,230)
#F2F0EB
(242,240,235)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B1BE; }

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

This text font color is #C5B1BE.


Background Color

.myBgColor { background-color: #C5B1BE; }

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

This div background color is #C5B1BE.


Border color

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

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

This div border color is #C5B1BE.


Opacity

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

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

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

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

This text has shadow with #C5B1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B1BE on black background.


Color preview on white background

This text has color #C5B1BE on white background.



Black color preview on #C5B1BE background

This text has black color on #C5B1BE background.


White color preview on #C5B1BE background

This text has white color on #C5B1BE background.