COLOR #C5B5CF

HEX: #C5B5CF
RGB: (197,181,207)

Color info

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

RGB color model

#C5B5CF color RGB value is (197,181,207).

  • red value is 197;
  • green value is 181;
  • blue value is 207.
RGB:
(197,181,207)
(77%,71%,81%)

RGB channels and saturation

R 197 of 255 = 77%
G 181 of 255 = 71%
B 207 of 255 = 81%

197
181
207

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

Portions of RGB colors in percentages

R + G + B =
197 + 181 + 207 = 585 (100%)
R 197 of 585 ~ 33.68%
G 181 of 585 ~ 30.94%
B 207 of 585 ~ 35.38%

%33.68
%30.94
%35.38

CMYK color model

#C5B5CF color CMYK value is (5,13,0,19).

  • cyan value is 4.83%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(5,13,0,19)
C5M13Y0K19 
(5%,13%,0%,19%)
(0.05/0.13/0.00/0.19)	

CMYK percentages

%4.83
%12.56
%0
%18.82

Codes

Color #C5B5CF in popluar color models

C5B5CF
RGB197181207
HSL277°21.31%76.08%
HSB/HSV277°12.56%81.18%
CMYK4.83%12.56%0.00%
18.82%

Color #C5B5CF in popluar number systems.

HEXC5B5CF
Decimal197181207
Binary110001011011010111001111
Octal305265317

Shades and tints

Shades of #C5B5CF

#C5B5CF
(197,181,207)
#B4A5BD
(180,165,189)
#A395AB
(163,149,171)
#928599
(146,133,153)
#817587
(129,117,135)
#706575
(112,101,117)
#5F5563
(95,85,99)
#4E4551
(78,69,81)
#3D353F
(61,53,63)
#2C252D
(44,37,45)
#1B151B
(27,21,27)
#000000
(0,0,0)

Tints of #C5B5CF

#C5B5CF
(197,181,207)
#CABBD3
(202,187,211)
#CFC1D7
(207,193,215)
#D4C7DB
(212,199,219)
#D9CDDF
(217,205,223)
#DED3E3
(222,211,227)
#E3D9E7
(227,217,231)
#E8DFEB
(232,223,235)
#EDE5EF
(237,229,239)
#F2EBF3
(242,235,243)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B5CF; }

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

This text font color is #C5B5CF.


Background Color

.myBgColor { background-color: #C5B5CF; }

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

This div background color is #C5B5CF.


Border color

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

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

This div border color is #C5B5CF.


Opacity

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

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

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

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

This text has shadow with #C5B5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B5CF on black background.


Color preview on white background

This text has color #C5B5CF on white background.



Black color preview on #C5B5CF background

This text has black color on #C5B5CF background.


White color preview on #C5B5CF background

This text has white color on #C5B5CF background.