COLOR #C7C6D4

HEX: #C7C6D4 RGB: (199,198,212)

Color info

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

RGB color model

#C7C6D4 color RGB value is (199,198,212).

RGB: (199,198,212) (78%, 78%, 83%)

RGB channels and saturation

R 199 of 255 = 78%
G 198 of 255 = 78%
B 212 of 255 = 83%

199
198
212

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

Portions of RGB colors in percentages

R + G + B = 199 + 198 + 212 = 609 (100%)
R 199 of 609 ~ 32.68%
G 198 of 609 ~ 32.51%
B 212 of 609 ~ 34.81'%

%32.68
%32.51
%34.81

CMYK color model

#C7C6D4 color CMYK value is (6,7,0,17).

  • cyan value is 6.13%
  • magenta value is 6.60%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK: (6,7,0,17) C6M7Y0K17 (6%,7%,0%,17%) (0.06/0.07/0.00/0.17) 

CMYK percentages

%6.13
%6.6
%0
%16.86

Codes

Color #C7C6D4 in popluar color models

C7 C6 D4
RGB 199 198 212
HSL 244° 14.00% 80.39%
HSB/HSV 244° 6.60% 83.14%
CMYK 6.13% 6.60% 0.00%
16.86%

Color #C7C6D4 in popluar number systems.

HEX C7 C6 D4
Decimal 199 198 212
Binary 11000111 11000110 11010100
Octal 307 306 324

Shades and tints

Shades of #C7C6D4

#C7C6D4
(199,198,212)
#B5B4C1
(181,180,193)
#A3A2AE
(163,162,174)
#91909B
(145,144,155)
#7F7E88
(127,126,136)
#6D6C75
(109,108,117)
#5B5A62
(91,90,98)
#49484F
(73,72,79)
#37363C
(55,54,60)
#252429
(37,36,41)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #C7C6D4

#C7C6D4
(199,198,212)
#CCCBD7
(204,203,215)
#D1D0DA
(209,208,218)
#D6D5DD
(214,213,221)
#DBDAE0
(219,218,224)
#E0DFE3
(224,223,227)
#E5E4E6
(229,228,230)
#EAE9E9
(234,233,233)
#EFEEEC
(239,238,236)
#F4F3EF
(244,243,239)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C6D4 color. Also use rgb(199,198,212) instead hex code.

Text Font Color

.myTextColor { color: #C7C6D4; }

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

This text font color is #C7C6D4.

Background Color

.myBgColor { background-color: #C7C6D4; }

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

This div background color is #C7C6D4.

Border color

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

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

This div border color is #C7C6D4.

Opacity

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

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

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

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

This text has shadow with #C7C6D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C6D4.

Preview

Color preview on black background

This text has color #C7C6D4 on black background.


Color preview on white background

This text has color #C7C6D4 on white background.


Black color preview on #C7C6D4 background

This text has black color on #C7C6D4 background.


White color preview on #C7C6D4 background

This text has white color on #C7C6D4 background.


Related colors

Complementary color

Complementary color for #hex is #38392B.


I love getcolorcode.com

Triadic colors

1 #D4C7C6 and #C6D4C7 with #C7C6D4 are triadic colors.

2 #D4C6C7 and #C6C7D4 with #C7C6D4 are triadic colors.