COLOR #C6C6E5

HEX: #C6C6E5
RGB: (198,198,229)

Color info

#C6C6E5 contains red, green and blue colors in about the same proportion. Web safe color of #C6C6E5 is #CCCCCC (or #CCC).

RGB color model

#C6C6E5 color RGB value is (198,198,229).

  • red value is 198;
  • green value is 198;
  • blue value is 229.
RGB:
(198,198,229)
(78%,78%,90%)

RGB channels and saturation

R 198 of 255 = 78%
G 198 of 255 = 78%
B 229 of 255 = 90%

198
198
229

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

Portions of RGB colors in percentages

R + G + B =
198 + 198 + 229 = 625 (100%)
R 198 of 625 ~ 31.68%
G 198 of 625 ~ 31.68%
B 229 of 625 ~ 36.64%

%31.68
%31.68
%36.64

CMYK color model

#C6C6E5 color CMYK value is (14,14,0,10).

  • cyan value is 13.54%
  • magenta value is 13.54%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(14,14,0,10)
C14M14Y0K10 
(14%,14%,0%,10%)
(0.14/0.14/0.00/0.10)	

CMYK percentages

%13.54
%13.54
%0
%10.2

Codes

Color #C6C6E5 in popluar color models

C6C6E5
RGB198198229
HSL240°37.35%83.73%
HSB/HSV240°13.54%89.80%
CMYK13.54%13.54%0.00%
10.20%

Color #C6C6E5 in popluar number systems.

HEXC6C6E5
Decimal198198229
Binary110001101100011011100101
Octal306306345

Shades and tints

Shades of #C6C6E5

#C6C6E5
(198,198,229)
#B4B4D1
(180,180,209)
#A2A2BD
(162,162,189)
#9090A9
(144,144,169)
#7E7E95
(126,126,149)
#6C6C81
(108,108,129)
#5A5A6D
(90,90,109)
#484859
(72,72,89)
#363645
(54,54,69)
#242431
(36,36,49)
#12121D
(18,18,29)
#000000
(0,0,0)

Tints of #C6C6E5

#C6C6E5
(198,198,229)
#CBCBE7
(203,203,231)
#D0D0E9
(208,208,233)
#D5D5EB
(213,213,235)
#DADAED
(218,218,237)
#DFDFEF
(223,223,239)
#E4E4F1
(228,228,241)
#E9E9F3
(233,233,243)
#EEEEF5
(238,238,245)
#F3F3F7
(243,243,247)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C6E5; }

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

This text font color is #C6C6E5.


Background Color

.myBgColor { background-color: #C6C6E5; }

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

This div background color is #C6C6E5.


Border color

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

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

This div border color is #C6C6E5.


Opacity

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

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

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

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

This text has shadow with #C6C6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C6E5 on black background.


Color preview on white background

This text has color #C6C6E5 on white background.



Black color preview on #C6C6E5 background

This text has black color on #C6C6E5 background.


White color preview on #C6C6E5 background

This text has white color on #C6C6E5 background.