COLOR #C7C1E9

HEX: #C7C1E9
RGB: (199,193,233)

Color info

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

RGB color model

#C7C1E9 color RGB value is (199,193,233).

  • red value is 199;
  • green value is 193;
  • blue value is 233.
RGB:
(199,193,233)
(78%,76%,91%)

RGB channels and saturation

R 199 of 255 = 78%
G 193 of 255 = 76%
B 233 of 255 = 91%

199
193
233

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

Portions of RGB colors in percentages

R + G + B =
199 + 193 + 233 = 625 (100%)
R 199 of 625 ~ 31.84%
G 193 of 625 ~ 30.88%
B 233 of 625 ~ 37.28%

%31.84
%30.88
%37.28

CMYK color model

#C7C1E9 color CMYK value is (15,17,0,9).

  • cyan value is 14.59%
  • magenta value is 17.17%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(15,17,0,9)
C15M17Y0K9 
(15%,17%,0%,9%)
(0.15/0.17/0.00/0.09)	

CMYK percentages

%14.59
%17.17
%0
%8.63

Codes

Color #C7C1E9 in popluar color models

C7C1E9
RGB199193233
HSL249°47.62%83.53%
HSB/HSV249°17.17%91.37%
CMYK14.59%17.17%0.00%
8.63%

Color #C7C1E9 in popluar number systems.

HEXC7C1E9
Decimal199193233
Binary110001111100000111101001
Octal307301351

Shades and tints

Shades of #C7C1E9

#C7C1E9
(199,193,233)
#B5B0D4
(181,176,212)
#A39FBF
(163,159,191)
#918EAA
(145,142,170)
#7F7D95
(127,125,149)
#6D6C80
(109,108,128)
#5B5B6B
(91,91,107)
#494A56
(73,74,86)
#373941
(55,57,65)
#25282C
(37,40,44)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #C7C1E9

#C7C1E9
(199,193,233)
#CCC6EB
(204,198,235)
#D1CBED
(209,203,237)
#D6D0EF
(214,208,239)
#DBD5F1
(219,213,241)
#E0DAF3
(224,218,243)
#E5DFF5
(229,223,245)
#EAE4F7
(234,228,247)
#EFE9F9
(239,233,249)
#F4EEFB
(244,238,251)
#F9F3FD
(249,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C1E9 color. Also use rgb(199,193,233) instead hex code.

Text Font Color

.myTextColor { color: #C7C1E9; }

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

This text font color is #C7C1E9.


Background Color

.myBgColor { background-color: #C7C1E9; }

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

This div background color is #C7C1E9.


Border color

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

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

This div border color is #C7C1E9.


Opacity

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

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

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

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

This text has shadow with #C7C1E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C1E9 on black background.


Color preview on white background

This text has color #C7C1E9 on white background.



Black color preview on #C7C1E9 background

This text has black color on #C7C1E9 background.


White color preview on #C7C1E9 background

This text has white color on #C7C1E9 background.