COLOR #C5C7FA

HEX: #C5C7FA
RGB: (197,199,250)

Color info

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

RGB color model

#C5C7FA color RGB value is (197,199,250).

  • red value is 197;
  • green value is 199;
  • blue value is 250.
RGB:
(197,199,250)
(77%,78%,98%)

RGB channels and saturation

R 197 of 255 = 77%
G 199 of 255 = 78%
B 250 of 255 = 98%

197
199
250

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

Portions of RGB colors in percentages

R + G + B =
197 + 199 + 250 = 646 (100%)
R 197 of 646 ~ 30.5%
G 199 of 646 ~ 30.8%
B 250 of 646 ~ 38.7%

%30.5
%30.8
%38.7

CMYK color model

#C5C7FA color CMYK value is (21,20,0,2).

  • cyan value is 21.20%
  • magenta value is 20.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(21,20,0,2)
C21M20Y0K2 
(21%,20%,0%,2%)
(0.21/0.20/0.00/0.02)	

CMYK percentages

%21.2
%20.4
%0
%1.96

Codes

Color #C5C7FA in popluar color models

C5C7FA
RGB197199250
HSL238°84.13%87.65%
HSB/HSV238°21.20%98.04%
CMYK21.20%20.40%0.00%
1.96%

Color #C5C7FA in popluar number systems.

HEXC5C7FA
Decimal197199250
Binary110001011100011111111010
Octal305307372

Shades and tints

Shades of #C5C7FA

#C5C7FA
(197,199,250)
#B4B5E4
(180,181,228)
#A3A3CE
(163,163,206)
#9291B8
(146,145,184)
#817FA2
(129,127,162)
#706D8C
(112,109,140)
#5F5B76
(95,91,118)
#4E4960
(78,73,96)
#3D374A
(61,55,74)
#2C2534
(44,37,52)
#1B131E
(27,19,30)
#000000
(0,0,0)

Tints of #C5C7FA

#C5C7FA
(197,199,250)
#CACCFA
(202,204,250)
#CFD1FA
(207,209,250)
#D4D6FA
(212,214,250)
#D9DBFA
(217,219,250)
#DEE0FA
(222,224,250)
#E3E5FA
(227,229,250)
#E8EAFA
(232,234,250)
#EDEFFA
(237,239,250)
#F2F4FA
(242,244,250)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C7FA color. Also use rgb(197,199,250) instead hex code.

Text Font Color

.myTextColor { color: #C5C7FA; }

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

This text font color is #C5C7FA.


Background Color

.myBgColor { background-color: #C5C7FA; }

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

This div background color is #C5C7FA.


Border color

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

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

This div border color is #C5C7FA.


Opacity

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

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

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

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

This text has shadow with #C5C7FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C7FA on black background.


Color preview on white background

This text has color #C5C7FA on white background.



Black color preview on #C5C7FA background

This text has black color on #C5C7FA background.


White color preview on #C5C7FA background

This text has white color on #C5C7FA background.