COLOR #C7C9DA

HEX: #C7C9DA
RGB: (199,201,218)

Color info

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

RGB color model

#C7C9DA color RGB value is (199,201,218).

  • red value is 199;
  • green value is 201;
  • blue value is 218.
RGB:
(199,201,218)
(78%,79%,85%)

RGB channels and saturation

R 199 of 255 = 78%
G 201 of 255 = 79%
B 218 of 255 = 85%

199
201
218

R + G + B ~ 81%. #C7C9DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 201 + 218 = 618 (100%)
R 199 of 618 ~ 32.2%
G 201 of 618 ~ 32.52%
B 218 of 618 ~ 35.28%

%32.2
%32.52
%35.28

CMYK color model

#C7C9DA color CMYK value is (9,8,0,15).

  • cyan value is 8.72%
  • magenta value is 7.80%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(9,8,0,15)
C9M8Y0K15 
(9%,8%,0%,15%)
(0.09/0.08/0.00/0.15)	

CMYK percentages

%8.72
%7.8
%0
%14.51

Codes

Color #C7C9DA in popluar color models

C7C9DA
RGB199201218
HSL234°20.43%81.76%
HSB/HSV234°8.72%85.49%
CMYK8.72%7.80%0.00%
14.51%

Color #C7C9DA in popluar number systems.

HEXC7C9DA
Decimal199201218
Binary110001111100100111011010
Octal307311332

Shades and tints

Shades of #C7C9DA

#C7C9DA
(199,201,218)
#B5B7C7
(181,183,199)
#A3A5B4
(163,165,180)
#9193A1
(145,147,161)
#7F818E
(127,129,142)
#6D6F7B
(109,111,123)
#5B5D68
(91,93,104)
#494B55
(73,75,85)
#373942
(55,57,66)
#25272F
(37,39,47)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #C7C9DA

#C7C9DA
(199,201,218)
#CCCDDD
(204,205,221)
#D1D1E0
(209,209,224)
#D6D5E3
(214,213,227)
#DBD9E6
(219,217,230)
#E0DDE9
(224,221,233)
#E5E1EC
(229,225,236)
#EAE5EF
(234,229,239)
#EFE9F2
(239,233,242)
#F4EDF5
(244,237,245)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C9DA color. Also use rgb(199,201,218) instead hex code.

Text Font Color

.myTextColor { color: #C7C9DA; }

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

This text font color is #C7C9DA.


Background Color

.myBgColor { background-color: #C7C9DA; }

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

This div background color is #C7C9DA.


Border color

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

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

This div border color is #C7C9DA.


Opacity

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

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

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

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

This text has shadow with #C7C9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C9DA on black background.


Color preview on white background

This text has color #C7C9DA on white background.



Black color preview on #C7C9DA background

This text has black color on #C7C9DA background.


White color preview on #C7C9DA background

This text has white color on #C7C9DA background.