COLOR #C6D8BB

HEX: #C6D8BB
RGB: (198,216,187)

Color info

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

RGB color model

#C6D8BB color RGB value is (198,216,187).

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

RGB channels and saturation

R 198 of 255 = 78%
G 216 of 255 = 85%
B 187 of 255 = 73%

198
216
187

R + G + B ~ 79%. #C6D8BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 216 + 187 = 601 (100%)
R 198 of 601 ~ 32.95%
G 216 of 601 ~ 35.94%
B 187 of 601 ~ 31.11%

%32.95
%35.94
%31.11

CMYK color model

#C6D8BB color CMYK value is (8,0,13,15).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 13.43%
  • key color value is 15.29%
CMYK:
(8,0,13,15)
C8M0Y13K15 
(8%,0%,13%,15%)
(0.08/0.00/0.13/0.15)	

CMYK percentages

%8.33
%0
%13.43
%15.29

Codes

Color #C6D8BB in popluar color models

C6D8BB
RGB198216187
HSL97°27.10%79.02%
HSB/HSV97°13.43%84.71%
CMYK8.33%0.00%13.43%
15.29%

Color #C6D8BB in popluar number systems.

HEXC6D8BB
Decimal198216187
Binary110001101101100010111011
Octal306330273

Shades and tints

Shades of #C6D8BB

#C6D8BB
(198,216,187)
#B4C5AA
(180,197,170)
#A2B299
(162,178,153)
#909F88
(144,159,136)
#7E8C77
(126,140,119)
#6C7966
(108,121,102)
#5A6655
(90,102,85)
#485344
(72,83,68)
#364033
(54,64,51)
#242D22
(36,45,34)
#121A11
(18,26,17)
#000000
(0,0,0)

Tints of #C6D8BB

#C6D8BB
(198,216,187)
#CBDBC1
(203,219,193)
#D0DEC7
(208,222,199)
#D5E1CD
(213,225,205)
#DAE4D3
(218,228,211)
#DFE7D9
(223,231,217)
#E4EADF
(228,234,223)
#E9EDE5
(233,237,229)
#EEF0EB
(238,240,235)
#F3F3F1
(243,243,241)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D8BB; }

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

This text font color is #C6D8BB.


Background Color

.myBgColor { background-color: #C6D8BB; }

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

This div background color is #C6D8BB.


Border color

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

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

This div border color is #C6D8BB.


Opacity

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

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

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

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

This text has shadow with #C6D8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D8BB on black background.


Color preview on white background

This text has color #C6D8BB on white background.



Black color preview on #C6D8BB background

This text has black color on #C6D8BB background.


White color preview on #C6D8BB background

This text has white color on #C6D8BB background.