COLOR #C7C5FA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

199
197
250

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

Portions of RGB colors in percentages

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

%30.8
%30.5
%38.7

CMYK color model

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

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

CMYK percentages

%20.4
%21.2
%0
%1.96

Codes

Color #C7C5FA in popluar color models

C7C5FA
RGB199197250
HSL242°84.13%87.65%
HSB/HSV242°21.20%98.04%
CMYK20.40%21.20%0.00%
1.96%

Color #C7C5FA in popluar number systems.

HEXC7C5FA
Decimal199197250
Binary110001111100010111111010
Octal307305372

Shades and tints

Shades of #C7C5FA

#C7C5FA
(199,197,250)
#B5B4E4
(181,180,228)
#A3A3CE
(163,163,206)
#9192B8
(145,146,184)
#7F81A2
(127,129,162)
#6D708C
(109,112,140)
#5B5F76
(91,95,118)
#494E60
(73,78,96)
#373D4A
(55,61,74)
#252C34
(37,44,52)
#131B1E
(19,27,30)
#000000
(0,0,0)

Tints of #C7C5FA

#C7C5FA
(199,197,250)
#CCCAFA
(204,202,250)
#D1CFFA
(209,207,250)
#D6D4FA
(214,212,250)
#DBD9FA
(219,217,250)
#E0DEFA
(224,222,250)
#E5E3FA
(229,227,250)
#EAE8FA
(234,232,250)
#EFEDFA
(239,237,250)
#F4F2FA
(244,242,250)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C5FA; }

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

This text font color is #C7C5FA.


Background Color

.myBgColor { background-color: #C7C5FA; }

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

This div background color is #C7C5FA.


Border color

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

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

This div border color is #C7C5FA.


Opacity

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

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

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

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

This text has shadow with #C7C5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C5FA on black background.


Color preview on white background

This text has color #C7C5FA on white background.



Black color preview on #C7C5FA background

This text has black color on #C7C5FA background.


White color preview on #C7C5FA background

This text has white color on #C7C5FA background.