COLOR #C5B7CA

HEX: #C5B7CA
RGB: (197,183,202)

Color info

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

RGB color model

#C5B7CA color RGB value is (197,183,202).

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

RGB channels and saturation

R 197 of 255 = 77%
G 183 of 255 = 72%
B 202 of 255 = 79%

197
183
202

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

Portions of RGB colors in percentages

R + G + B =
197 + 183 + 202 = 582 (100%)
R 197 of 582 ~ 33.85%
G 183 of 582 ~ 31.44%
B 202 of 582 ~ 34.71%

%33.85
%31.44
%34.71

CMYK color model

#C5B7CA color CMYK value is (2,9,0,21).

  • cyan value is 2.48%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(2,9,0,21)
C2M9Y0K21 
(2%,9%,0%,21%)
(0.02/0.09/0.00/0.21)	

CMYK percentages

%2.48
%9.41
%0
%20.78

Codes

Color #C5B7CA in popluar color models

C5B7CA
RGB197183202
HSL284°15.20%75.49%
HSB/HSV284°9.41%79.22%
CMYK2.48%9.41%0.00%
20.78%

Color #C5B7CA in popluar number systems.

HEXC5B7CA
Decimal197183202
Binary110001011011011111001010
Octal305267312

Shades and tints

Shades of #C5B7CA

#C5B7CA
(197,183,202)
#B4A7B8
(180,167,184)
#A397A6
(163,151,166)
#928794
(146,135,148)
#817782
(129,119,130)
#706770
(112,103,112)
#5F575E
(95,87,94)
#4E474C
(78,71,76)
#3D373A
(61,55,58)
#2C2728
(44,39,40)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #C5B7CA

#C5B7CA
(197,183,202)
#CABDCE
(202,189,206)
#CFC3D2
(207,195,210)
#D4C9D6
(212,201,214)
#D9CFDA
(217,207,218)
#DED5DE
(222,213,222)
#E3DBE2
(227,219,226)
#E8E1E6
(232,225,230)
#EDE7EA
(237,231,234)
#F2EDEE
(242,237,238)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B7CA; }

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

This text font color is #C5B7CA.


Background Color

.myBgColor { background-color: #C5B7CA; }

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

This div background color is #C5B7CA.


Border color

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

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

This div border color is #C5B7CA.


Opacity

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

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

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

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

This text has shadow with #C5B7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B7CA on black background.


Color preview on white background

This text has color #C5B7CA on white background.



Black color preview on #C5B7CA background

This text has black color on #C5B7CA background.


White color preview on #C5B7CA background

This text has white color on #C5B7CA background.