COLOR #C6D5E6

HEX: #C6D5E6
RGB: (198,213,230)

Color info

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

RGB color model

#C6D5E6 color RGB value is (198,213,230).

  • red value is 198;
  • green value is 213;
  • blue value is 230.
RGB:
(198,213,230)
(78%,84%,90%)

RGB channels and saturation

R 198 of 255 = 78%
G 213 of 255 = 84%
B 230 of 255 = 90%

198
213
230

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

Portions of RGB colors in percentages

R + G + B =
198 + 213 + 230 = 641 (100%)
R 198 of 641 ~ 30.89%
G 213 of 641 ~ 33.23%
B 230 of 641 ~ 35.88%

%30.89
%33.23
%35.88

CMYK color model

#C6D5E6 color CMYK value is (14,7,0,10).

  • cyan value is 13.91%
  • magenta value is 7.39%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(14,7,0,10)
C14M7Y0K10 
(14%,7%,0%,10%)
(0.14/0.07/0.00/0.10)	

CMYK percentages

%13.91
%7.39
%0
%9.8

Codes

Color #C6D5E6 in popluar color models

C6D5E6
RGB198213230
HSL212°39.02%83.92%
HSB/HSV212°13.91%90.20%
CMYK13.91%7.39%0.00%
9.80%

Color #C6D5E6 in popluar number systems.

HEXC6D5E6
Decimal198213230
Binary110001101101010111100110
Octal306325346

Shades and tints

Shades of #C6D5E6

#C6D5E6
(198,213,230)
#B4C2D2
(180,194,210)
#A2AFBE
(162,175,190)
#909CAA
(144,156,170)
#7E8996
(126,137,150)
#6C7682
(108,118,130)
#5A636E
(90,99,110)
#48505A
(72,80,90)
#363D46
(54,61,70)
#242A32
(36,42,50)
#12171E
(18,23,30)
#000000
(0,0,0)

Tints of #C6D5E6

#C6D5E6
(198,213,230)
#CBD8E8
(203,216,232)
#D0DBEA
(208,219,234)
#D5DEEC
(213,222,236)
#DAE1EE
(218,225,238)
#DFE4F0
(223,228,240)
#E4E7F2
(228,231,242)
#E9EAF4
(233,234,244)
#EEEDF6
(238,237,246)
#F3F0F8
(243,240,248)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D5E6; }

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

This text font color is #C6D5E6.


Background Color

.myBgColor { background-color: #C6D5E6; }

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

This div background color is #C6D5E6.


Border color

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

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

This div border color is #C6D5E6.


Opacity

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

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

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

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

This text has shadow with #C6D5E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D5E6 on black background.


Color preview on white background

This text has color #C6D5E6 on white background.



Black color preview on #C6D5E6 background

This text has black color on #C6D5E6 background.


White color preview on #C6D5E6 background

This text has white color on #C6D5E6 background.