COLOR #C7C5F8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

199
197
248

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

Portions of RGB colors in percentages

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

%30.9
%30.59
%38.51

CMYK color model

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

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

CMYK percentages

%19.76
%20.56
%0
%2.75

Codes

Color #C7C5F8 in popluar color models

C7C5F8
RGB199197248
HSL242°78.46%87.25%
HSB/HSV242°20.56%97.25%
CMYK19.76%20.56%0.00%
2.75%

Color #C7C5F8 in popluar number systems.

HEXC7C5F8
Decimal199197248
Binary110001111100010111111000
Octal307305370

Shades and tints

Shades of #C7C5F8

#C7C5F8
(199,197,248)
#B5B4E2
(181,180,226)
#A3A3CC
(163,163,204)
#9192B6
(145,146,182)
#7F81A0
(127,129,160)
#6D708A
(109,112,138)
#5B5F74
(91,95,116)
#494E5E
(73,78,94)
#373D48
(55,61,72)
#252C32
(37,44,50)
#131B1C
(19,27,28)
#000000
(0,0,0)

Tints of #C7C5F8

#C7C5F8
(199,197,248)
#CCCAF8
(204,202,248)
#D1CFF8
(209,207,248)
#D6D4F8
(214,212,248)
#DBD9F8
(219,217,248)
#E0DEF8
(224,222,248)
#E5E3F8
(229,227,248)
#EAE8F8
(234,232,248)
#EFEDF8
(239,237,248)
#F4F2F8
(244,242,248)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C5F8; }

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

This text font color is #C7C5F8.


Background Color

.myBgColor { background-color: #C7C5F8; }

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

This div background color is #C7C5F8.


Border color

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

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

This div border color is #C7C5F8.


Opacity

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

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

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

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

This text has shadow with #C7C5F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C5F8 on black background.


Color preview on white background

This text has color #C7C5F8 on white background.



Black color preview on #C7C5F8 background

This text has black color on #C7C5F8 background.


White color preview on #C7C5F8 background

This text has white color on #C7C5F8 background.