COLOR #C6DBBB

HEX: #C6DBBB
RGB: (198,219,187)

Color info

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

RGB color model

#C6DBBB color RGB value is (198,219,187).

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

RGB channels and saturation

R 198 of 255 = 78%
G 219 of 255 = 86%
B 187 of 255 = 73%

198
219
187

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

Portions of RGB colors in percentages

R + G + B =
198 + 219 + 187 = 604 (100%)
R 198 of 604 ~ 32.78%
G 219 of 604 ~ 36.26%
B 187 of 604 ~ 30.96%

%32.78
%36.26
%30.96

CMYK color model

#C6DBBB color CMYK value is (10,0,15,14).

  • cyan value is 9.59%
  • magenta value is 0.00%
  • yellow value is 14.61%
  • key color value is 14.12%
CMYK:
(10,0,15,14)
C10M0Y15K14 
(10%,0%,15%,14%)
(0.10/0.00/0.15/0.14)	

CMYK percentages

%9.59
%0
%14.61
%14.12

Codes

Color #C6DBBB in popluar color models

C6DBBB
RGB198219187
HSL99°30.77%79.61%
HSB/HSV99°14.61%85.88%
CMYK9.59%0.00%14.61%
14.12%

Color #C6DBBB in popluar number systems.

HEXC6DBBB
Decimal198219187
Binary110001101101101110111011
Octal306333273

Shades and tints

Shades of #C6DBBB

#C6DBBB
(198,219,187)
#B4C8AA
(180,200,170)
#A2B599
(162,181,153)
#90A288
(144,162,136)
#7E8F77
(126,143,119)
#6C7C66
(108,124,102)
#5A6955
(90,105,85)
#485644
(72,86,68)
#364333
(54,67,51)
#243022
(36,48,34)
#121D11
(18,29,17)
#000000
(0,0,0)

Tints of #C6DBBB

#C6DBBB
(198,219,187)
#CBDEC1
(203,222,193)
#D0E1C7
(208,225,199)
#D5E4CD
(213,228,205)
#DAE7D3
(218,231,211)
#DFEAD9
(223,234,217)
#E4EDDF
(228,237,223)
#E9F0E5
(233,240,229)
#EEF3EB
(238,243,235)
#F3F6F1
(243,246,241)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DBBB; }

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

This text font color is #C6DBBB.


Background Color

.myBgColor { background-color: #C6DBBB; }

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

This div background color is #C6DBBB.


Border color

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

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

This div border color is #C6DBBB.


Opacity

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

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

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

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

This text has shadow with #C6DBBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DBBB on black background.


Color preview on white background

This text has color #C6DBBB on white background.



Black color preview on #C6DBBB background

This text has black color on #C6DBBB background.


White color preview on #C6DBBB background

This text has white color on #C6DBBB background.