COLOR #C6C4EE

HEX: #C6C4EE
RGB: (198,196,238)

Color info

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

RGB color model

#C6C4EE color RGB value is (198,196,238).

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

RGB channels and saturation

R 198 of 255 = 78%
G 196 of 255 = 77%
B 238 of 255 = 93%

198
196
238

R + G + B ~ 83%. #C6C4EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 196 + 238 = 632 (100%)
R 198 of 632 ~ 31.33%
G 196 of 632 ~ 31.01%
B 238 of 632 ~ 37.66%

%31.33
%31.01
%37.66

CMYK color model

#C6C4EE color CMYK value is (17,18,0,7).

  • cyan value is 16.81%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(17,18,0,7)
C17M18Y0K7 
(17%,18%,0%,7%)
(0.17/0.18/0.00/0.07)	

CMYK percentages

%16.81
%17.65
%0
%6.67

Codes

Color #C6C4EE in popluar color models

C6C4EE
RGB198196238
HSL243°55.26%85.10%
HSB/HSV243°17.65%93.33%
CMYK16.81%17.65%0.00%
6.67%

Color #C6C4EE in popluar number systems.

HEXC6C4EE
Decimal198196238
Binary110001101100010011101110
Octal306304356

Shades and tints

Shades of #C6C4EE

#C6C4EE
(198,196,238)
#B4B3D9
(180,179,217)
#A2A2C4
(162,162,196)
#9091AF
(144,145,175)
#7E809A
(126,128,154)
#6C6F85
(108,111,133)
#5A5E70
(90,94,112)
#484D5B
(72,77,91)
#363C46
(54,60,70)
#242B31
(36,43,49)
#121A1C
(18,26,28)
#000000
(0,0,0)

Tints of #C6C4EE

#C6C4EE
(198,196,238)
#CBC9EF
(203,201,239)
#D0CEF0
(208,206,240)
#D5D3F1
(213,211,241)
#DAD8F2
(218,216,242)
#DFDDF3
(223,221,243)
#E4E2F4
(228,226,244)
#E9E7F5
(233,231,245)
#EEECF6
(238,236,246)
#F3F1F7
(243,241,247)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C4EE; }

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

This text font color is #C6C4EE.


Background Color

.myBgColor { background-color: #C6C4EE; }

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

This div background color is #C6C4EE.


Border color

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

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

This div border color is #C6C4EE.


Opacity

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

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

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

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

This text has shadow with #C6C4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C4EE on black background.


Color preview on white background

This text has color #C6C4EE on white background.



Black color preview on #C6C4EE background

This text has black color on #C6C4EE background.


White color preview on #C6C4EE background

This text has white color on #C6C4EE background.