COLOR #C6D4E6

HEX: #C6D4E6 RGB: (198,212,230)

Color info

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

RGB color model

#C6D4E6 color RGB value is (198,212,230).

RGB: (198,212,230) (78%, 83%, 90%)

RGB channels and saturation

R 198 of 255 = 78%
G 212 of 255 = 83%
B 230 of 255 = 90%

198
212
230

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

Portions of RGB colors in percentages

R + G + B = 198 + 212 + 230 = 640 (100%)
R 198 of 640 ~ 30.94%
G 212 of 640 ~ 33.13%
B 230 of 640 ~ 35.94'%

%30.94
%33.13
%35.94

CMYK color model

#C6D4E6 color CMYK value is (14,8,0,10).

  • cyan value is 13.91%
  • magenta value is 7.83%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (14,8,0,10)
C14M8Y0K10 (14%, 8%, 0%, 10%)
(0.14 / 0.08 / 0.00 / 0.10)

CMYK percentages

%13.91
%7.83
%0
%9.8

Codes

Color #C6D4E6 in popluar color models

C6 D4 E6
RGB 198 212 230
HSL 214° 39.02% 83.92%
HSB/HSV 214° 13.91% 90.20%
CMYK 13.91% 7.83% 0.00%
9.80%

Color #C6D4E6 in popluar number systems.

HEX C6 D4 E6
Decimal 198 212 230
Binary 11000110 11010100 11100110
Octal 306 324 346

Shades and tints

Shades of #C6D4E6

#C6D4E6
(198,212,230)
#B4C1D2
(180,193,210)
#A2AEBE
(162,174,190)
#909BAA
(144,155,170)
#7E8896
(126,136,150)
#6C7582
(108,117,130)
#5A626E
(90,98,110)
#484F5A
(72,79,90)
#363C46
(54,60,70)
#242932
(36,41,50)
#12161E
(18,22,30)
#000000
(0,0,0)

Tints of #C6D4E6

#C6D4E6
(198,212,230)
#CBD7E8
(203,215,232)
#D0DAEA
(208,218,234)
#D5DDEC
(213,221,236)
#DAE0EE
(218,224,238)
#DFE3F0
(223,227,240)
#E4E6F2
(228,230,242)
#E9E9F4
(233,233,244)
#EEECF6
(238,236,246)
#F3EFF8
(243,239,248)
#F8F2FA
(248,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D4E6; }

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

This text font color is #C6D4E6.

Background Color

.myBgColor { background-color: #C6D4E6; }

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

This div background color is #C6D4E6.

Border color

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

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

This div border color is #C6D4E6.

Opacity

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

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

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

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

This text has shadow with #C6D4E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6D4E6.

Preview

Color preview on black background

This text has color #C6D4E6 on black background.


Color preview on white background

This text has color #C6D4E6 on white background.


Black color preview on #C6D4E6 background

This text has black color on #C6D4E6 background.


White color preview on #C6D4E6 background

This text has white color on #C6D4E6 background.


Related colors

Complementary color

Complementary color for #hex is #392B19.


I love getcolorcode.com

Triadic colors

1 #E6C6D4 and #D4E6C6 with #C6D4E6 are triadic colors.

2 #E6D4C6 and #D4C6E6 with #C6D4E6 are triadic colors.