COLOR #C7CDD1

HEX: #C7CDD1
RGB: (199,205,209)

Color info

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

RGB color model

#C7CDD1 color RGB value is (199,205,209).

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

RGB channels and saturation

R 199 of 255 = 78%
G 205 of 255 = 80%
B 209 of 255 = 82%

199
205
209

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

Portions of RGB colors in percentages

R + G + B =
199 + 205 + 209 = 613 (100%)
R 199 of 613 ~ 32.46%
G 205 of 613 ~ 33.44%
B 209 of 613 ~ 34.09%

%32.46
%33.44
%34.09

CMYK color model

#C7CDD1 color CMYK value is (5,2,0,18).

  • cyan value is 4.78%
  • magenta value is 1.91%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(5,2,0,18)
C5M2Y0K18 
(5%,2%,0%,18%)
(0.05/0.02/0.00/0.18)	

CMYK percentages

%4.78
%1.91
%0
%18.04

Codes

Color #C7CDD1 in popluar color models

C7CDD1
RGB199205209
HSL204°9.80%80.00%
HSB/HSV204°4.78%81.96%
CMYK4.78%1.91%0.00%
18.04%

Color #C7CDD1 in popluar number systems.

HEXC7CDD1
Decimal199205209
Binary110001111100110111010001
Octal307315321

Shades and tints

Shades of #C7CDD1

#C7CDD1
(199,205,209)
#B5BBBE
(181,187,190)
#A3A9AB
(163,169,171)
#919798
(145,151,152)
#7F8585
(127,133,133)
#6D7372
(109,115,114)
#5B615F
(91,97,95)
#494F4C
(73,79,76)
#373D39
(55,61,57)
#252B26
(37,43,38)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #C7CDD1

#C7CDD1
(199,205,209)
#CCD1D5
(204,209,213)
#D1D5D9
(209,213,217)
#D6D9DD
(214,217,221)
#DBDDE1
(219,221,225)
#E0E1E5
(224,225,229)
#E5E5E9
(229,229,233)
#EAE9ED
(234,233,237)
#EFEDF1
(239,237,241)
#F4F1F5
(244,241,245)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CDD1; }

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

This text font color is #C7CDD1.


Background Color

.myBgColor { background-color: #C7CDD1; }

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

This div background color is #C7CDD1.


Border color

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

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

This div border color is #C7CDD1.


Opacity

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

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

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

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

This text has shadow with #C7CDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CDD1 on black background.


Color preview on white background

This text has color #C7CDD1 on white background.



Black color preview on #C7CDD1 background

This text has black color on #C7CDD1 background.


White color preview on #C7CDD1 background

This text has white color on #C7CDD1 background.