COLOR #C5BCF5

HEX: #C5BCF5
RGB: (197,188,245)

Color info

#C5BCF5 contains red, green and blue colors in about the same proportion. Web safe color of #C5BCF5 is #CCCCFF (or #CCF).

RGB color model

#C5BCF5 color RGB value is (197,188,245).

  • red value is 197;
  • green value is 188;
  • blue value is 245.
RGB:
(197,188,245)
(77%,74%,96%)

RGB channels and saturation

R 197 of 255 = 77%
G 188 of 255 = 74%
B 245 of 255 = 96%

197
188
245

R + G + B ~ 82%. #C5BCF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 188 + 245 = 630 (100%)
R 197 of 630 ~ 31.27%
G 188 of 630 ~ 29.84%
B 245 of 630 ~ 38.89%

%31.27
%29.84
%38.89

CMYK color model

#C5BCF5 color CMYK value is (20,23,0,4).

  • cyan value is 19.59%
  • magenta value is 23.27%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(20,23,0,4)
C20M23Y0K4 
(20%,23%,0%,4%)
(0.20/0.23/0.00/0.04)	

CMYK percentages

%19.59
%23.27
%0
%3.92

Codes

Color #C5BCF5 in popluar color models

C5BCF5
RGB197188245
HSL249°74.03%84.90%
HSB/HSV249°23.27%96.08%
CMYK19.59%23.27%0.00%
3.92%

Color #C5BCF5 in popluar number systems.

HEXC5BCF5
Decimal197188245
Binary110001011011110011110101
Octal305274365

Shades and tints

Shades of #C5BCF5

#C5BCF5
(197,188,245)
#B4ABDF
(180,171,223)
#A39AC9
(163,154,201)
#9289B3
(146,137,179)
#81789D
(129,120,157)
#706787
(112,103,135)
#5F5671
(95,86,113)
#4E455B
(78,69,91)
#3D3445
(61,52,69)
#2C232F
(44,35,47)
#1B1219
(27,18,25)
#000000
(0,0,0)

Tints of #C5BCF5

#C5BCF5
(197,188,245)
#CAC2F5
(202,194,245)
#CFC8F5
(207,200,245)
#D4CEF5
(212,206,245)
#D9D4F5
(217,212,245)
#DEDAF5
(222,218,245)
#E3E0F5
(227,224,245)
#E8E6F5
(232,230,245)
#EDECF5
(237,236,245)
#F2F2F5
(242,242,245)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BCF5 color. Also use rgb(197,188,245) instead hex code.

Text Font Color

.myTextColor { color: #C5BCF5; }

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

This text font color is #C5BCF5.


Background Color

.myBgColor { background-color: #C5BCF5; }

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

This div background color is #C5BCF5.


Border color

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

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

This div border color is #C5BCF5.


Opacity

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

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

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

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

This text has shadow with #C5BCF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BCF5 on black background.


Color preview on white background

This text has color #C5BCF5 on white background.



Black color preview on #C5BCF5 background

This text has black color on #C5BCF5 background.


White color preview on #C5BCF5 background

This text has white color on #C5BCF5 background.