COLOR #C6D8C5

HEX: #C6D8C5
RGB: (198,216,197)

Color info

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

RGB color model

#C6D8C5 color RGB value is (198,216,197).

  • red value is 198;
  • green value is 216;
  • blue value is 197.
RGB:
(198,216,197)
(78%,85%,77%)

RGB channels and saturation

R 198 of 255 = 78%
G 216 of 255 = 85%
B 197 of 255 = 77%

198
216
197

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

Portions of RGB colors in percentages

R + G + B =
198 + 216 + 197 = 611 (100%)
R 198 of 611 ~ 32.41%
G 216 of 611 ~ 35.35%
B 197 of 611 ~ 32.24%

%32.41
%35.35
%32.24

CMYK color model

#C6D8C5 color CMYK value is (8,0,9,15).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 8.80%
  • key color value is 15.29%
CMYK:
(8,0,9,15)
C8M0Y9K15 
(8%,0%,9%,15%)
(0.08/0.00/0.09/0.15)	

CMYK percentages

%8.33
%0
%8.8
%15.29

Codes

Color #C6D8C5 in popluar color models

C6D8C5
RGB198216197
HSL117°19.59%80.98%
HSB/HSV117°8.80%84.71%
CMYK8.33%0.00%8.80%
15.29%

Color #C6D8C5 in popluar number systems.

HEXC6D8C5
Decimal198216197
Binary110001101101100011000101
Octal306330305

Shades and tints

Shades of #C6D8C5

#C6D8C5
(198,216,197)
#B4C5B4
(180,197,180)
#A2B2A3
(162,178,163)
#909F92
(144,159,146)
#7E8C81
(126,140,129)
#6C7970
(108,121,112)
#5A665F
(90,102,95)
#48534E
(72,83,78)
#36403D
(54,64,61)
#242D2C
(36,45,44)
#121A1B
(18,26,27)
#000000
(0,0,0)

Tints of #C6D8C5

#C6D8C5
(198,216,197)
#CBDBCA
(203,219,202)
#D0DECF
(208,222,207)
#D5E1D4
(213,225,212)
#DAE4D9
(218,228,217)
#DFE7DE
(223,231,222)
#E4EAE3
(228,234,227)
#E9EDE8
(233,237,232)
#EEF0ED
(238,240,237)
#F3F3F2
(243,243,242)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D8C5; }

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

This text font color is #C6D8C5.


Background Color

.myBgColor { background-color: #C6D8C5; }

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

This div background color is #C6D8C5.


Border color

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

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

This div border color is #C6D8C5.


Opacity

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

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

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

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

This text has shadow with #C6D8C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D8C5 on black background.


Color preview on white background

This text has color #C6D8C5 on white background.



Black color preview on #C6D8C5 background

This text has black color on #C6D8C5 background.


White color preview on #C6D8C5 background

This text has white color on #C6D8C5 background.