COLOR #C6D2E7

HEX: #C6D2E7
RGB: (198,210,231)

Color info

#C6D2E7 contains red, green and blue colors in about the same proportion. Web safe color of #C6D2E7 is #CCCCFF (or #CCF).

RGB color model

#C6D2E7 color RGB value is (198,210,231).

  • red value is 198;
  • green value is 210;
  • blue value is 231.
RGB:
(198,210,231)
(78%,82%,91%)

RGB channels and saturation

R 198 of 255 = 78%
G 210 of 255 = 82%
B 231 of 255 = 91%

198
210
231

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

Portions of RGB colors in percentages

R + G + B =
198 + 210 + 231 = 639 (100%)
R 198 of 639 ~ 30.99%
G 210 of 639 ~ 32.86%
B 231 of 639 ~ 36.15%

%30.99
%32.86
%36.15

CMYK color model

#C6D2E7 color CMYK value is (14,9,0,9).

  • cyan value is 14.29%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(14,9,0,9)
C14M9Y0K9 
(14%,9%,0%,9%)
(0.14/0.09/0.00/0.09)	

CMYK percentages

%14.29
%9.09
%0
%9.41

Codes

Color #C6D2E7 in popluar color models

C6D2E7
RGB198210231
HSL218°40.74%84.12%
HSB/HSV218°14.29%90.59%
CMYK14.29%9.09%0.00%
9.41%

Color #C6D2E7 in popluar number systems.

HEXC6D2E7
Decimal198210231
Binary110001101101001011100111
Octal306322347

Shades and tints

Shades of #C6D2E7

#C6D2E7
(198,210,231)
#B4BFD2
(180,191,210)
#A2ACBD
(162,172,189)
#9099A8
(144,153,168)
#7E8693
(126,134,147)
#6C737E
(108,115,126)
#5A6069
(90,96,105)
#484D54
(72,77,84)
#363A3F
(54,58,63)
#24272A
(36,39,42)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #C6D2E7

#C6D2E7
(198,210,231)
#CBD6E9
(203,214,233)
#D0DAEB
(208,218,235)
#D5DEED
(213,222,237)
#DAE2EF
(218,226,239)
#DFE6F1
(223,230,241)
#E4EAF3
(228,234,243)
#E9EEF5
(233,238,245)
#EEF2F7
(238,242,247)
#F3F6F9
(243,246,249)
#F8FAFB
(248,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D2E7 color. Also use rgb(198,210,231) instead hex code.

Text Font Color

.myTextColor { color: #C6D2E7; }

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

This text font color is #C6D2E7.


Background Color

.myBgColor { background-color: #C6D2E7; }

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

This div background color is #C6D2E7.


Border color

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

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

This div border color is #C6D2E7.


Opacity

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

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

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

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

This text has shadow with #C6D2E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D2E7 on black background.


Color preview on white background

This text has color #C6D2E7 on white background.



Black color preview on #C6D2E7 background

This text has black color on #C6D2E7 background.


White color preview on #C6D2E7 background

This text has white color on #C6D2E7 background.