COLOR #C7C2DD

HEX: #C7C2DD
RGB: (199,194,221)

Color info

#C7C2DD contains red, green and blue colors in about the same proportion. Web safe color of #C7C2DD is #CCCCCC (or #CCC).

RGB color model

#C7C2DD color RGB value is (199,194,221).

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

RGB channels and saturation

R 199 of 255 = 78%
G 194 of 255 = 76%
B 221 of 255 = 87%

199
194
221

R + G + B ~ 80%. #C7C2DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 194 + 221 = 614 (100%)
R 199 of 614 ~ 32.41%
G 194 of 614 ~ 31.6%
B 221 of 614 ~ 35.99%

%32.41
%31.6
%35.99

CMYK color model

#C7C2DD color CMYK value is (10,12,0,13).

  • cyan value is 9.95%
  • magenta value is 12.22%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(10,12,0,13)
C10M12Y0K13 
(10%,12%,0%,13%)
(0.10/0.12/0.00/0.13)	

CMYK percentages

%9.95
%12.22
%0
%13.33

Codes

Color #C7C2DD in popluar color models

C7C2DD
RGB199194221
HSL251°28.42%81.37%
HSB/HSV251°12.22%86.67%
CMYK9.95%12.22%0.00%
13.33%

Color #C7C2DD in popluar number systems.

HEXC7C2DD
Decimal199194221
Binary110001111100001011011101
Octal307302335

Shades and tints

Shades of #C7C2DD

#C7C2DD
(199,194,221)
#B5B1C9
(181,177,201)
#A3A0B5
(163,160,181)
#918FA1
(145,143,161)
#7F7E8D
(127,126,141)
#6D6D79
(109,109,121)
#5B5C65
(91,92,101)
#494B51
(73,75,81)
#373A3D
(55,58,61)
#252929
(37,41,41)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #C7C2DD

#C7C2DD
(199,194,221)
#CCC7E0
(204,199,224)
#D1CCE3
(209,204,227)
#D6D1E6
(214,209,230)
#DBD6E9
(219,214,233)
#E0DBEC
(224,219,236)
#E5E0EF
(229,224,239)
#EAE5F2
(234,229,242)
#EFEAF5
(239,234,245)
#F4EFF8
(244,239,248)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C2DD; }

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

This text font color is #C7C2DD.


Background Color

.myBgColor { background-color: #C7C2DD; }

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

This div background color is #C7C2DD.


Border color

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

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

This div border color is #C7C2DD.


Opacity

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

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

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

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

This text has shadow with #C7C2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C2DD on black background.


Color preview on white background

This text has color #C7C2DD on white background.



Black color preview on #C7C2DD background

This text has black color on #C7C2DD background.


White color preview on #C7C2DD background

This text has white color on #C7C2DD background.