COLOR #C6DCDB

HEX: #C6DCDB
RGB: (198,220,219)

Color info

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

RGB color model

#C6DCDB color RGB value is (198,220,219).

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

RGB channels and saturation

R 198 of 255 = 78%
G 220 of 255 = 86%
B 219 of 255 = 86%

198
220
219

R + G + B ~ 83%. #C6DCDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 220 + 219 = 637 (100%)
R 198 of 637 ~ 31.08%
G 220 of 637 ~ 34.54%
B 219 of 637 ~ 34.38%

%31.08
%34.54
%34.38

CMYK color model

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

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 13.73%
CMYK:
(10,0,0,14)
C10M0Y0K14 
(10%,0%,0%,14%)
(0.10/0.00/0.00/0.14)	

CMYK percentages

%10
%0
%0.45
%13.73

Codes

Color #C6DCDB in popluar color models

C6DCDB
RGB198220219
HSL177°23.91%81.96%
HSB/HSV177°10.00%86.27%
CMYK10.00%0.00%0.45%
13.73%

Color #C6DCDB in popluar number systems.

HEXC6DCDB
Decimal198220219
Binary110001101101110011011011
Octal306334333

Shades and tints

Shades of #C6DCDB

#C6DCDB
(198,220,219)
#B4C8C8
(180,200,200)
#A2B4B5
(162,180,181)
#90A0A2
(144,160,162)
#7E8C8F
(126,140,143)
#6C787C
(108,120,124)
#5A6469
(90,100,105)
#485056
(72,80,86)
#363C43
(54,60,67)
#242830
(36,40,48)
#12141D
(18,20,29)
#000000
(0,0,0)

Tints of #C6DCDB

#C6DCDB
(198,220,219)
#CBDFDE
(203,223,222)
#D0E2E1
(208,226,225)
#D5E5E4
(213,229,228)
#DAE8E7
(218,232,231)
#DFEBEA
(223,235,234)
#E4EEED
(228,238,237)
#E9F1F0
(233,241,240)
#EEF4F3
(238,244,243)
#F3F7F6
(243,247,246)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DCDB; }

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

This text font color is #C6DCDB.


Background Color

.myBgColor { background-color: #C6DCDB; }

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

This div background color is #C6DCDB.


Border color

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

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

This div border color is #C6DCDB.


Opacity

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

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

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

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

This text has shadow with #C6DCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DCDB on black background.


Color preview on white background

This text has color #C6DCDB on white background.



Black color preview on #C6DCDB background

This text has black color on #C6DCDB background.


White color preview on #C6DCDB background

This text has white color on #C6DCDB background.