COLOR #C6C3EE

HEX: #C6C3EE
RGB: (198,195,238)

Color info

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

RGB color model

#C6C3EE color RGB value is (198,195,238).

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

RGB channels and saturation

R 198 of 255 = 78%
G 195 of 255 = 76%
B 238 of 255 = 93%

198
195
238

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

Portions of RGB colors in percentages

R + G + B =
198 + 195 + 238 = 631 (100%)
R 198 of 631 ~ 31.38%
G 195 of 631 ~ 30.9%
B 238 of 631 ~ 37.72%

%31.38
%30.9
%37.72

CMYK color model

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

  • cyan value is 16.81%
  • magenta value is 18.07%
  • 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
%18.07
%0
%6.67

Codes

Color #C6C3EE in popluar color models

C6C3EE
RGB198195238
HSL244°55.84%84.90%
HSB/HSV244°18.07%93.33%
CMYK16.81%18.07%0.00%
6.67%

Color #C6C3EE in popluar number systems.

HEXC6C3EE
Decimal198195238
Binary110001101100001111101110
Octal306303356

Shades and tints

Shades of #C6C3EE

#C6C3EE
(198,195,238)
#B4B2D9
(180,178,217)
#A2A1C4
(162,161,196)
#9090AF
(144,144,175)
#7E7F9A
(126,127,154)
#6C6E85
(108,110,133)
#5A5D70
(90,93,112)
#484C5B
(72,76,91)
#363B46
(54,59,70)
#242A31
(36,42,49)
#12191C
(18,25,28)
#000000
(0,0,0)

Tints of #C6C3EE

#C6C3EE
(198,195,238)
#CBC8EF
(203,200,239)
#D0CDF0
(208,205,240)
#D5D2F1
(213,210,241)
#DAD7F2
(218,215,242)
#DFDCF3
(223,220,243)
#E4E1F4
(228,225,244)
#E9E6F5
(233,230,245)
#EEEBF6
(238,235,246)
#F3F0F7
(243,240,247)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C3EE; }

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

This text font color is #C6C3EE.


Background Color

.myBgColor { background-color: #C6C3EE; }

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

This div background color is #C6C3EE.


Border color

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

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

This div border color is #C6C3EE.


Opacity

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

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

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

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

This text has shadow with #C6C3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C3EE on black background.


Color preview on white background

This text has color #C6C3EE on white background.



Black color preview on #C6C3EE background

This text has black color on #C6C3EE background.


White color preview on #C6C3EE background

This text has white color on #C6C3EE background.