COLOR #C6C4D5

HEX: #C6C4D5
RGB: (198,196,213)

Color info

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

RGB color model

#C6C4D5 color RGB value is (198,196,213).

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

RGB channels and saturation

R 198 of 255 = 78%
G 196 of 255 = 77%
B 213 of 255 = 84%

198
196
213

R + G + B ~ 80%. #C6C4D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 196 + 213 = 607 (100%)
R 198 of 607 ~ 32.62%
G 196 of 607 ~ 32.29%
B 213 of 607 ~ 35.09%

%32.62
%32.29
%35.09

CMYK color model

#C6C4D5 color CMYK value is (7,8,0,16).

  • cyan value is 7.04%
  • magenta value is 7.98%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(7,8,0,16)
C7M8Y0K16 
(7%,8%,0%,16%)
(0.07/0.08/0.00/0.16)	

CMYK percentages

%7.04
%7.98
%0
%16.47

Codes

Color #C6C4D5 in popluar color models

C6C4D5
RGB198196213
HSL247°16.83%80.20%
HSB/HSV247°7.98%83.53%
CMYK7.04%7.98%0.00%
16.47%

Color #C6C4D5 in popluar number systems.

HEXC6C4D5
Decimal198196213
Binary110001101100010011010101
Octal306304325

Shades and tints

Shades of #C6C4D5

#C6C4D5
(198,196,213)
#B4B3C2
(180,179,194)
#A2A2AF
(162,162,175)
#90919C
(144,145,156)
#7E8089
(126,128,137)
#6C6F76
(108,111,118)
#5A5E63
(90,94,99)
#484D50
(72,77,80)
#363C3D
(54,60,61)
#242B2A
(36,43,42)
#121A17
(18,26,23)
#000000
(0,0,0)

Tints of #C6C4D5

#C6C4D5
(198,196,213)
#CBC9D8
(203,201,216)
#D0CEDB
(208,206,219)
#D5D3DE
(213,211,222)
#DAD8E1
(218,216,225)
#DFDDE4
(223,221,228)
#E4E2E7
(228,226,231)
#E9E7EA
(233,231,234)
#EEECED
(238,236,237)
#F3F1F0
(243,241,240)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C4D5; }

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

This text font color is #C6C4D5.


Background Color

.myBgColor { background-color: #C6C4D5; }

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

This div background color is #C6C4D5.


Border color

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

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

This div border color is #C6C4D5.


Opacity

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

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

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

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

This text has shadow with #C6C4D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C4D5 on black background.


Color preview on white background

This text has color #C6C4D5 on white background.



Black color preview on #C6C4D5 background

This text has black color on #C6C4D5 background.


White color preview on #C6C4D5 background

This text has white color on #C6C4D5 background.