COLOR #C7C5FB

HEX: #C7C5FB
RGB: (199,197,251)

Color info

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

RGB color model

#C7C5FB color RGB value is (199,197,251).

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

RGB channels and saturation

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

199
197
251

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

Portions of RGB colors in percentages

R + G + B =
199 + 197 + 251 = 647 (100%)
R 199 of 647 ~ 30.76%
G 197 of 647 ~ 30.45%
B 251 of 647 ~ 38.79%

%30.76
%30.45
%38.79

CMYK color model

#C7C5FB color CMYK value is (21,22,0,2).

  • cyan value is 20.72%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(21,22,0,2)
C21M22Y0K2 
(21%,22%,0%,2%)
(0.21/0.22/0.00/0.02)	

CMYK percentages

%20.72
%21.51
%0
%1.57

Codes

Color #C7C5FB in popluar color models

C7C5FB
RGB199197251
HSL242°87.10%87.84%
HSB/HSV242°21.51%98.43%
CMYK20.72%21.51%0.00%
1.57%

Color #C7C5FB in popluar number systems.

HEXC7C5FB
Decimal199197251
Binary110001111100010111111011
Octal307305373

Shades and tints

Shades of #C7C5FB

#C7C5FB
(199,197,251)
#B5B4E5
(181,180,229)
#A3A3CF
(163,163,207)
#9192B9
(145,146,185)
#7F81A3
(127,129,163)
#6D708D
(109,112,141)
#5B5F77
(91,95,119)
#494E61
(73,78,97)
#373D4B
(55,61,75)
#252C35
(37,44,53)
#131B1F
(19,27,31)
#000000
(0,0,0)

Tints of #C7C5FB

#C7C5FB
(199,197,251)
#CCCAFB
(204,202,251)
#D1CFFB
(209,207,251)
#D6D4FB
(214,212,251)
#DBD9FB
(219,217,251)
#E0DEFB
(224,222,251)
#E5E3FB
(229,227,251)
#EAE8FB
(234,232,251)
#EFEDFB
(239,237,251)
#F4F2FB
(244,242,251)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C5FB; }

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

This text font color is #C7C5FB.


Background Color

.myBgColor { background-color: #C7C5FB; }

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

This div background color is #C7C5FB.


Border color

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

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

This div border color is #C7C5FB.


Opacity

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

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

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

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

This text has shadow with #C7C5FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C5FB on black background.


Color preview on white background

This text has color #C7C5FB on white background.



Black color preview on #C7C5FB background

This text has black color on #C7C5FB background.


White color preview on #C7C5FB background

This text has white color on #C7C5FB background.