COLOR #C6C5F9

HEX: #C6C5F9
RGB: (198,197,249)

Color info

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

RGB color model

#C6C5F9 color RGB value is (198,197,249).

  • red value is 198;
  • green value is 197;
  • blue value is 249.
RGB:
(198,197,249)
(78%,77%,98%)

RGB channels and saturation

R 198 of 255 = 78%
G 197 of 255 = 77%
B 249 of 255 = 98%

198
197
249

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

Portions of RGB colors in percentages

R + G + B =
198 + 197 + 249 = 644 (100%)
R 198 of 644 ~ 30.75%
G 197 of 644 ~ 30.59%
B 249 of 644 ~ 38.66%

%30.75
%30.59
%38.66

CMYK color model

#C6C5F9 color CMYK value is (20,21,0,2).

  • cyan value is 20.48%
  • magenta value is 20.88%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(20,21,0,2)
C20M21Y0K2 
(20%,21%,0%,2%)
(0.20/0.21/0.00/0.02)	

CMYK percentages

%20.48
%20.88
%0
%2.35

Codes

Color #C6C5F9 in popluar color models

C6C5F9
RGB198197249
HSL241°81.25%87.45%
HSB/HSV241°20.88%97.65%
CMYK20.48%20.88%0.00%
2.35%

Color #C6C5F9 in popluar number systems.

HEXC6C5F9
Decimal198197249
Binary110001101100010111111001
Octal306305371

Shades and tints

Shades of #C6C5F9

#C6C5F9
(198,197,249)
#B4B4E3
(180,180,227)
#A2A3CD
(162,163,205)
#9092B7
(144,146,183)
#7E81A1
(126,129,161)
#6C708B
(108,112,139)
#5A5F75
(90,95,117)
#484E5F
(72,78,95)
#363D49
(54,61,73)
#242C33
(36,44,51)
#121B1D
(18,27,29)
#000000
(0,0,0)

Tints of #C6C5F9

#C6C5F9
(198,197,249)
#CBCAF9
(203,202,249)
#D0CFF9
(208,207,249)
#D5D4F9
(213,212,249)
#DAD9F9
(218,217,249)
#DFDEF9
(223,222,249)
#E4E3F9
(228,227,249)
#E9E8F9
(233,232,249)
#EEEDF9
(238,237,249)
#F3F2F9
(243,242,249)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C5F9 color. Also use rgb(198,197,249) instead hex code.

Text Font Color

.myTextColor { color: #C6C5F9; }

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

This text font color is #C6C5F9.


Background Color

.myBgColor { background-color: #C6C5F9; }

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

This div background color is #C6C5F9.


Border color

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

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

This div border color is #C6C5F9.


Opacity

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

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

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

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

This text has shadow with #C6C5F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C5F9 on black background.


Color preview on white background

This text has color #C6C5F9 on white background.



Black color preview on #C6C5F9 background

This text has black color on #C6C5F9 background.


White color preview on #C6C5F9 background

This text has white color on #C6C5F9 background.