COLOR #C6CFF0

HEX: #C6CFF0
RGB: (198,207,240)

Color info

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

RGB color model

#C6CFF0 color RGB value is (198,207,240).

  • red value is 198;
  • green value is 207;
  • blue value is 240.
RGB:
(198,207,240)
(78%,81%,94%)

RGB channels and saturation

R 198 of 255 = 78%
G 207 of 255 = 81%
B 240 of 255 = 94%

198
207
240

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

Portions of RGB colors in percentages

R + G + B =
198 + 207 + 240 = 645 (100%)
R 198 of 645 ~ 30.7%
G 207 of 645 ~ 32.09%
B 240 of 645 ~ 37.21%

%30.7
%32.09
%37.21

CMYK color model

#C6CFF0 color CMYK value is (18,14,0,6).

  • cyan value is 17.50%
  • magenta value is 13.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(18,14,0,6)
C18M14Y0K6 
(18%,14%,0%,6%)
(0.18/0.14/0.00/0.06)	

CMYK percentages

%17.5
%13.75
%0
%5.88

Codes

Color #C6CFF0 in popluar color models

C6CFF0
RGB198207240
HSL227°58.33%85.88%
HSB/HSV227°17.50%94.12%
CMYK17.50%13.75%0.00%
5.88%

Color #C6CFF0 in popluar number systems.

HEXC6CFF0
Decimal198207240
Binary110001101100111111110000
Octal306317360

Shades and tints

Shades of #C6CFF0

#C6CFF0
(198,207,240)
#B4BDDB
(180,189,219)
#A2ABC6
(162,171,198)
#9099B1
(144,153,177)
#7E879C
(126,135,156)
#6C7587
(108,117,135)
#5A6372
(90,99,114)
#48515D
(72,81,93)
#363F48
(54,63,72)
#242D33
(36,45,51)
#121B1E
(18,27,30)
#000000
(0,0,0)

Tints of #C6CFF0

#C6CFF0
(198,207,240)
#CBD3F1
(203,211,241)
#D0D7F2
(208,215,242)
#D5DBF3
(213,219,243)
#DADFF4
(218,223,244)
#DFE3F5
(223,227,245)
#E4E7F6
(228,231,246)
#E9EBF7
(233,235,247)
#EEEFF8
(238,239,248)
#F3F3F9
(243,243,249)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CFF0 color. Also use rgb(198,207,240) instead hex code.

Text Font Color

.myTextColor { color: #C6CFF0; }

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

This text font color is #C6CFF0.


Background Color

.myBgColor { background-color: #C6CFF0; }

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

This div background color is #C6CFF0.


Border color

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

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

This div border color is #C6CFF0.


Opacity

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

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

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

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

This text has shadow with #C6CFF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CFF0 on black background.


Color preview on white background

This text has color #C6CFF0 on white background.



Black color preview on #C6CFF0 background

This text has black color on #C6CFF0 background.


White color preview on #C6CFF0 background

This text has white color on #C6CFF0 background.