COLOR #C6D8CB

HEX: #C6D8CB RGB: (198,216,203)

Color info

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

RGB color model

#C6D8CB color RGB value is (198,216,203).

RGB: (198,216,203) (78%, 85%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 216 of 255 = 85%
B 203 of 255 = 80%

198
216
203

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

Portions of RGB colors in percentages

R + G + B = 198 + 216 + 203 = 617 (100%)
R 198 of 617 ~ 32.09%
G 216 of 617 ~ 35.01%
B 203 of 617 ~ 32.9'%

%32.09
%35.01
%32.9

CMYK color model

#C6D8CB color CMYK value is (8,0,6,15).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 15.29%
CMYK: (8,0,6,15) C8M0Y6K15 (8%,0%,6%,15%) (0.08/0.00/0.06/0.15) 

CMYK percentages

%8.33
%0
%6.02
%15.29

Codes

Color #C6D8CB in popluar color models

C6 D8 CB
RGB 198 216 203
HSL 137° 18.75% 81.18%
HSB/HSV 137° 8.33% 84.71%
CMYK 8.33% 0.00% 6.02%
15.29%

Color #C6D8CB in popluar number systems.

HEX C6 D8 CB
Decimal 198 216 203
Binary 11000110 11011000 11001011
Octal 306 330 313

Shades and tints

Shades of #C6D8CB

#C6D8CB
(198,216,203)
#B4C5B9
(180,197,185)
#A2B2A7
(162,178,167)
#909F95
(144,159,149)
#7E8C83
(126,140,131)
#6C7971
(108,121,113)
#5A665F
(90,102,95)
#48534D
(72,83,77)
#36403B
(54,64,59)
#242D29
(36,45,41)
#121A17
(18,26,23)
#000000
(0,0,0)

Tints of #C6D8CB

#C6D8CB
(198,216,203)
#CBDBCF
(203,219,207)
#D0DED3
(208,222,211)
#D5E1D7
(213,225,215)
#DAE4DB
(218,228,219)
#DFE7DF
(223,231,223)
#E4EAE3
(228,234,227)
#E9EDE7
(233,237,231)
#EEF0EB
(238,240,235)
#F3F3EF
(243,243,239)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D8CB color. Also use rgb(198,216,203) instead hex code.

Text Font Color

.myTextColor { color: #C6D8CB; }

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

This text font color is #C6D8CB.

Background Color

.myBgColor { background-color: #C6D8CB; }

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

This div background color is #C6D8CB.

Border color

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

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

This div border color is #C6D8CB.

Opacity

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

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

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

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

This text has shadow with #C6D8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6D8CB.

Preview

Color preview on black background

This text has color #C6D8CB on black background.


Color preview on white background

This text has color #C6D8CB on white background.


Black color preview on #C6D8CB background

This text has black color on #C6D8CB background.


White color preview on #C6D8CB background

This text has white color on #C6D8CB background.


Related colors

Complementary color

Complementary color for #hex is #392734.


I love getcolorcode.com

Triadic colors

1 #CBC6D8 and #D8CBC6 with #C6D8CB are triadic colors.

2 #CBD8C6 and #D8C6CB with #C6D8CB are triadic colors.