COLOR #C6D2B6

HEX: #C6D2B6
RGB: (198,210,182)

Color info

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

RGB color model

#C6D2B6 color RGB value is (198,210,182).

  • red value is 198;
  • green value is 210;
  • blue value is 182.
RGB:
(198,210,182)
(78%,82%,71%)

RGB channels and saturation

R 198 of 255 = 78%
G 210 of 255 = 82%
B 182 of 255 = 71%

198
210
182

R + G + B ~ 77%. #C6D2B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 210 + 182 = 590 (100%)
R 198 of 590 ~ 33.56%
G 210 of 590 ~ 35.59%
B 182 of 590 ~ 30.85%

%33.56
%35.59
%30.85

CMYK color model

#C6D2B6 color CMYK value is (6,0,13,18).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 17.65%
CMYK:
(6,0,13,18)
C6M0Y13K18 
(6%,0%,13%,18%)
(0.06/0.00/0.13/0.18)	

CMYK percentages

%5.71
%0
%13.33
%17.65

Codes

Color #C6D2B6 in popluar color models

C6D2B6
RGB198210182
HSL86°23.73%76.86%
HSB/HSV86°13.33%82.35%
CMYK5.71%0.00%13.33%
17.65%

Color #C6D2B6 in popluar number systems.

HEXC6D2B6
Decimal198210182
Binary110001101101001010110110
Octal306322266

Shades and tints

Shades of #C6D2B6

#C6D2B6
(198,210,182)
#B4BFA6
(180,191,166)
#A2AC96
(162,172,150)
#909986
(144,153,134)
#7E8676
(126,134,118)
#6C7366
(108,115,102)
#5A6056
(90,96,86)
#484D46
(72,77,70)
#363A36
(54,58,54)
#242726
(36,39,38)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #C6D2B6

#C6D2B6
(198,210,182)
#CBD6BC
(203,214,188)
#D0DAC2
(208,218,194)
#D5DEC8
(213,222,200)
#DAE2CE
(218,226,206)
#DFE6D4
(223,230,212)
#E4EADA
(228,234,218)
#E9EEE0
(233,238,224)
#EEF2E6
(238,242,230)
#F3F6EC
(243,246,236)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D2B6 color. Also use rgb(198,210,182) instead hex code.

Text Font Color

.myTextColor { color: #C6D2B6; }

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

This text font color is #C6D2B6.


Background Color

.myBgColor { background-color: #C6D2B6; }

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

This div background color is #C6D2B6.


Border color

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

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

This div border color is #C6D2B6.


Opacity

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

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

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

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

This text has shadow with #C6D2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D2B6 on black background.


Color preview on white background

This text has color #C6D2B6 on white background.



Black color preview on #C6D2B6 background

This text has black color on #C6D2B6 background.


White color preview on #C6D2B6 background

This text has white color on #C6D2B6 background.