COLOR #C6D0BF

HEX: #C6D0BF
RGB: (198,208,191)

Color info

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

RGB color model

#C6D0BF color RGB value is (198,208,191).

  • red value is 198;
  • green value is 208;
  • blue value is 191.
RGB:
(198,208,191)
(78%,82%,75%)

RGB channels and saturation

R 198 of 255 = 78%
G 208 of 255 = 82%
B 191 of 255 = 75%

198
208
191

R + G + B ~ 78%. #C6D0BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 208 + 191 = 597 (100%)
R 198 of 597 ~ 33.17%
G 208 of 597 ~ 34.84%
B 191 of 597 ~ 31.99%

%33.17
%34.84
%31.99

CMYK color model

#C6D0BF color CMYK value is (5,0,8,18).

  • cyan value is 4.81%
  • magenta value is 0.00%
  • yellow value is 8.17%
  • key color value is 18.43%
CMYK:
(5,0,8,18)
C5M0Y8K18 
(5%,0%,8%,18%)
(0.05/0.00/0.08/0.18)	

CMYK percentages

%4.81
%0
%8.17
%18.43

Codes

Color #C6D0BF in popluar color models

C6D0BF
RGB198208191
HSL95°15.32%78.24%
HSB/HSV95°8.17%81.57%
CMYK4.81%0.00%8.17%
18.43%

Color #C6D0BF in popluar number systems.

HEXC6D0BF
Decimal198208191
Binary110001101101000010111111
Octal306320277

Shades and tints

Shades of #C6D0BF

#C6D0BF
(198,208,191)
#B4BEAE
(180,190,174)
#A2AC9D
(162,172,157)
#909A8C
(144,154,140)
#7E887B
(126,136,123)
#6C766A
(108,118,106)
#5A6459
(90,100,89)
#485248
(72,82,72)
#364037
(54,64,55)
#242E26
(36,46,38)
#121C15
(18,28,21)
#000000
(0,0,0)

Tints of #C6D0BF

#C6D0BF
(198,208,191)
#CBD4C4
(203,212,196)
#D0D8C9
(208,216,201)
#D5DCCE
(213,220,206)
#DAE0D3
(218,224,211)
#DFE4D8
(223,228,216)
#E4E8DD
(228,232,221)
#E9ECE2
(233,236,226)
#EEF0E7
(238,240,231)
#F3F4EC
(243,244,236)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D0BF color. Also use rgb(198,208,191) instead hex code.

Text Font Color

.myTextColor { color: #C6D0BF; }

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

This text font color is #C6D0BF.


Background Color

.myBgColor { background-color: #C6D0BF; }

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

This div background color is #C6D0BF.


Border color

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

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

This div border color is #C6D0BF.


Opacity

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

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

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

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

This text has shadow with #C6D0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D0BF on black background.


Color preview on white background

This text has color #C6D0BF on white background.



Black color preview on #C6D0BF background

This text has black color on #C6D0BF background.


White color preview on #C6D0BF background

This text has white color on #C6D0BF background.