COLOR #C6DBCD

HEX: #C6DBCD
RGB: (198,219,205)

Color info

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

RGB color model

#C6DBCD color RGB value is (198,219,205).

  • red value is 198;
  • green value is 219;
  • blue value is 205.
RGB:
(198,219,205)
(78%,86%,80%)

RGB channels and saturation

R 198 of 255 = 78%
G 219 of 255 = 86%
B 205 of 255 = 80%

198
219
205

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

Portions of RGB colors in percentages

R + G + B =
198 + 219 + 205 = 622 (100%)
R 198 of 622 ~ 31.83%
G 219 of 622 ~ 35.21%
B 205 of 622 ~ 32.96%

%31.83
%35.21
%32.96

CMYK color model

#C6DBCD color CMYK value is (10,0,6,14).

  • cyan value is 9.59%
  • magenta value is 0.00%
  • yellow value is 6.39%
  • key color value is 14.12%
CMYK:
(10,0,6,14)
C10M0Y6K14 
(10%,0%,6%,14%)
(0.10/0.00/0.06/0.14)	

CMYK percentages

%9.59
%0
%6.39
%14.12

Codes

Color #C6DBCD in popluar color models

C6DBCD
RGB198219205
HSL140°22.58%81.76%
HSB/HSV140°9.59%85.88%
CMYK9.59%0.00%6.39%
14.12%

Color #C6DBCD in popluar number systems.

HEXC6DBCD
Decimal198219205
Binary110001101101101111001101
Octal306333315

Shades and tints

Shades of #C6DBCD

#C6DBCD
(198,219,205)
#B4C8BB
(180,200,187)
#A2B5A9
(162,181,169)
#90A297
(144,162,151)
#7E8F85
(126,143,133)
#6C7C73
(108,124,115)
#5A6961
(90,105,97)
#48564F
(72,86,79)
#36433D
(54,67,61)
#24302B
(36,48,43)
#121D19
(18,29,25)
#000000
(0,0,0)

Tints of #C6DBCD

#C6DBCD
(198,219,205)
#CBDED1
(203,222,209)
#D0E1D5
(208,225,213)
#D5E4D9
(213,228,217)
#DAE7DD
(218,231,221)
#DFEAE1
(223,234,225)
#E4EDE5
(228,237,229)
#E9F0E9
(233,240,233)
#EEF3ED
(238,243,237)
#F3F6F1
(243,246,241)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DBCD color. Also use rgb(198,219,205) instead hex code.

Text Font Color

.myTextColor { color: #C6DBCD; }

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

This text font color is #C6DBCD.


Background Color

.myBgColor { background-color: #C6DBCD; }

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

This div background color is #C6DBCD.


Border color

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

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

This div border color is #C6DBCD.


Opacity

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

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

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

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

This text has shadow with #C6DBCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DBCD on black background.


Color preview on white background

This text has color #C6DBCD on white background.



Black color preview on #C6DBCD background

This text has black color on #C6DBCD background.


White color preview on #C6DBCD background

This text has white color on #C6DBCD background.