COLOR #C6CFD1

HEX: #C6CFD1 RGB: (198,207,209)

Color info

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

RGB color model

#C6CFD1 color RGB value is (198,207,209).

RGB: (198,207,209) (78%, 81%, 82%)

RGB channels and saturation

R 198 of 255 = 78%
G 207 of 255 = 81%
B 209 of 255 = 82%

198
207
209

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

Portions of RGB colors in percentages

R + G + B = 198 + 207 + 209 = 614 (100%)
R 198 of 614 ~ 32.25%
G 207 of 614 ~ 33.71%
B 209 of 614 ~ 34.04'%

%32.25
%33.71
%34.04

CMYK color model

#C6CFD1 color CMYK value is (5,1,0,18).

  • cyan value is 5.26%
  • magenta value is 0.96%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (5,1,0,18)
C5M1Y0K18 (5%, 1%, 0%, 18%)
(0.05 / 0.01 / 0.00 / 0.18)

CMYK percentages

%5.26
%0.96
%0
%18.04

Codes

Color #C6CFD1 in popluar color models

C6 CF D1
RGB 198 207 209
HSL 191° 10.68% 79.80%
HSB/HSV 191° 5.26% 81.96%
CMYK 5.26% 0.96% 0.00%
18.04%

Color #C6CFD1 in popluar number systems.

HEX C6 CF D1
Decimal 198 207 209
Binary 11000110 11001111 11010001
Octal 306 317 321

Shades and tints

Shades of #C6CFD1

#C6CFD1
(198,207,209)
#B4BDBE
(180,189,190)
#A2ABAB
(162,171,171)
#909998
(144,153,152)
#7E8785
(126,135,133)
#6C7572
(108,117,114)
#5A635F
(90,99,95)
#48514C
(72,81,76)
#363F39
(54,63,57)
#242D26
(36,45,38)
#121B13
(18,27,19)
#000000
(0,0,0)

Tints of #C6CFD1

#C6CFD1
(198,207,209)
#CBD3D5
(203,211,213)
#D0D7D9
(208,215,217)
#D5DBDD
(213,219,221)
#DADFE1
(218,223,225)
#DFE3E5
(223,227,229)
#E4E7E9
(228,231,233)
#E9EBED
(233,235,237)
#EEEFF1
(238,239,241)
#F3F3F5
(243,243,245)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CFD1 color. Also use rgb(198,207,209) instead hex code.

Text Font Color

.myTextColor { color: #C6CFD1; }

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

This text font color is #C6CFD1.

Background Color

.myBgColor { background-color: #C6CFD1; }

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

This div background color is #C6CFD1.

Border color

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

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

This div border color is #C6CFD1.

Opacity

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

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

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

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

This text has shadow with #C6CFD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CFD1.

Preview

Color preview on black background

This text has color #C6CFD1 on black background.


Color preview on white background

This text has color #C6CFD1 on white background.


Black color preview on #C6CFD1 background

This text has black color on #C6CFD1 background.


White color preview on #C6CFD1 background

This text has white color on #C6CFD1 background.


Related colors

Complementary color

Complementary color for #hex is #39302E.


I love getcolorcode.com

Triadic colors

1 #D1C6CF and #CFD1C6 with #C6CFD1 are triadic colors.

2 #D1CFC6 and #CFC6D1 with #C6CFD1 are triadic colors.