COLOR #C6C6DD

HEX: #C6C6DD
RGB: (198,198,221)

Color info

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

RGB color model

#C6C6DD color RGB value is (198,198,221).

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

RGB channels and saturation

R 198 of 255 = 78%
G 198 of 255 = 78%
B 221 of 255 = 87%

198
198
221

R + G + B ~ 81%. #C6C6DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 198 + 221 = 617 (100%)
R 198 of 617 ~ 32.09%
G 198 of 617 ~ 32.09%
B 221 of 617 ~ 35.82%

%32.09
%32.09
%35.82

CMYK color model

#C6C6DD color CMYK value is (10,10,0,13).

  • cyan value is 10.41%
  • magenta value is 10.41%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(10,10,0,13)
C10M10Y0K13 
(10%,10%,0%,13%)
(0.10/0.10/0.00/0.13)	

CMYK percentages

%10.41
%10.41
%0
%13.33

Codes

Color #C6C6DD in popluar color models

C6C6DD
RGB198198221
HSL240°25.27%82.16%
HSB/HSV240°10.41%86.67%
CMYK10.41%10.41%0.00%
13.33%

Color #C6C6DD in popluar number systems.

HEXC6C6DD
Decimal198198221
Binary110001101100011011011101
Octal306306335

Shades and tints

Shades of #C6C6DD

#C6C6DD
(198,198,221)
#B4B4C9
(180,180,201)
#A2A2B5
(162,162,181)
#9090A1
(144,144,161)
#7E7E8D
(126,126,141)
#6C6C79
(108,108,121)
#5A5A65
(90,90,101)
#484851
(72,72,81)
#36363D
(54,54,61)
#242429
(36,36,41)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #C6C6DD

#C6C6DD
(198,198,221)
#CBCBE0
(203,203,224)
#D0D0E3
(208,208,227)
#D5D5E6
(213,213,230)
#DADAE9
(218,218,233)
#DFDFEC
(223,223,236)
#E4E4EF
(228,228,239)
#E9E9F2
(233,233,242)
#EEEEF5
(238,238,245)
#F3F3F8
(243,243,248)
#F8F8FB
(248,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C6DD; }

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

This text font color is #C6C6DD.


Background Color

.myBgColor { background-color: #C6C6DD; }

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

This div background color is #C6C6DD.


Border color

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

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

This div border color is #C6C6DD.


Opacity

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

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

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

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

This text has shadow with #C6C6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C6DD on black background.


Color preview on white background

This text has color #C6C6DD on white background.



Black color preview on #C6C6DD background

This text has black color on #C6C6DD background.


White color preview on #C6C6DD background

This text has white color on #C6C6DD background.