COLOR #C2C5FE

HEX: #C2C5FE
RGB: (194,197,254)

Color info

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

RGB color model

#C2C5FE color RGB value is (194,197,254).

  • red value is 194;
  • green value is 197;
  • blue value is 254.
RGB:
(194,197,254)
(76%,77%,100%)

RGB channels and saturation

R 194 of 255 = 76%
G 197 of 255 = 77%
B 254 of 255 = 100%

194
197
254

R + G + B ~ 84%. #C2C5FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 197 + 254 = 645 (100%)
R 194 of 645 ~ 30.08%
G 197 of 645 ~ 30.54%
B 254 of 645 ~ 39.38%

%30.08
%30.54
%39.38

CMYK color model

#C2C5FE color CMYK value is (24,22,0,0).

  • cyan value is 23.62%
  • magenta value is 22.44%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(24,22,0,0)
C24M22Y0K0 
(24%,22%,0%,0%)
(0.24/0.22/0.00/0.00)	

CMYK percentages

%23.62
%22.44
%0
%0.39

Codes

Color #C2C5FE in popluar color models

C2C5FE
RGB194197254
HSL237°96.77%87.84%
HSB/HSV237°23.62%99.61%
CMYK23.62%22.44%0.00%
0.39%

Color #C2C5FE in popluar number systems.

HEXC2C5FE
Decimal194197254
Binary110000101100010111111110
Octal302305376

Shades and tints

Shades of #C2C5FE

#C2C5FE
(194,197,254)
#B1B4E7
(177,180,231)
#A0A3D0
(160,163,208)
#8F92B9
(143,146,185)
#7E81A2
(126,129,162)
#6D708B
(109,112,139)
#5C5F74
(92,95,116)
#4B4E5D
(75,78,93)
#3A3D46
(58,61,70)
#292C2F
(41,44,47)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #C2C5FE

#C2C5FE
(194,197,254)
#C7CAFE
(199,202,254)
#CCCFFE
(204,207,254)
#D1D4FE
(209,212,254)
#D6D9FE
(214,217,254)
#DBDEFE
(219,222,254)
#E0E3FE
(224,227,254)
#E5E8FE
(229,232,254)
#EAEDFE
(234,237,254)
#EFF2FE
(239,242,254)
#F4F7FE
(244,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C5FE color. Also use rgb(194,197,254) instead hex code.

Text Font Color

.myTextColor { color: #C2C5FE; }

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

This text font color is #C2C5FE.


Background Color

.myBgColor { background-color: #C2C5FE; }

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

This div background color is #C2C5FE.


Border color

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

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

This div border color is #C2C5FE.


Opacity

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

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

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

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

This text has shadow with #C2C5FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C5FE on black background.


Color preview on white background

This text has color #C2C5FE on white background.



Black color preview on #C2C5FE background

This text has black color on #C2C5FE background.


White color preview on #C2C5FE background

This text has white color on #C2C5FE background.