COLOR #C7C2D8

HEX: #C7C2D8
RGB: (199,194,216)

Color info

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

RGB color model

#C7C2D8 color RGB value is (199,194,216).

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

RGB channels and saturation

R 199 of 255 = 78%
G 194 of 255 = 76%
B 216 of 255 = 85%

199
194
216

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

Portions of RGB colors in percentages

R + G + B =
199 + 194 + 216 = 609 (100%)
R 199 of 609 ~ 32.68%
G 194 of 609 ~ 31.86%
B 216 of 609 ~ 35.47%

%32.68
%31.86
%35.47

CMYK color model

#C7C2D8 color CMYK value is (8,10,0,15).

  • cyan value is 7.87%
  • magenta value is 10.19%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(8,10,0,15)
C8M10Y0K15 
(8%,10%,0%,15%)
(0.08/0.10/0.00/0.15)	

CMYK percentages

%7.87
%10.19
%0
%15.29

Codes

Color #C7C2D8 in popluar color models

C7C2D8
RGB199194216
HSL254°22.00%80.39%
HSB/HSV254°10.19%84.71%
CMYK7.87%10.19%0.00%
15.29%

Color #C7C2D8 in popluar number systems.

HEXC7C2D8
Decimal199194216
Binary110001111100001011011000
Octal307302330

Shades and tints

Shades of #C7C2D8

#C7C2D8
(199,194,216)
#B5B1C5
(181,177,197)
#A3A0B2
(163,160,178)
#918F9F
(145,143,159)
#7F7E8C
(127,126,140)
#6D6D79
(109,109,121)
#5B5C66
(91,92,102)
#494B53
(73,75,83)
#373A40
(55,58,64)
#25292D
(37,41,45)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #C7C2D8

#C7C2D8
(199,194,216)
#CCC7DB
(204,199,219)
#D1CCDE
(209,204,222)
#D6D1E1
(214,209,225)
#DBD6E4
(219,214,228)
#E0DBE7
(224,219,231)
#E5E0EA
(229,224,234)
#EAE5ED
(234,229,237)
#EFEAF0
(239,234,240)
#F4EFF3
(244,239,243)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C2D8; }

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

This text font color is #C7C2D8.


Background Color

.myBgColor { background-color: #C7C2D8; }

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

This div background color is #C7C2D8.


Border color

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

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

This div border color is #C7C2D8.


Opacity

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

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

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

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

This text has shadow with #C7C2D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C2D8 on black background.


Color preview on white background

This text has color #C7C2D8 on white background.



Black color preview on #C7C2D8 background

This text has black color on #C7C2D8 background.


White color preview on #C7C2D8 background

This text has white color on #C7C2D8 background.