COLOR #C6C8D5

HEX: #C6C8D5 RGB: (198,200,213)

Color info

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

RGB color model

#C6C8D5 color RGB value is (198,200,213).

RGB: (198,200,213) (78%, 78%, 84%)

RGB channels and saturation

R 198 of 255 = 78%
G 200 of 255 = 78%
B 213 of 255 = 84%

198
200
213

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

Portions of RGB colors in percentages

R + G + B = 198 + 200 + 213 = 611 (100%)
R 198 of 611 ~ 32.41%
G 200 of 611 ~ 32.73%
B 213 of 611 ~ 34.86'%

%32.41
%32.73
%34.86

CMYK color model

#C6C8D5 color CMYK value is (7,6,0,16).

  • cyan value is 7.04%
  • magenta value is 6.10%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (7,6,0,16)
C7M6Y0K16 (7%, 6%, 0%, 16%)
(0.07 / 0.06 / 0.00 / 0.16)

CMYK percentages

%7.04
%6.1
%0
%16.47

Codes

Color #C6C8D5 in popluar color models

C6 C8 D5
RGB 198 200 213
HSL 232° 15.15% 80.59%
HSB/HSV 232° 7.04% 83.53%
CMYK 7.04% 6.10% 0.00%
16.47%

Color #C6C8D5 in popluar number systems.

HEX C6 C8 D5
Decimal 198 200 213
Binary 11000110 11001000 11010101
Octal 306 310 325

Shades and tints

Shades of #C6C8D5

#C6C8D5
(198,200,213)
#B4B6C2
(180,182,194)
#A2A4AF
(162,164,175)
#90929C
(144,146,156)
#7E8089
(126,128,137)
#6C6E76
(108,110,118)
#5A5C63
(90,92,99)
#484A50
(72,74,80)
#36383D
(54,56,61)
#24262A
(36,38,42)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #C6C8D5

#C6C8D5
(198,200,213)
#CBCDD8
(203,205,216)
#D0D2DB
(208,210,219)
#D5D7DE
(213,215,222)
#DADCE1
(218,220,225)
#DFE1E4
(223,225,228)
#E4E6E7
(228,230,231)
#E9EBEA
(233,235,234)
#EEF0ED
(238,240,237)
#F3F5F0
(243,245,240)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C8D5 color. Also use rgb(198,200,213) instead hex code.

Text Font Color

.myTextColor { color: #C6C8D5; }

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

This text font color is #C6C8D5.

Background Color

.myBgColor { background-color: #C6C8D5; }

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

This div background color is #C6C8D5.

Border color

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

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

This div border color is #C6C8D5.

Opacity

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

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

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

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

This text has shadow with #C6C8D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C8D5.

Preview

Color preview on black background

This text has color #C6C8D5 on black background.


Color preview on white background

This text has color #C6C8D5 on white background.


Black color preview on #C6C8D5 background

This text has black color on #C6C8D5 background.


White color preview on #C6C8D5 background

This text has white color on #C6C8D5 background.


Related colors

Complementary color

Complementary color for #hex is #39372A.


I love getcolorcode.com

Triadic colors

1 #D5C6C8 and #C8D5C6 with #C6C8D5 are triadic colors.

2 #D5C8C6 and #C8C6D5 with #C6C8D5 are triadic colors.