COLOR #C5B4F0

HEX: #C5B4F0
RGB: (197,180,240)

Color info

#C5B4F0 contains mainly red and blue colors. Web safe color of #C5B4F0 is #CCCCFF (or #CCF).

RGB color model

#C5B4F0 color RGB value is (197,180,240).

  • red value is 197;
  • green value is 180;
  • blue value is 240.
RGB:
(197,180,240)
(77%,71%,94%)

RGB channels and saturation

R 197 of 255 = 77%
G 180 of 255 = 71%
B 240 of 255 = 94%

197
180
240

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

Portions of RGB colors in percentages

R + G + B =
197 + 180 + 240 = 617 (100%)
R 197 of 617 ~ 31.93%
G 180 of 617 ~ 29.17%
B 240 of 617 ~ 38.9%

%31.93
%29.17
%38.9

CMYK color model

#C5B4F0 color CMYK value is (18,25,0,6).

  • cyan value is 17.92%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(18,25,0,6)
C18M25Y0K6 
(18%,25%,0%,6%)
(0.18/0.25/0.00/0.06)	

CMYK percentages

%17.92
%25
%0
%5.88

Codes

Color #C5B4F0 in popluar color models

C5B4F0
RGB197180240
HSL257°66.67%82.35%
HSB/HSV257°25.00%94.12%
CMYK17.92%25.00%0.00%
5.88%

Color #C5B4F0 in popluar number systems.

HEXC5B4F0
Decimal197180240
Binary110001011011010011110000
Octal305264360

Shades and tints

Shades of #C5B4F0

#C5B4F0
(197,180,240)
#B4A4DB
(180,164,219)
#A394C6
(163,148,198)
#9284B1
(146,132,177)
#81749C
(129,116,156)
#706487
(112,100,135)
#5F5472
(95,84,114)
#4E445D
(78,68,93)
#3D3448
(61,52,72)
#2C2433
(44,36,51)
#1B141E
(27,20,30)
#000000
(0,0,0)

Tints of #C5B4F0

#C5B4F0
(197,180,240)
#CABAF1
(202,186,241)
#CFC0F2
(207,192,242)
#D4C6F3
(212,198,243)
#D9CCF4
(217,204,244)
#DED2F5
(222,210,245)
#E3D8F6
(227,216,246)
#E8DEF7
(232,222,247)
#EDE4F8
(237,228,248)
#F2EAF9
(242,234,249)
#F7F0FA
(247,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B4F0 color. Also use rgb(197,180,240) instead hex code.

Text Font Color

.myTextColor { color: #C5B4F0; }

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

This text font color is #C5B4F0.


Background Color

.myBgColor { background-color: #C5B4F0; }

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

This div background color is #C5B4F0.


Border color

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

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

This div border color is #C5B4F0.


Opacity

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

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

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

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

This text has shadow with #C5B4F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B4F0 on black background.


Color preview on white background

This text has color #C5B4F0 on white background.



Black color preview on #C5B4F0 background

This text has black color on #C5B4F0 background.


White color preview on #C5B4F0 background

This text has white color on #C5B4F0 background.