COLOR #C6D4F4

HEX: #C6D4F4
RGB: (198,212,244)

Color info

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

RGB color model

#C6D4F4 color RGB value is (198,212,244).

  • red value is 198;
  • green value is 212;
  • blue value is 244.
RGB:
(198,212,244)
(78%,83%,96%)

RGB channels and saturation

R 198 of 255 = 78%
G 212 of 255 = 83%
B 244 of 255 = 96%

198
212
244

R + G + B ~ 86%. #C6D4F4 is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 212 + 244 = 654 (100%)
R 198 of 654 ~ 30.28%
G 212 of 654 ~ 32.42%
B 244 of 654 ~ 37.31%

%30.28
%32.42
%37.31

CMYK color model

#C6D4F4 color CMYK value is (19,13,0,4).

  • cyan value is 18.85%
  • magenta value is 13.11%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(19,13,0,4)
C19M13Y0K4 
(19%,13%,0%,4%)
(0.19/0.13/0.00/0.04)	

CMYK percentages

%18.85
%13.11
%0
%4.31

Codes

Color #C6D4F4 in popluar color models

C6D4F4
RGB198212244
HSL222°67.65%86.67%
HSB/HSV222°18.85%95.69%
CMYK18.85%13.11%0.00%
4.31%

Color #C6D4F4 in popluar number systems.

HEXC6D4F4
Decimal198212244
Binary110001101101010011110100
Octal306324364

Shades and tints

Shades of #C6D4F4

#C6D4F4
(198,212,244)
#B4C1DE
(180,193,222)
#A2AEC8
(162,174,200)
#909BB2
(144,155,178)
#7E889C
(126,136,156)
#6C7586
(108,117,134)
#5A6270
(90,98,112)
#484F5A
(72,79,90)
#363C44
(54,60,68)
#24292E
(36,41,46)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #C6D4F4

#C6D4F4
(198,212,244)
#CBD7F5
(203,215,245)
#D0DAF6
(208,218,246)
#D5DDF7
(213,221,247)
#DAE0F8
(218,224,248)
#DFE3F9
(223,227,249)
#E4E6FA
(228,230,250)
#E9E9FB
(233,233,251)
#EEECFC
(238,236,252)
#F3EFFD
(243,239,253)
#F8F2FE
(248,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D4F4; }

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

This text font color is #C6D4F4.


Background Color

.myBgColor { background-color: #C6D4F4; }

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

This div background color is #C6D4F4.


Border color

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

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

This div border color is #C6D4F4.


Opacity

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

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

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

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

This text has shadow with #C6D4F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D4F4 on black background.


Color preview on white background

This text has color #C6D4F4 on white background.



Black color preview on #C6D4F4 background

This text has black color on #C6D4F4 background.


White color preview on #C6D4F4 background

This text has white color on #C6D4F4 background.