COLOR #C5C7F8

HEX: #C5C7F8
RGB: (197,199,248)

Color info

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

RGB color model

#C5C7F8 color RGB value is (197,199,248).

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

RGB channels and saturation

R 197 of 255 = 77%
G 199 of 255 = 78%
B 248 of 255 = 97%

197
199
248

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

Portions of RGB colors in percentages

R + G + B =
197 + 199 + 248 = 644 (100%)
R 197 of 644 ~ 30.59%
G 199 of 644 ~ 30.9%
B 248 of 644 ~ 38.51%

%30.59
%30.9
%38.51

CMYK color model

#C5C7F8 color CMYK value is (21,20,0,3).

  • cyan value is 20.56%
  • magenta value is 19.76%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(21,20,0,3)
C21M20Y0K3 
(21%,20%,0%,3%)
(0.21/0.20/0.00/0.03)	

CMYK percentages

%20.56
%19.76
%0
%2.75

Codes

Color #C5C7F8 in popluar color models

C5C7F8
RGB197199248
HSL238°78.46%87.25%
HSB/HSV238°20.56%97.25%
CMYK20.56%19.76%0.00%
2.75%

Color #C5C7F8 in popluar number systems.

HEXC5C7F8
Decimal197199248
Binary110001011100011111111000
Octal305307370

Shades and tints

Shades of #C5C7F8

#C5C7F8
(197,199,248)
#B4B5E2
(180,181,226)
#A3A3CC
(163,163,204)
#9291B6
(146,145,182)
#817FA0
(129,127,160)
#706D8A
(112,109,138)
#5F5B74
(95,91,116)
#4E495E
(78,73,94)
#3D3748
(61,55,72)
#2C2532
(44,37,50)
#1B131C
(27,19,28)
#000000
(0,0,0)

Tints of #C5C7F8

#C5C7F8
(197,199,248)
#CACCF8
(202,204,248)
#CFD1F8
(207,209,248)
#D4D6F8
(212,214,248)
#D9DBF8
(217,219,248)
#DEE0F8
(222,224,248)
#E3E5F8
(227,229,248)
#E8EAF8
(232,234,248)
#EDEFF8
(237,239,248)
#F2F4F8
(242,244,248)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C7F8; }

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

This text font color is #C5C7F8.


Background Color

.myBgColor { background-color: #C5C7F8; }

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

This div background color is #C5C7F8.


Border color

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

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

This div border color is #C5C7F8.


Opacity

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

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

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

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

This text has shadow with #C5C7F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C7F8 on black background.


Color preview on white background

This text has color #C5C7F8 on white background.



Black color preview on #C5C7F8 background

This text has black color on #C5C7F8 background.


White color preview on #C5C7F8 background

This text has white color on #C5C7F8 background.