COLOR #C6C5E9

HEX: #C6C5E9
RGB: (198,197,233)

Color info

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

RGB color model

#C6C5E9 color RGB value is (198,197,233).

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

RGB channels and saturation

R 198 of 255 = 78%
G 197 of 255 = 77%
B 233 of 255 = 91%

198
197
233

R + G + B ~ 82%. #C6C5E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 197 + 233 = 628 (100%)
R 198 of 628 ~ 31.53%
G 197 of 628 ~ 31.37%
B 233 of 628 ~ 37.1%

%31.53
%31.37
%37.1

CMYK color model

#C6C5E9 color CMYK value is (15,15,0,9).

  • cyan value is 15.02%
  • magenta value is 15.45%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(15,15,0,9)
C15M15Y0K9 
(15%,15%,0%,9%)
(0.15/0.15/0.00/0.09)	

CMYK percentages

%15.02
%15.45
%0
%8.63

Codes

Color #C6C5E9 in popluar color models

C6C5E9
RGB198197233
HSL242°45.00%84.31%
HSB/HSV242°15.45%91.37%
CMYK15.02%15.45%0.00%
8.63%

Color #C6C5E9 in popluar number systems.

HEXC6C5E9
Decimal198197233
Binary110001101100010111101001
Octal306305351

Shades and tints

Shades of #C6C5E9

#C6C5E9
(198,197,233)
#B4B4D4
(180,180,212)
#A2A3BF
(162,163,191)
#9092AA
(144,146,170)
#7E8195
(126,129,149)
#6C7080
(108,112,128)
#5A5F6B
(90,95,107)
#484E56
(72,78,86)
#363D41
(54,61,65)
#242C2C
(36,44,44)
#121B17
(18,27,23)
#000000
(0,0,0)

Tints of #C6C5E9

#C6C5E9
(198,197,233)
#CBCAEB
(203,202,235)
#D0CFED
(208,207,237)
#D5D4EF
(213,212,239)
#DAD9F1
(218,217,241)
#DFDEF3
(223,222,243)
#E4E3F5
(228,227,245)
#E9E8F7
(233,232,247)
#EEEDF9
(238,237,249)
#F3F2FB
(243,242,251)
#F8F7FD
(248,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C5E9; }

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

This text font color is #C6C5E9.


Background Color

.myBgColor { background-color: #C6C5E9; }

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

This div background color is #C6C5E9.


Border color

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

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

This div border color is #C6C5E9.


Opacity

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

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

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

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

This text has shadow with #C6C5E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C5E9 on black background.


Color preview on white background

This text has color #C6C5E9 on white background.



Black color preview on #C6C5E9 background

This text has black color on #C6C5E9 background.


White color preview on #C6C5E9 background

This text has white color on #C6C5E9 background.