COLOR #C5B7CB

HEX: #C5B7CB
RGB: (197,183,203)

Color info

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

RGB color model

#C5B7CB color RGB value is (197,183,203).

  • red value is 197;
  • green value is 183;
  • blue value is 203.
RGB:
(197,183,203)
(77%,72%,80%)

RGB channels and saturation

R 197 of 255 = 77%
G 183 of 255 = 72%
B 203 of 255 = 80%

197
183
203

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

Portions of RGB colors in percentages

R + G + B =
197 + 183 + 203 = 583 (100%)
R 197 of 583 ~ 33.79%
G 183 of 583 ~ 31.39%
B 203 of 583 ~ 34.82%

%33.79
%31.39
%34.82

CMYK color model

#C5B7CB color CMYK value is (3,10,0,20).

  • cyan value is 2.96%
  • magenta value is 9.85%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(3,10,0,20)
C3M10Y0K20 
(3%,10%,0%,20%)
(0.03/0.10/0.00/0.20)	

CMYK percentages

%2.96
%9.85
%0
%20.39

Codes

Color #C5B7CB in popluar color models

C5B7CB
RGB197183203
HSL282°16.13%75.69%
HSB/HSV282°9.85%79.61%
CMYK2.96%9.85%0.00%
20.39%

Color #C5B7CB in popluar number systems.

HEXC5B7CB
Decimal197183203
Binary110001011011011111001011
Octal305267313

Shades and tints

Shades of #C5B7CB

#C5B7CB
(197,183,203)
#B4A7B9
(180,167,185)
#A397A7
(163,151,167)
#928795
(146,135,149)
#817783
(129,119,131)
#706771
(112,103,113)
#5F575F
(95,87,95)
#4E474D
(78,71,77)
#3D373B
(61,55,59)
#2C2729
(44,39,41)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #C5B7CB

#C5B7CB
(197,183,203)
#CABDCF
(202,189,207)
#CFC3D3
(207,195,211)
#D4C9D7
(212,201,215)
#D9CFDB
(217,207,219)
#DED5DF
(222,213,223)
#E3DBE3
(227,219,227)
#E8E1E7
(232,225,231)
#EDE7EB
(237,231,235)
#F2EDEF
(242,237,239)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B7CB; }

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

This text font color is #C5B7CB.


Background Color

.myBgColor { background-color: #C5B7CB; }

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

This div background color is #C5B7CB.


Border color

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

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

This div border color is #C5B7CB.


Opacity

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

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

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

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

This text has shadow with #C5B7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B7CB on black background.


Color preview on white background

This text has color #C5B7CB on white background.



Black color preview on #C5B7CB background

This text has black color on #C5B7CB background.


White color preview on #C5B7CB background

This text has white color on #C5B7CB background.