COLOR #C1C4F5

HEX: #C1C4F5
RGB: (193,196,245)

Color info

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

RGB color model

#C1C4F5 color RGB value is (193,196,245).

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

RGB channels and saturation

R 193 of 255 = 76%
G 196 of 255 = 77%
B 245 of 255 = 96%

193
196
245

R + G + B ~ 83%. #C1C4F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 196 + 245 = 634 (100%)
R 193 of 634 ~ 30.44%
G 196 of 634 ~ 30.91%
B 245 of 634 ~ 38.64%

%30.44
%30.91
%38.64

CMYK color model

#C1C4F5 color CMYK value is (21,20,0,4).

  • cyan value is 21.22%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(21,20,0,4)
C21M20Y0K4 
(21%,20%,0%,4%)
(0.21/0.20/0.00/0.04)	

CMYK percentages

%21.22
%20
%0
%3.92

Codes

Color #C1C4F5 in popluar color models

C1C4F5
RGB193196245
HSL237°72.22%85.88%
HSB/HSV237°21.22%96.08%
CMYK21.22%20.00%0.00%
3.92%

Color #C1C4F5 in popluar number systems.

HEXC1C4F5
Decimal193196245
Binary110000011100010011110101
Octal301304365

Shades and tints

Shades of #C1C4F5

#C1C4F5
(193,196,245)
#B0B3DF
(176,179,223)
#9FA2C9
(159,162,201)
#8E91B3
(142,145,179)
#7D809D
(125,128,157)
#6C6F87
(108,111,135)
#5B5E71
(91,94,113)
#4A4D5B
(74,77,91)
#393C45
(57,60,69)
#282B2F
(40,43,47)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #C1C4F5

#C1C4F5
(193,196,245)
#C6C9F5
(198,201,245)
#CBCEF5
(203,206,245)
#D0D3F5
(208,211,245)
#D5D8F5
(213,216,245)
#DADDF5
(218,221,245)
#DFE2F5
(223,226,245)
#E4E7F5
(228,231,245)
#E9ECF5
(233,236,245)
#EEF1F5
(238,241,245)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C4F5; }

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

This text font color is #C1C4F5.


Background Color

.myBgColor { background-color: #C1C4F5; }

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

This div background color is #C1C4F5.


Border color

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

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

This div border color is #C1C4F5.


Opacity

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

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

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

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

This text has shadow with #C1C4F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C4F5 on black background.


Color preview on white background

This text has color #C1C4F5 on white background.



Black color preview on #C1C4F5 background

This text has black color on #C1C4F5 background.


White color preview on #C1C4F5 background

This text has white color on #C1C4F5 background.