COLOR #C6DBD1

HEX: #C6DBD1
RGB: (198,219,209)

Color info

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

RGB color model

#C6DBD1 color RGB value is (198,219,209).

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

RGB channels and saturation

R 198 of 255 = 78%
G 219 of 255 = 86%
B 209 of 255 = 82%

198
219
209

R + G + B ~ 82%. #C6DBD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 219 + 209 = 626 (100%)
R 198 of 626 ~ 31.63%
G 219 of 626 ~ 34.98%
B 209 of 626 ~ 33.39%

%31.63
%34.98
%33.39

CMYK color model

#C6DBD1 color CMYK value is (10,0,5,14).

  • cyan value is 9.59%
  • magenta value is 0.00%
  • yellow value is 4.57%
  • key color value is 14.12%
CMYK:
(10,0,5,14)
C10M0Y5K14 
(10%,0%,5%,14%)
(0.10/0.00/0.05/0.14)	

CMYK percentages

%9.59
%0
%4.57
%14.12

Codes

Color #C6DBD1 in popluar color models

C6DBD1
RGB198219209
HSL151°22.58%81.76%
HSB/HSV151°9.59%85.88%
CMYK9.59%0.00%4.57%
14.12%

Color #C6DBD1 in popluar number systems.

HEXC6DBD1
Decimal198219209
Binary110001101101101111010001
Octal306333321

Shades and tints

Shades of #C6DBD1

#C6DBD1
(198,219,209)
#B4C8BE
(180,200,190)
#A2B5AB
(162,181,171)
#90A298
(144,162,152)
#7E8F85
(126,143,133)
#6C7C72
(108,124,114)
#5A695F
(90,105,95)
#48564C
(72,86,76)
#364339
(54,67,57)
#243026
(36,48,38)
#121D13
(18,29,19)
#000000
(0,0,0)

Tints of #C6DBD1

#C6DBD1
(198,219,209)
#CBDED5
(203,222,213)
#D0E1D9
(208,225,217)
#D5E4DD
(213,228,221)
#DAE7E1
(218,231,225)
#DFEAE5
(223,234,229)
#E4EDE9
(228,237,233)
#E9F0ED
(233,240,237)
#EEF3F1
(238,243,241)
#F3F6F5
(243,246,245)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DBD1; }

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

This text font color is #C6DBD1.


Background Color

.myBgColor { background-color: #C6DBD1; }

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

This div background color is #C6DBD1.


Border color

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

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

This div border color is #C6DBD1.


Opacity

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

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

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

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

This text has shadow with #C6DBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DBD1 on black background.


Color preview on white background

This text has color #C6DBD1 on white background.



Black color preview on #C6DBD1 background

This text has black color on #C6DBD1 background.


White color preview on #C6DBD1 background

This text has white color on #C6DBD1 background.