COLOR #C7C2ED

HEX: #C7C2ED
RGB: (199,194,237)

Color info

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

RGB color model

#C7C2ED color RGB value is (199,194,237).

  • red value is 199;
  • green value is 194;
  • blue value is 237.
RGB:
(199,194,237)
(78%,76%,93%)

RGB channels and saturation

R 199 of 255 = 78%
G 194 of 255 = 76%
B 237 of 255 = 93%

199
194
237

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

Portions of RGB colors in percentages

R + G + B =
199 + 194 + 237 = 630 (100%)
R 199 of 630 ~ 31.59%
G 194 of 630 ~ 30.79%
B 237 of 630 ~ 37.62%

%31.59
%30.79
%37.62

CMYK color model

#C7C2ED color CMYK value is (16,18,0,7).

  • cyan value is 16.03%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(16,18,0,7)
C16M18Y0K7 
(16%,18%,0%,7%)
(0.16/0.18/0.00/0.07)	

CMYK percentages

%16.03
%18.14
%0
%7.06

Codes

Color #C7C2ED in popluar color models

C7C2ED
RGB199194237
HSL247°54.43%84.51%
HSB/HSV247°18.14%92.94%
CMYK16.03%18.14%0.00%
7.06%

Color #C7C2ED in popluar number systems.

HEXC7C2ED
Decimal199194237
Binary110001111100001011101101
Octal307302355

Shades and tints

Shades of #C7C2ED

#C7C2ED
(199,194,237)
#B5B1D8
(181,177,216)
#A3A0C3
(163,160,195)
#918FAE
(145,143,174)
#7F7E99
(127,126,153)
#6D6D84
(109,109,132)
#5B5C6F
(91,92,111)
#494B5A
(73,75,90)
#373A45
(55,58,69)
#252930
(37,41,48)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #C7C2ED

#C7C2ED
(199,194,237)
#CCC7EE
(204,199,238)
#D1CCEF
(209,204,239)
#D6D1F0
(214,209,240)
#DBD6F1
(219,214,241)
#E0DBF2
(224,219,242)
#E5E0F3
(229,224,243)
#EAE5F4
(234,229,244)
#EFEAF5
(239,234,245)
#F4EFF6
(244,239,246)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C2ED color. Also use rgb(199,194,237) instead hex code.

Text Font Color

.myTextColor { color: #C7C2ED; }

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

This text font color is #C7C2ED.


Background Color

.myBgColor { background-color: #C7C2ED; }

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

This div background color is #C7C2ED.


Border color

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

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

This div border color is #C7C2ED.


Opacity

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

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

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

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

This text has shadow with #C7C2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C2ED on black background.


Color preview on white background

This text has color #C7C2ED on white background.



Black color preview on #C7C2ED background

This text has black color on #C7C2ED background.


White color preview on #C7C2ED background

This text has white color on #C7C2ED background.