COLOR #C6DFD4

HEX: #C6DFD4 RGB: (198,223,212)

Color info

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

RGB color model

#C6DFD4 color RGB value is (198,223,212).

RGB: (198,223,212) (78%, 87%, 83%)

RGB channels and saturation

R 198 of 255 = 78%
G 223 of 255 = 87%
B 212 of 255 = 83%

198
223
212

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

Portions of RGB colors in percentages

R + G + B = 198 + 223 + 212 = 633 (100%)
R 198 of 633 ~ 31.28%
G 223 of 633 ~ 35.23%
B 212 of 633 ~ 33.49'%

%31.28
%35.23
%33.49

CMYK color model

#C6DFD4 color CMYK value is (11,0,5,13).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 4.93%
  • key color value is 12.55%

CMYK: (11,0,5,13)
C11M0Y5K13 (11%, 0%, 5%, 13%)
(0.11 / 0.00 / 0.05 / 0.13)

CMYK percentages

%11.21
%0
%4.93
%12.55

Codes

Color #C6DFD4 in popluar color models

C6 DF D4
RGB 198 223 212
HSL 154° 28.09% 82.55%
HSB/HSV 154° 11.21% 87.45%
CMYK 11.21% 0.00% 4.93%
12.55%

Color #C6DFD4 in popluar number systems.

HEX C6 DF D4
Decimal 198 223 212
Binary 11000110 11011111 11010100
Octal 306 337 324

Shades and tints

Shades of #C6DFD4

#C6DFD4
(198,223,212)
#B4CBC1
(180,203,193)
#A2B7AE
(162,183,174)
#90A39B
(144,163,155)
#7E8F88
(126,143,136)
#6C7B75
(108,123,117)
#5A6762
(90,103,98)
#48534F
(72,83,79)
#363F3C
(54,63,60)
#242B29
(36,43,41)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #C6DFD4

#C6DFD4
(198,223,212)
#CBE1D7
(203,225,215)
#D0E3DA
(208,227,218)
#D5E5DD
(213,229,221)
#DAE7E0
(218,231,224)
#DFE9E3
(223,233,227)
#E4EBE6
(228,235,230)
#E9EDE9
(233,237,233)
#EEEFEC
(238,239,236)
#F3F1EF
(243,241,239)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DFD4; }

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

This text font color is #C6DFD4.

Background Color

.myBgColor { background-color: #C6DFD4; }

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

This div background color is #C6DFD4.

Border color

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

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

This div border color is #C6DFD4.

Opacity

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

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

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

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

This text has shadow with #C6DFD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DFD4.

Preview

Color preview on black background

This text has color #C6DFD4 on black background.


Color preview on white background

This text has color #C6DFD4 on white background.


Black color preview on #C6DFD4 background

This text has black color on #C6DFD4 background.


White color preview on #C6DFD4 background

This text has white color on #C6DFD4 background.


Related colors

Complementary color

Complementary color for #hex is #39202B.


I love getcolorcode.com

Triadic colors

1 #D4C6DF and #DFD4C6 with #C6DFD4 are triadic colors.

2 #D4DFC6 and #DFC6D4 with #C6DFD4 are triadic colors.