COLOR #C6DCD6

HEX: #C6DCD6
RGB: (198,220,214)

Color info

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

RGB color model

#C6DCD6 color RGB value is (198,220,214).

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

RGB channels and saturation

R 198 of 255 = 78%
G 220 of 255 = 86%
B 214 of 255 = 84%

198
220
214

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

Portions of RGB colors in percentages

R + G + B =
198 + 220 + 214 = 632 (100%)
R 198 of 632 ~ 31.33%
G 220 of 632 ~ 34.81%
B 214 of 632 ~ 33.86%

%31.33
%34.81
%33.86

CMYK color model

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

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 2.73%
  • key color value is 13.73%
CMYK:
(10,0,3,14)
C10M0Y3K14 
(10%,0%,3%,14%)
(0.10/0.00/0.03/0.14)	

CMYK percentages

%10
%0
%2.73
%13.73

Codes

Color #C6DCD6 in popluar color models

C6DCD6
RGB198220214
HSL164°23.91%81.96%
HSB/HSV164°10.00%86.27%
CMYK10.00%0.00%2.73%
13.73%

Color #C6DCD6 in popluar number systems.

HEXC6DCD6
Decimal198220214
Binary110001101101110011010110
Octal306334326

Shades and tints

Shades of #C6DCD6

#C6DCD6
(198,220,214)
#B4C8C3
(180,200,195)
#A2B4B0
(162,180,176)
#90A09D
(144,160,157)
#7E8C8A
(126,140,138)
#6C7877
(108,120,119)
#5A6464
(90,100,100)
#485051
(72,80,81)
#363C3E
(54,60,62)
#24282B
(36,40,43)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #C6DCD6

#C6DCD6
(198,220,214)
#CBDFD9
(203,223,217)
#D0E2DC
(208,226,220)
#D5E5DF
(213,229,223)
#DAE8E2
(218,232,226)
#DFEBE5
(223,235,229)
#E4EEE8
(228,238,232)
#E9F1EB
(233,241,235)
#EEF4EE
(238,244,238)
#F3F7F1
(243,247,241)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DCD6; }

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

This text font color is #C6DCD6.


Background Color

.myBgColor { background-color: #C6DCD6; }

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

This div background color is #C6DCD6.


Border color

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

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

This div border color is #C6DCD6.


Opacity

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

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

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

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

This text has shadow with #C6DCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DCD6 on black background.


Color preview on white background

This text has color #C6DCD6 on white background.



Black color preview on #C6DCD6 background

This text has black color on #C6DCD6 background.


White color preview on #C6DCD6 background

This text has white color on #C6DCD6 background.