COLOR #C6D3E4

HEX: #C6D3E4
RGB: (198,211,228)

Color info

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

RGB color model

#C6D3E4 color RGB value is (198,211,228).

  • red value is 198;
  • green value is 211;
  • blue value is 228.
RGB:
(198,211,228)
(78%,83%,89%)

RGB channels and saturation

R 198 of 255 = 78%
G 211 of 255 = 83%
B 228 of 255 = 89%

198
211
228

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

Portions of RGB colors in percentages

R + G + B =
198 + 211 + 228 = 637 (100%)
R 198 of 637 ~ 31.08%
G 211 of 637 ~ 33.12%
B 228 of 637 ~ 35.79%

%31.08
%33.12
%35.79

CMYK color model

#C6D3E4 color CMYK value is (13,7,0,11).

  • cyan value is 13.16%
  • magenta value is 7.46%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(13,7,0,11)
C13M7Y0K11 
(13%,7%,0%,11%)
(0.13/0.07/0.00/0.11)	

CMYK percentages

%13.16
%7.46
%0
%10.59

Codes

Color #C6D3E4 in popluar color models

C6D3E4
RGB198211228
HSL214°35.71%83.53%
HSB/HSV214°13.16%89.41%
CMYK13.16%7.46%0.00%
10.59%

Color #C6D3E4 in popluar number systems.

HEXC6D3E4
Decimal198211228
Binary110001101101001111100100
Octal306323344

Shades and tints

Shades of #C6D3E4

#C6D3E4
(198,211,228)
#B4C0D0
(180,192,208)
#A2ADBC
(162,173,188)
#909AA8
(144,154,168)
#7E8794
(126,135,148)
#6C7480
(108,116,128)
#5A616C
(90,97,108)
#484E58
(72,78,88)
#363B44
(54,59,68)
#242830
(36,40,48)
#12151C
(18,21,28)
#000000
(0,0,0)

Tints of #C6D3E4

#C6D3E4
(198,211,228)
#CBD7E6
(203,215,230)
#D0DBE8
(208,219,232)
#D5DFEA
(213,223,234)
#DAE3EC
(218,227,236)
#DFE7EE
(223,231,238)
#E4EBF0
(228,235,240)
#E9EFF2
(233,239,242)
#EEF3F4
(238,243,244)
#F3F7F6
(243,247,246)
#F8FBF8
(248,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D3E4 color. Also use rgb(198,211,228) instead hex code.

Text Font Color

.myTextColor { color: #C6D3E4; }

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

This text font color is #C6D3E4.


Background Color

.myBgColor { background-color: #C6D3E4; }

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

This div background color is #C6D3E4.


Border color

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

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

This div border color is #C6D3E4.


Opacity

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

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

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

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

This text has shadow with #C6D3E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D3E4 on black background.


Color preview on white background

This text has color #C6D3E4 on white background.



Black color preview on #C6D3E4 background

This text has black color on #C6D3E4 background.


White color preview on #C6D3E4 background

This text has white color on #C6D3E4 background.