COLOR #C5B0F6

HEX: #C5B0F6
RGB: (197,176,246)

Color info

#C5B0F6 contains mainly red and blue colors. Web safe color of #C5B0F6 is #CC99FF (or #C9F).

RGB color model

#C5B0F6 color RGB value is (197,176,246).

  • red value is 197;
  • green value is 176;
  • blue value is 246.
RGB:
(197,176,246)
(77%,69%,96%)

RGB channels and saturation

R 197 of 255 = 77%
G 176 of 255 = 69%
B 246 of 255 = 96%

197
176
246

R + G + B ~ 81%. #C5B0F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 176 + 246 = 619 (100%)
R 197 of 619 ~ 31.83%
G 176 of 619 ~ 28.43%
B 246 of 619 ~ 39.74%

%31.83
%28.43
%39.74

CMYK color model

#C5B0F6 color CMYK value is (20,28,0,4).

  • cyan value is 19.92%
  • magenta value is 28.46%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(20,28,0,4)
C20M28Y0K4 
(20%,28%,0%,4%)
(0.20/0.28/0.00/0.04)	

CMYK percentages

%19.92
%28.46
%0
%3.53

Codes

Color #C5B0F6 in popluar color models

C5B0F6
RGB197176246
HSL258°79.55%82.75%
HSB/HSV258°28.46%96.47%
CMYK19.92%28.46%0.00%
3.53%

Color #C5B0F6 in popluar number systems.

HEXC5B0F6
Decimal197176246
Binary110001011011000011110110
Octal305260366

Shades and tints

Shades of #C5B0F6

#C5B0F6
(197,176,246)
#B4A0E0
(180,160,224)
#A390CA
(163,144,202)
#9280B4
(146,128,180)
#81709E
(129,112,158)
#706088
(112,96,136)
#5F5072
(95,80,114)
#4E405C
(78,64,92)
#3D3046
(61,48,70)
#2C2030
(44,32,48)
#1B101A
(27,16,26)
#000000
(0,0,0)

Tints of #C5B0F6

#C5B0F6
(197,176,246)
#CAB7F6
(202,183,246)
#CFBEF6
(207,190,246)
#D4C5F6
(212,197,246)
#D9CCF6
(217,204,246)
#DED3F6
(222,211,246)
#E3DAF6
(227,218,246)
#E8E1F6
(232,225,246)
#EDE8F6
(237,232,246)
#F2EFF6
(242,239,246)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B0F6 color. Also use rgb(197,176,246) instead hex code.

Text Font Color

.myTextColor { color: #C5B0F6; }

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

This text font color is #C5B0F6.


Background Color

.myBgColor { background-color: #C5B0F6; }

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

This div background color is #C5B0F6.


Border color

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

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

This div border color is #C5B0F6.


Opacity

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

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

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

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

This text has shadow with #C5B0F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B0F6 on black background.


Color preview on white background

This text has color #C5B0F6 on white background.



Black color preview on #C5B0F6 background

This text has black color on #C5B0F6 background.


White color preview on #C5B0F6 background

This text has white color on #C5B0F6 background.