COLOR #C7CADA

HEX: #C7CADA
RGB: (199,202,218)

Color info

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

RGB color model

#C7CADA color RGB value is (199,202,218).

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

RGB channels and saturation

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

199
202
218

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

Portions of RGB colors in percentages

R + G + B =
199 + 202 + 218 = 619 (100%)
R 199 of 619 ~ 32.15%
G 202 of 619 ~ 32.63%
B 218 of 619 ~ 35.22%

%32.15
%32.63
%35.22

CMYK color model

#C7CADA color CMYK value is (9,7,0,15).

  • cyan value is 8.72%
  • magenta value is 7.34%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(9,7,0,15)
C9M7Y0K15 
(9%,7%,0%,15%)
(0.09/0.07/0.00/0.15)	

CMYK percentages

%8.72
%7.34
%0
%14.51

Codes

Color #C7CADA in popluar color models

C7CADA
RGB199202218
HSL231°20.43%81.76%
HSB/HSV231°8.72%85.49%
CMYK8.72%7.34%0.00%
14.51%

Color #C7CADA in popluar number systems.

HEXC7CADA
Decimal199202218
Binary110001111100101011011010
Octal307312332

Shades and tints

Shades of #C7CADA

#C7CADA
(199,202,218)
#B5B8C7
(181,184,199)
#A3A6B4
(163,166,180)
#9194A1
(145,148,161)
#7F828E
(127,130,142)
#6D707B
(109,112,123)
#5B5E68
(91,94,104)
#494C55
(73,76,85)
#373A42
(55,58,66)
#25282F
(37,40,47)
#13161C
(19,22,28)
#000000
(0,0,0)

Tints of #C7CADA

#C7CADA
(199,202,218)
#CCCEDD
(204,206,221)
#D1D2E0
(209,210,224)
#D6D6E3
(214,214,227)
#DBDAE6
(219,218,230)
#E0DEE9
(224,222,233)
#E5E2EC
(229,226,236)
#EAE6EF
(234,230,239)
#EFEAF2
(239,234,242)
#F4EEF5
(244,238,245)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CADA; }

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

This text font color is #C7CADA.


Background Color

.myBgColor { background-color: #C7CADA; }

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

This div background color is #C7CADA.


Border color

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

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

This div border color is #C7CADA.


Opacity

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

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

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

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

This text has shadow with #C7CADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CADA on black background.


Color preview on white background

This text has color #C7CADA on white background.



Black color preview on #C7CADA background

This text has black color on #C7CADA background.


White color preview on #C7CADA background

This text has white color on #C7CADA background.