COLOR #C6DCD4

HEX: #C6DCD4
RGB: (198,220,212)

Color info

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

RGB color model

#C6DCD4 color RGB value is (198,220,212).

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

RGB channels and saturation

R 198 of 255 = 78%
G 220 of 255 = 86%
B 212 of 255 = 83%

198
220
212

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

Portions of RGB colors in percentages

R + G + B =
198 + 220 + 212 = 630 (100%)
R 198 of 630 ~ 31.43%
G 220 of 630 ~ 34.92%
B 212 of 630 ~ 33.65%

%31.43
%34.92
%33.65

CMYK color model

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

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 13.73%
CMYK:
(10,0,4,14)
C10M0Y4K14 
(10%,0%,4%,14%)
(0.10/0.00/0.04/0.14)	

CMYK percentages

%10
%0
%3.64
%13.73

Codes

Color #C6DCD4 in popluar color models

C6DCD4
RGB198220212
HSL158°23.91%81.96%
HSB/HSV158°10.00%86.27%
CMYK10.00%0.00%3.64%
13.73%

Color #C6DCD4 in popluar number systems.

HEXC6DCD4
Decimal198220212
Binary110001101101110011010100
Octal306334324

Shades and tints

Shades of #C6DCD4

#C6DCD4
(198,220,212)
#B4C8C1
(180,200,193)
#A2B4AE
(162,180,174)
#90A09B
(144,160,155)
#7E8C88
(126,140,136)
#6C7875
(108,120,117)
#5A6462
(90,100,98)
#48504F
(72,80,79)
#363C3C
(54,60,60)
#242829
(36,40,41)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #C6DCD4

#C6DCD4
(198,220,212)
#CBDFD7
(203,223,215)
#D0E2DA
(208,226,218)
#D5E5DD
(213,229,221)
#DAE8E0
(218,232,224)
#DFEBE3
(223,235,227)
#E4EEE6
(228,238,230)
#E9F1E9
(233,241,233)
#EEF4EC
(238,244,236)
#F3F7EF
(243,247,239)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DCD4; }

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

This text font color is #C6DCD4.


Background Color

.myBgColor { background-color: #C6DCD4; }

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

This div background color is #C6DCD4.


Border color

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

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

This div border color is #C6DCD4.


Opacity

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

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

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

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

This text has shadow with #C6DCD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DCD4 on black background.


Color preview on white background

This text has color #C6DCD4 on white background.



Black color preview on #C6DCD4 background

This text has black color on #C6DCD4 background.


White color preview on #C6DCD4 background

This text has white color on #C6DCD4 background.