COLOR #C6DFD8

HEX: #C6DFD8
RGB: (198,223,216)

Color info

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

RGB color model

#C6DFD8 color RGB value is (198,223,216).

  • red value is 198;
  • green value is 223;
  • blue value is 216.
RGB:
(198,223,216)
(78%,87%,85%)

RGB channels and saturation

R 198 of 255 = 78%
G 223 of 255 = 87%
B 216 of 255 = 85%

198
223
216

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

Portions of RGB colors in percentages

R + G + B =
198 + 223 + 216 = 637 (100%)
R 198 of 637 ~ 31.08%
G 223 of 637 ~ 35.01%
B 216 of 637 ~ 33.91%

%31.08
%35.01
%33.91

CMYK color model

#C6DFD8 color CMYK value is (11,0,3,13).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 3.14%
  • key color value is 12.55%
CMYK:
(11,0,3,13)
C11M0Y3K13 
(11%,0%,3%,13%)
(0.11/0.00/0.03/0.13)	

CMYK percentages

%11.21
%0
%3.14
%12.55

Codes

Color #C6DFD8 in popluar color models

C6DFD8
RGB198223216
HSL163°28.09%82.55%
HSB/HSV163°11.21%87.45%
CMYK11.21%0.00%3.14%
12.55%

Color #C6DFD8 in popluar number systems.

HEXC6DFD8
Decimal198223216
Binary110001101101111111011000
Octal306337330

Shades and tints

Shades of #C6DFD8

#C6DFD8
(198,223,216)
#B4CBC5
(180,203,197)
#A2B7B2
(162,183,178)
#90A39F
(144,163,159)
#7E8F8C
(126,143,140)
#6C7B79
(108,123,121)
#5A6766
(90,103,102)
#485353
(72,83,83)
#363F40
(54,63,64)
#242B2D
(36,43,45)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #C6DFD8

#C6DFD8
(198,223,216)
#CBE1DB
(203,225,219)
#D0E3DE
(208,227,222)
#D5E5E1
(213,229,225)
#DAE7E4
(218,231,228)
#DFE9E7
(223,233,231)
#E4EBEA
(228,235,234)
#E9EDED
(233,237,237)
#EEEFF0
(238,239,240)
#F3F1F3
(243,241,243)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DFD8 color. Also use rgb(198,223,216) instead hex code.

Text Font Color

.myTextColor { color: #C6DFD8; }

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

This text font color is #C6DFD8.


Background Color

.myBgColor { background-color: #C6DFD8; }

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

This div background color is #C6DFD8.


Border color

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

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

This div border color is #C6DFD8.


Opacity

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

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

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

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

This text has shadow with #C6DFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DFD8 on black background.


Color preview on white background

This text has color #C6DFD8 on white background.



Black color preview on #C6DFD8 background

This text has black color on #C6DFD8 background.


White color preview on #C6DFD8 background

This text has white color on #C6DFD8 background.