COLOR #C6B6F8

HEX: #C6B6F8 RGB: (198,182,248)

Color info

#C6B6F8 contains mainly red and blue colors. Web safe color of #C6B6F8 is #CCCCFF (or #CCF).

RGB color model

#C6B6F8 color RGB value is (198,182,248).

RGB: (198,182,248) (78%, 71%, 97%)

RGB channels and saturation

R 198 of 255 = 78%
G 182 of 255 = 71%
B 248 of 255 = 97%

198
182
248

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

Portions of RGB colors in percentages

R + G + B = 198 + 182 + 248 = 628 (100%)
R 198 of 628 ~ 31.53%
G 182 of 628 ~ 28.98%
B 248 of 628 ~ 39.49'%

%31.53
%28.98
%39.49

CMYK color model

#C6B6F8 color CMYK value is (20,27,0,3).

  • cyan value is 20.16%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (20,27,0,3)
C20M27Y0K3 (20%, 27%, 0%, 3%)
(0.20 / 0.27 / 0.00 / 0.03)

CMYK percentages

%20.16
%26.61
%0
%2.75

Codes

Color #C6B6F8 in popluar color models

C6 B6 F8
RGB 198 182 248
HSL 255° 82.50% 84.31%
HSB/HSV 255° 26.61% 97.25%
CMYK 20.16% 26.61% 0.00%
2.75%

Color #C6B6F8 in popluar number systems.

HEX C6 B6 F8
Decimal 198 182 248
Binary 11000110 10110110 11111000
Octal 306 266 370

Shades and tints

Shades of #C6B6F8

#C6B6F8
(198,182,248)
#B4A6E2
(180,166,226)
#A296CC
(162,150,204)
#9086B6
(144,134,182)
#7E76A0
(126,118,160)
#6C668A
(108,102,138)
#5A5674
(90,86,116)
#48465E
(72,70,94)
#363648
(54,54,72)
#242632
(36,38,50)
#12161C
(18,22,28)
#000000
(0,0,0)

Tints of #C6B6F8

#C6B6F8
(198,182,248)
#CBBCF8
(203,188,248)
#D0C2F8
(208,194,248)
#D5C8F8
(213,200,248)
#DACEF8
(218,206,248)
#DFD4F8
(223,212,248)
#E4DAF8
(228,218,248)
#E9E0F8
(233,224,248)
#EEE6F8
(238,230,248)
#F3ECF8
(243,236,248)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B6F8 color. Also use rgb(198,182,248) instead hex code.

Text Font Color

.myTextColor { color: #C6B6F8; }

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

This text font color is #C6B6F8.

Background Color

.myBgColor { background-color: #C6B6F8; }

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

This div background color is #C6B6F8.

Border color

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

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

This div border color is #C6B6F8.

Opacity

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

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

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

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

This text has shadow with #C6B6F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B6F8.

Preview

Color preview on black background

This text has color #C6B6F8 on black background.


Color preview on white background

This text has color #C6B6F8 on white background.


Black color preview on #C6B6F8 background

This text has black color on #C6B6F8 background.


White color preview on #C6B6F8 background

This text has white color on #C6B6F8 background.


Related colors

Complementary color

Complementary color for #hex is #394907.


I love getcolorcode.com

Triadic colors

1 #F8C6B6 and #B6F8C6 with #C6B6F8 are triadic colors.

2 #F8B6C6 and #B6C6F8 with #C6B6F8 are triadic colors.