COLOR #C7C5E7

HEX: #C7C5E7
RGB: (199,197,231)

Color info

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

RGB color model

#C7C5E7 color RGB value is (199,197,231).

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

RGB channels and saturation

R 199 of 255 = 78%
G 197 of 255 = 77%
B 231 of 255 = 91%

199
197
231

R + G + B ~ 82%. #C7C5E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 197 + 231 = 627 (100%)
R 199 of 627 ~ 31.74%
G 197 of 627 ~ 31.42%
B 231 of 627 ~ 36.84%

%31.74
%31.42
%36.84

CMYK color model

#C7C5E7 color CMYK value is (14,15,0,9).

  • cyan value is 13.85%
  • magenta value is 14.72%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(14,15,0,9)
C14M15Y0K9 
(14%,15%,0%,9%)
(0.14/0.15/0.00/0.09)	

CMYK percentages

%13.85
%14.72
%0
%9.41

Codes

Color #C7C5E7 in popluar color models

C7C5E7
RGB199197231
HSL244°41.46%83.92%
HSB/HSV244°14.72%90.59%
CMYK13.85%14.72%0.00%
9.41%

Color #C7C5E7 in popluar number systems.

HEXC7C5E7
Decimal199197231
Binary110001111100010111100111
Octal307305347

Shades and tints

Shades of #C7C5E7

#C7C5E7
(199,197,231)
#B5B4D2
(181,180,210)
#A3A3BD
(163,163,189)
#9192A8
(145,146,168)
#7F8193
(127,129,147)
#6D707E
(109,112,126)
#5B5F69
(91,95,105)
#494E54
(73,78,84)
#373D3F
(55,61,63)
#252C2A
(37,44,42)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #C7C5E7

#C7C5E7
(199,197,231)
#CCCAE9
(204,202,233)
#D1CFEB
(209,207,235)
#D6D4ED
(214,212,237)
#DBD9EF
(219,217,239)
#E0DEF1
(224,222,241)
#E5E3F3
(229,227,243)
#EAE8F5
(234,232,245)
#EFEDF7
(239,237,247)
#F4F2F9
(244,242,249)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C5E7; }

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

This text font color is #C7C5E7.


Background Color

.myBgColor { background-color: #C7C5E7; }

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

This div background color is #C7C5E7.


Border color

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

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

This div border color is #C7C5E7.


Opacity

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

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

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

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

This text has shadow with #C7C5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C5E7 on black background.


Color preview on white background

This text has color #C7C5E7 on white background.



Black color preview on #C7C5E7 background

This text has black color on #C7C5E7 background.


White color preview on #C7C5E7 background

This text has white color on #C7C5E7 background.