COLOR #C6DFE1

HEX: #C6DFE1 RGB: (198,223,225)

Color info

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

RGB color model

#C6DFE1 color RGB value is (198,223,225).

RGB: (198,223,225) (78%, 87%, 88%)

RGB channels and saturation

R 198 of 255 = 78%
G 223 of 255 = 87%
B 225 of 255 = 88%

198
223
225

R + G + B ~ 84%. #C6DFE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 223 + 225 = 646 (100%)
R 198 of 646 ~ 30.65%
G 223 of 646 ~ 34.52%
B 225 of 646 ~ 34.83'%

%30.65
%34.52
%34.83

CMYK color model

#C6DFE1 color CMYK value is (12,1,0,12).

  • cyan value is 12.00%
  • magenta value is 0.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (12,1,0,12) C12M1Y0K12 (12%,1%,0%,12%) (0.12/0.01/0.00/0.12) 

CMYK percentages

%12
%0.89
%0
%11.76

Codes

Color #C6DFE1 in popluar color models

C6 DF E1
RGB 198 223 225
HSL 184° 31.03% 82.94%
HSB/HSV 184° 12.00% 88.24%
CMYK 12.00% 0.89% 0.00%
11.76%

Color #C6DFE1 in popluar number systems.

HEX C6 DF E1
Decimal 198 223 225
Binary 11000110 11011111 11100001
Octal 306 337 341

Shades and tints

Shades of #C6DFE1

#C6DFE1
(198,223,225)
#B4CBCD
(180,203,205)
#A2B7B9
(162,183,185)
#90A3A5
(144,163,165)
#7E8F91
(126,143,145)
#6C7B7D
(108,123,125)
#5A6769
(90,103,105)
#485355
(72,83,85)
#363F41
(54,63,65)
#242B2D
(36,43,45)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #C6DFE1

#C6DFE1
(198,223,225)
#CBE1E3
(203,225,227)
#D0E3E5
(208,227,229)
#D5E5E7
(213,229,231)
#DAE7E9
(218,231,233)
#DFE9EB
(223,233,235)
#E4EBED
(228,235,237)
#E9EDEF
(233,237,239)
#EEEFF1
(238,239,241)
#F3F1F3
(243,241,243)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DFE1; }

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

This text font color is #C6DFE1.

Background Color

.myBgColor { background-color: #C6DFE1; }

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

This div background color is #C6DFE1.

Border color

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

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

This div border color is #C6DFE1.

Opacity

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

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

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

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

This text has shadow with #C6DFE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DFE1.

Preview

Color preview on black background

This text has color #C6DFE1 on black background.


Color preview on white background

This text has color #C6DFE1 on white background.


Black color preview on #C6DFE1 background

This text has black color on #C6DFE1 background.


White color preview on #C6DFE1 background

This text has white color on #C6DFE1 background.


Related colors

Complementary color

Complementary color for #hex is #39201E.


I love getcolorcode.com

Triadic colors

1 #E1C6DF and #DFE1C6 with #C6DFE1 are triadic colors.

2 #E1DFC6 and #DFC6E1 with #C6DFE1 are triadic colors.