COLOR #C6C3EB

HEX: #C6C3EB
RGB: (198,195,235)

Color info

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

RGB color model

#C6C3EB color RGB value is (198,195,235).

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

RGB channels and saturation

R 198 of 255 = 78%
G 195 of 255 = 76%
B 235 of 255 = 92%

198
195
235

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

Portions of RGB colors in percentages

R + G + B =
198 + 195 + 235 = 628 (100%)
R 198 of 628 ~ 31.53%
G 195 of 628 ~ 31.05%
B 235 of 628 ~ 37.42%

%31.53
%31.05
%37.42

CMYK color model

#C6C3EB color CMYK value is (16,17,0,8).

  • cyan value is 15.74%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(16,17,0,8)
C16M17Y0K8 
(16%,17%,0%,8%)
(0.16/0.17/0.00/0.08)	

CMYK percentages

%15.74
%17.02
%0
%7.84

Codes

Color #C6C3EB in popluar color models

C6C3EB
RGB198195235
HSL245°50.00%84.31%
HSB/HSV245°17.02%92.16%
CMYK15.74%17.02%0.00%
7.84%

Color #C6C3EB in popluar number systems.

HEXC6C3EB
Decimal198195235
Binary110001101100001111101011
Octal306303353

Shades and tints

Shades of #C6C3EB

#C6C3EB
(198,195,235)
#B4B2D6
(180,178,214)
#A2A1C1
(162,161,193)
#9090AC
(144,144,172)
#7E7F97
(126,127,151)
#6C6E82
(108,110,130)
#5A5D6D
(90,93,109)
#484C58
(72,76,88)
#363B43
(54,59,67)
#242A2E
(36,42,46)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #C6C3EB

#C6C3EB
(198,195,235)
#CBC8EC
(203,200,236)
#D0CDED
(208,205,237)
#D5D2EE
(213,210,238)
#DAD7EF
(218,215,239)
#DFDCF0
(223,220,240)
#E4E1F1
(228,225,241)
#E9E6F2
(233,230,242)
#EEEBF3
(238,235,243)
#F3F0F4
(243,240,244)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C3EB; }

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

This text font color is #C6C3EB.


Background Color

.myBgColor { background-color: #C6C3EB; }

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

This div background color is #C6C3EB.


Border color

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

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

This div border color is #C6C3EB.


Opacity

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

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

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

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

This text has shadow with #C6C3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C3EB on black background.


Color preview on white background

This text has color #C6C3EB on white background.



Black color preview on #C6C3EB background

This text has black color on #C6C3EB background.


White color preview on #C6C3EB background

This text has white color on #C6C3EB background.