COLOR #C6D7BD

HEX: #C6D7BD
RGB: (198,215,189)

Color info

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

RGB color model

#C6D7BD color RGB value is (198,215,189).

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

RGB channels and saturation

R 198 of 255 = 78%
G 215 of 255 = 84%
B 189 of 255 = 74%

198
215
189

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

Portions of RGB colors in percentages

R + G + B =
198 + 215 + 189 = 602 (100%)
R 198 of 602 ~ 32.89%
G 215 of 602 ~ 35.71%
B 189 of 602 ~ 31.4%

%32.89
%35.71
%31.4

CMYK color model

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

  • cyan value is 7.91%
  • magenta value is 0.00%
  • yellow value is 12.09%
  • key color value is 15.69%
CMYK:
(8,0,12,16)
C8M0Y12K16 
(8%,0%,12%,16%)
(0.08/0.00/0.12/0.16)	

CMYK percentages

%7.91
%0
%12.09
%15.69

Codes

Color #C6D7BD in popluar color models

C6D7BD
RGB198215189
HSL99°24.53%79.22%
HSB/HSV99°12.09%84.31%
CMYK7.91%0.00%12.09%
15.69%

Color #C6D7BD in popluar number systems.

HEXC6D7BD
Decimal198215189
Binary110001101101011110111101
Octal306327275

Shades and tints

Shades of #C6D7BD

#C6D7BD
(198,215,189)
#B4C4AC
(180,196,172)
#A2B19B
(162,177,155)
#909E8A
(144,158,138)
#7E8B79
(126,139,121)
#6C7868
(108,120,104)
#5A6557
(90,101,87)
#485246
(72,82,70)
#363F35
(54,63,53)
#242C24
(36,44,36)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #C6D7BD

#C6D7BD
(198,215,189)
#CBDAC3
(203,218,195)
#D0DDC9
(208,221,201)
#D5E0CF
(213,224,207)
#DAE3D5
(218,227,213)
#DFE6DB
(223,230,219)
#E4E9E1
(228,233,225)
#E9ECE7
(233,236,231)
#EEEFED
(238,239,237)
#F3F2F3
(243,242,243)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D7BD; }

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

This text font color is #C6D7BD.


Background Color

.myBgColor { background-color: #C6D7BD; }

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

This div background color is #C6D7BD.


Border color

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

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

This div border color is #C6D7BD.


Opacity

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

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

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

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

This text has shadow with #C6D7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D7BD on black background.


Color preview on white background

This text has color #C6D7BD on white background.



Black color preview on #C6D7BD background

This text has black color on #C6D7BD background.


White color preview on #C6D7BD background

This text has white color on #C6D7BD background.