COLOR #C6ADEB

HEX: #C6ADEB
RGB: (198,173,235)

Color info

#C6ADEB contains mainly red and blue colors. Web safe color of #C6ADEB is #CC99FF (or #C9F).

RGB color model

#C6ADEB color RGB value is (198,173,235).

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

RGB channels and saturation

R 198 of 255 = 78%
G 173 of 255 = 68%
B 235 of 255 = 92%

198
173
235

R + G + B ~ 79%. #C6ADEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 173 + 235 = 606 (100%)
R 198 of 606 ~ 32.67%
G 173 of 606 ~ 28.55%
B 235 of 606 ~ 38.78%

%32.67
%28.55
%38.78

CMYK color model

#C6ADEB color CMYK value is (16,26,0,8).

  • cyan value is 15.74%
  • magenta value is 26.38%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(16,26,0,8)
C16M26Y0K8 
(16%,26%,0%,8%)
(0.16/0.26/0.00/0.08)	

CMYK percentages

%15.74
%26.38
%0
%7.84

Codes

Color #C6ADEB in popluar color models

C6ADEB
RGB198173235
HSL264°60.78%80.00%
HSB/HSV264°26.38%92.16%
CMYK15.74%26.38%0.00%
7.84%

Color #C6ADEB in popluar number systems.

HEXC6ADEB
Decimal198173235
Binary110001101010110111101011
Octal306255353

Shades and tints

Shades of #C6ADEB

#C6ADEB
(198,173,235)
#B49ED6
(180,158,214)
#A28FC1
(162,143,193)
#9080AC
(144,128,172)
#7E7197
(126,113,151)
#6C6282
(108,98,130)
#5A536D
(90,83,109)
#484458
(72,68,88)
#363543
(54,53,67)
#24262E
(36,38,46)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #C6ADEB

#C6ADEB
(198,173,235)
#CBB4EC
(203,180,236)
#D0BBED
(208,187,237)
#D5C2EE
(213,194,238)
#DAC9EF
(218,201,239)
#DFD0F0
(223,208,240)
#E4D7F1
(228,215,241)
#E9DEF2
(233,222,242)
#EEE5F3
(238,229,243)
#F3ECF4
(243,236,244)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ADEB; }

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

This text font color is #C6ADEB.


Background Color

.myBgColor { background-color: #C6ADEB; }

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

This div background color is #C6ADEB.


Border color

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

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

This div border color is #C6ADEB.


Opacity

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

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

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

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

This text has shadow with #C6ADEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ADEB on black background.


Color preview on white background

This text has color #C6ADEB on white background.



Black color preview on #C6ADEB background

This text has black color on #C6ADEB background.


White color preview on #C6ADEB background

This text has white color on #C6ADEB background.