COLOR #C6CBFE

HEX: #C6CBFE
RGB: (198,203,254)

Color info

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

RGB color model

#C6CBFE color RGB value is (198,203,254).

  • red value is 198;
  • green value is 203;
  • blue value is 254.
RGB:
(198,203,254)
(78%,80%,100%)

RGB channels and saturation

R 198 of 255 = 78%
G 203 of 255 = 80%
B 254 of 255 = 100%

198
203
254

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

Portions of RGB colors in percentages

R + G + B =
198 + 203 + 254 = 655 (100%)
R 198 of 655 ~ 30.23%
G 203 of 655 ~ 30.99%
B 254 of 655 ~ 38.78%

%30.23
%30.99
%38.78

CMYK color model

#C6CBFE color CMYK value is (22,20,0,0).

  • cyan value is 22.05%
  • magenta value is 20.08%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(22,20,0,0)
C22M20Y0K0 
(22%,20%,0%,0%)
(0.22/0.20/0.00/0.00)	

CMYK percentages

%22.05
%20.08
%0
%0.39

Codes

Color #C6CBFE in popluar color models

C6CBFE
RGB198203254
HSL235°96.55%88.63%
HSB/HSV235°22.05%99.61%
CMYK22.05%20.08%0.00%
0.39%

Color #C6CBFE in popluar number systems.

HEXC6CBFE
Decimal198203254
Binary110001101100101111111110
Octal306313376

Shades and tints

Shades of #C6CBFE

#C6CBFE
(198,203,254)
#B4B9E7
(180,185,231)
#A2A7D0
(162,167,208)
#9095B9
(144,149,185)
#7E83A2
(126,131,162)
#6C718B
(108,113,139)
#5A5F74
(90,95,116)
#484D5D
(72,77,93)
#363B46
(54,59,70)
#24292F
(36,41,47)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #C6CBFE

#C6CBFE
(198,203,254)
#CBCFFE
(203,207,254)
#D0D3FE
(208,211,254)
#D5D7FE
(213,215,254)
#DADBFE
(218,219,254)
#DFDFFE
(223,223,254)
#E4E3FE
(228,227,254)
#E9E7FE
(233,231,254)
#EEEBFE
(238,235,254)
#F3EFFE
(243,239,254)
#F8F3FE
(248,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CBFE color. Also use rgb(198,203,254) instead hex code.

Text Font Color

.myTextColor { color: #C6CBFE; }

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

This text font color is #C6CBFE.


Background Color

.myBgColor { background-color: #C6CBFE; }

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

This div background color is #C6CBFE.


Border color

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

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

This div border color is #C6CBFE.


Opacity

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

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

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

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

This text has shadow with #C6CBFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CBFE on black background.


Color preview on white background

This text has color #C6CBFE on white background.



Black color preview on #C6CBFE background

This text has black color on #C6CBFE background.


White color preview on #C6CBFE background

This text has white color on #C6CBFE background.