COLOR #C1B4F5

HEX: #C1B4F5
RGB: (193,180,245)

Color info

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

RGB color model

#C1B4F5 color RGB value is (193,180,245).

  • red value is 193;
  • green value is 180;
  • blue value is 245.
RGB:
(193,180,245)
(76%,71%,96%)

RGB channels and saturation

R 193 of 255 = 76%
G 180 of 255 = 71%
B 245 of 255 = 96%

193
180
245

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

Portions of RGB colors in percentages

R + G + B =
193 + 180 + 245 = 618 (100%)
R 193 of 618 ~ 31.23%
G 180 of 618 ~ 29.13%
B 245 of 618 ~ 39.64%

%31.23
%29.13
%39.64

CMYK color model

#C1B4F5 color CMYK value is (21,27,0,4).

  • cyan value is 21.22%
  • magenta value is 26.53%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(21,27,0,4)
C21M27Y0K4 
(21%,27%,0%,4%)
(0.21/0.27/0.00/0.04)	

CMYK percentages

%21.22
%26.53
%0
%3.92

Codes

Color #C1B4F5 in popluar color models

C1B4F5
RGB193180245
HSL252°76.47%83.33%
HSB/HSV252°26.53%96.08%
CMYK21.22%26.53%0.00%
3.92%

Color #C1B4F5 in popluar number systems.

HEXC1B4F5
Decimal193180245
Binary110000011011010011110101
Octal301264365

Shades and tints

Shades of #C1B4F5

#C1B4F5
(193,180,245)
#B0A4DF
(176,164,223)
#9F94C9
(159,148,201)
#8E84B3
(142,132,179)
#7D749D
(125,116,157)
#6C6487
(108,100,135)
#5B5471
(91,84,113)
#4A445B
(74,68,91)
#393445
(57,52,69)
#28242F
(40,36,47)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #C1B4F5

#C1B4F5
(193,180,245)
#C6BAF5
(198,186,245)
#CBC0F5
(203,192,245)
#D0C6F5
(208,198,245)
#D5CCF5
(213,204,245)
#DAD2F5
(218,210,245)
#DFD8F5
(223,216,245)
#E4DEF5
(228,222,245)
#E9E4F5
(233,228,245)
#EEEAF5
(238,234,245)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1B4F5 color. Also use rgb(193,180,245) instead hex code.

Text Font Color

.myTextColor { color: #C1B4F5; }

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

This text font color is #C1B4F5.


Background Color

.myBgColor { background-color: #C1B4F5; }

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

This div background color is #C1B4F5.


Border color

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

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

This div border color is #C1B4F5.


Opacity

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

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

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

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

This text has shadow with #C1B4F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B4F5 on black background.


Color preview on white background

This text has color #C1B4F5 on white background.



Black color preview on #C1B4F5 background

This text has black color on #C1B4F5 background.


White color preview on #C1B4F5 background

This text has white color on #C1B4F5 background.