COLOR #C6D4FB

HEX: #C6D4FB
RGB: (198,212,251)

Color info

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

RGB color model

#C6D4FB color RGB value is (198,212,251).

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

RGB channels and saturation

R 198 of 255 = 78%
G 212 of 255 = 83%
B 251 of 255 = 98%

198
212
251

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

Portions of RGB colors in percentages

R + G + B =
198 + 212 + 251 = 661 (100%)
R 198 of 661 ~ 29.95%
G 212 of 661 ~ 32.07%
B 251 of 661 ~ 37.97%

%29.95
%32.07
%37.97

CMYK color model

#C6D4FB color CMYK value is (21,16,0,2).

  • cyan value is 21.12%
  • magenta value is 15.54%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(21,16,0,2)
C21M16Y0K2 
(21%,16%,0%,2%)
(0.21/0.16/0.00/0.02)	

CMYK percentages

%21.12
%15.54
%0
%1.57

Codes

Color #C6D4FB in popluar color models

C6D4FB
RGB198212251
HSL224°86.89%88.04%
HSB/HSV224°21.12%98.43%
CMYK21.12%15.54%0.00%
1.57%

Color #C6D4FB in popluar number systems.

HEXC6D4FB
Decimal198212251
Binary110001101101010011111011
Octal306324373

Shades and tints

Shades of #C6D4FB

#C6D4FB
(198,212,251)
#B4C1E5
(180,193,229)
#A2AECF
(162,174,207)
#909BB9
(144,155,185)
#7E88A3
(126,136,163)
#6C758D
(108,117,141)
#5A6277
(90,98,119)
#484F61
(72,79,97)
#363C4B
(54,60,75)
#242935
(36,41,53)
#12161F
(18,22,31)
#000000
(0,0,0)

Tints of #C6D4FB

#C6D4FB
(198,212,251)
#CBD7FB
(203,215,251)
#D0DAFB
(208,218,251)
#D5DDFB
(213,221,251)
#DAE0FB
(218,224,251)
#DFE3FB
(223,227,251)
#E4E6FB
(228,230,251)
#E9E9FB
(233,233,251)
#EEECFB
(238,236,251)
#F3EFFB
(243,239,251)
#F8F2FB
(248,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D4FB; }

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

This text font color is #C6D4FB.


Background Color

.myBgColor { background-color: #C6D4FB; }

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

This div background color is #C6D4FB.


Border color

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

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

This div border color is #C6D4FB.


Opacity

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

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

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

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

This text has shadow with #C6D4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D4FB on black background.


Color preview on white background

This text has color #C6D4FB on white background.



Black color preview on #C6D4FB background

This text has black color on #C6D4FB background.


White color preview on #C6D4FB background

This text has white color on #C6D4FB background.