COLOR #C6D7C5

HEX: #C6D7C5
RGB: (198,215,197)

Color info

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

RGB color model

#C6D7C5 color RGB value is (198,215,197).

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

RGB channels and saturation

R 198 of 255 = 78%
G 215 of 255 = 84%
B 197 of 255 = 77%

198
215
197

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

Portions of RGB colors in percentages

R + G + B =
198 + 215 + 197 = 610 (100%)
R 198 of 610 ~ 32.46%
G 215 of 610 ~ 35.25%
B 197 of 610 ~ 32.3%

%32.46
%35.25
%32.3

CMYK color model

#C6D7C5 color CMYK value is (8,0,8,16).

  • cyan value is 7.91%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 15.69%
CMYK:
(8,0,8,16)
C8M0Y8K16 
(8%,0%,8%,16%)
(0.08/0.00/0.08/0.16)	

CMYK percentages

%7.91
%0
%8.37
%15.69

Codes

Color #C6D7C5 in popluar color models

C6D7C5
RGB198215197
HSL117°18.37%80.78%
HSB/HSV117°8.37%84.31%
CMYK7.91%0.00%8.37%
15.69%

Color #C6D7C5 in popluar number systems.

HEXC6D7C5
Decimal198215197
Binary110001101101011111000101
Octal306327305

Shades and tints

Shades of #C6D7C5

#C6D7C5
(198,215,197)
#B4C4B4
(180,196,180)
#A2B1A3
(162,177,163)
#909E92
(144,158,146)
#7E8B81
(126,139,129)
#6C7870
(108,120,112)
#5A655F
(90,101,95)
#48524E
(72,82,78)
#363F3D
(54,63,61)
#242C2C
(36,44,44)
#12191B
(18,25,27)
#000000
(0,0,0)

Tints of #C6D7C5

#C6D7C5
(198,215,197)
#CBDACA
(203,218,202)
#D0DDCF
(208,221,207)
#D5E0D4
(213,224,212)
#DAE3D9
(218,227,217)
#DFE6DE
(223,230,222)
#E4E9E3
(228,233,227)
#E9ECE8
(233,236,232)
#EEEFED
(238,239,237)
#F3F2F2
(243,242,242)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D7C5; }

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

This text font color is #C6D7C5.


Background Color

.myBgColor { background-color: #C6D7C5; }

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

This div background color is #C6D7C5.


Border color

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

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

This div border color is #C6D7C5.


Opacity

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

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

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

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

This text has shadow with #C6D7C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D7C5 on black background.


Color preview on white background

This text has color #C6D7C5 on white background.



Black color preview on #C6D7C5 background

This text has black color on #C6D7C5 background.


White color preview on #C6D7C5 background

This text has white color on #C6D7C5 background.