COLOR #C6DCBF

HEX: #C6DCBF
RGB: (198,220,191)

Color info

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

RGB color model

#C6DCBF color RGB value is (198,220,191).

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

RGB channels and saturation

R 198 of 255 = 78%
G 220 of 255 = 86%
B 191 of 255 = 75%

198
220
191

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

Portions of RGB colors in percentages

R + G + B =
198 + 220 + 191 = 609 (100%)
R 198 of 609 ~ 32.51%
G 220 of 609 ~ 36.12%
B 191 of 609 ~ 31.36%

%32.51
%36.12
%31.36

CMYK color model

#C6DCBF color CMYK value is (10,0,13,14).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 13.18%
  • key color value is 13.73%
CMYK:
(10,0,13,14)
C10M0Y13K14 
(10%,0%,13%,14%)
(0.10/0.00/0.13/0.14)	

CMYK percentages

%10
%0
%13.18
%13.73

Codes

Color #C6DCBF in popluar color models

C6DCBF
RGB198220191
HSL106°29.29%80.59%
HSB/HSV106°13.18%86.27%
CMYK10.00%0.00%13.18%
13.73%

Color #C6DCBF in popluar number systems.

HEXC6DCBF
Decimal198220191
Binary110001101101110010111111
Octal306334277

Shades and tints

Shades of #C6DCBF

#C6DCBF
(198,220,191)
#B4C8AE
(180,200,174)
#A2B49D
(162,180,157)
#90A08C
(144,160,140)
#7E8C7B
(126,140,123)
#6C786A
(108,120,106)
#5A6459
(90,100,89)
#485048
(72,80,72)
#363C37
(54,60,55)
#242826
(36,40,38)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #C6DCBF

#C6DCBF
(198,220,191)
#CBDFC4
(203,223,196)
#D0E2C9
(208,226,201)
#D5E5CE
(213,229,206)
#DAE8D3
(218,232,211)
#DFEBD8
(223,235,216)
#E4EEDD
(228,238,221)
#E9F1E2
(233,241,226)
#EEF4E7
(238,244,231)
#F3F7EC
(243,247,236)
#F8FAF1
(248,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DCBF; }

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

This text font color is #C6DCBF.


Background Color

.myBgColor { background-color: #C6DCBF; }

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

This div background color is #C6DCBF.


Border color

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

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

This div border color is #C6DCBF.


Opacity

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

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

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

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

This text has shadow with #C6DCBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DCBF on black background.


Color preview on white background

This text has color #C6DCBF on white background.



Black color preview on #C6DCBF background

This text has black color on #C6DCBF background.


White color preview on #C6DCBF background

This text has white color on #C6DCBF background.