COLOR #C7C4D1

HEX: #C7C4D1
RGB: (199,196,209)

Color info

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

RGB color model

#C7C4D1 color RGB value is (199,196,209).

  • red value is 199;
  • green value is 196;
  • blue value is 209.
RGB:
(199,196,209)
(78%,77%,82%)

RGB channels and saturation

R 199 of 255 = 78%
G 196 of 255 = 77%
B 209 of 255 = 82%

199
196
209

R + G + B ~ 79%. #C7C4D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 196 + 209 = 604 (100%)
R 199 of 604 ~ 32.95%
G 196 of 604 ~ 32.45%
B 209 of 604 ~ 34.6%

%32.95
%32.45
%34.6

CMYK color model

#C7C4D1 color CMYK value is (5,6,0,18).

  • cyan value is 4.78%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(5,6,0,18)
C5M6Y0K18 
(5%,6%,0%,18%)
(0.05/0.06/0.00/0.18)	

CMYK percentages

%4.78
%6.22
%0
%18.04

Codes

Color #C7C4D1 in popluar color models

C7C4D1
RGB199196209
HSL254°12.38%79.41%
HSB/HSV254°6.22%81.96%
CMYK4.78%6.22%0.00%
18.04%

Color #C7C4D1 in popluar number systems.

HEXC7C4D1
Decimal199196209
Binary110001111100010011010001
Octal307304321

Shades and tints

Shades of #C7C4D1

#C7C4D1
(199,196,209)
#B5B3BE
(181,179,190)
#A3A2AB
(163,162,171)
#919198
(145,145,152)
#7F8085
(127,128,133)
#6D6F72
(109,111,114)
#5B5E5F
(91,94,95)
#494D4C
(73,77,76)
#373C39
(55,60,57)
#252B26
(37,43,38)
#131A13
(19,26,19)
#000000
(0,0,0)

Tints of #C7C4D1

#C7C4D1
(199,196,209)
#CCC9D5
(204,201,213)
#D1CED9
(209,206,217)
#D6D3DD
(214,211,221)
#DBD8E1
(219,216,225)
#E0DDE5
(224,221,229)
#E5E2E9
(229,226,233)
#EAE7ED
(234,231,237)
#EFECF1
(239,236,241)
#F4F1F5
(244,241,245)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C4D1 color. Also use rgb(199,196,209) instead hex code.

Text Font Color

.myTextColor { color: #C7C4D1; }

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

This text font color is #C7C4D1.


Background Color

.myBgColor { background-color: #C7C4D1; }

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

This div background color is #C7C4D1.


Border color

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

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

This div border color is #C7C4D1.


Opacity

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

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

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

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

This text has shadow with #C7C4D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C4D1 on black background.


Color preview on white background

This text has color #C7C4D1 on white background.



Black color preview on #C7C4D1 background

This text has black color on #C7C4D1 background.


White color preview on #C7C4D1 background

This text has white color on #C7C4D1 background.