COLOR #C6C4E0

HEX: #C6C4E0
RGB: (198,196,224)

Color info

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

RGB color model

#C6C4E0 color RGB value is (198,196,224).

  • red value is 198;
  • green value is 196;
  • blue value is 224.
RGB:
(198,196,224)
(78%,77%,88%)

RGB channels and saturation

R 198 of 255 = 78%
G 196 of 255 = 77%
B 224 of 255 = 88%

198
196
224

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

Portions of RGB colors in percentages

R + G + B =
198 + 196 + 224 = 618 (100%)
R 198 of 618 ~ 32.04%
G 196 of 618 ~ 31.72%
B 224 of 618 ~ 36.25%

%32.04
%31.72
%36.25

CMYK color model

#C6C4E0 color CMYK value is (12,13,0,12).

  • cyan value is 11.61%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(12,13,0,12)
C12M13Y0K12 
(12%,13%,0%,12%)
(0.12/0.13/0.00/0.12)	

CMYK percentages

%11.61
%12.5
%0
%12.16

Codes

Color #C6C4E0 in popluar color models

C6C4E0
RGB198196224
HSL244°31.11%82.35%
HSB/HSV244°12.50%87.84%
CMYK11.61%12.50%0.00%
12.16%

Color #C6C4E0 in popluar number systems.

HEXC6C4E0
Decimal198196224
Binary110001101100010011100000
Octal306304340

Shades and tints

Shades of #C6C4E0

#C6C4E0
(198,196,224)
#B4B3CC
(180,179,204)
#A2A2B8
(162,162,184)
#9091A4
(144,145,164)
#7E8090
(126,128,144)
#6C6F7C
(108,111,124)
#5A5E68
(90,94,104)
#484D54
(72,77,84)
#363C40
(54,60,64)
#242B2C
(36,43,44)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #C6C4E0

#C6C4E0
(198,196,224)
#CBC9E2
(203,201,226)
#D0CEE4
(208,206,228)
#D5D3E6
(213,211,230)
#DAD8E8
(218,216,232)
#DFDDEA
(223,221,234)
#E4E2EC
(228,226,236)
#E9E7EE
(233,231,238)
#EEECF0
(238,236,240)
#F3F1F2
(243,241,242)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C4E0; }

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

This text font color is #C6C4E0.


Background Color

.myBgColor { background-color: #C6C4E0; }

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

This div background color is #C6C4E0.


Border color

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

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

This div border color is #C6C4E0.


Opacity

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

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

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

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

This text has shadow with #C6C4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C4E0 on black background.


Color preview on white background

This text has color #C6C4E0 on white background.



Black color preview on #C6C4E0 background

This text has black color on #C6C4E0 background.


White color preview on #C6C4E0 background

This text has white color on #C6C4E0 background.