COLOR #C6B4F1

HEX: #C6B4F1 RGB: (198,180,241)

Color info

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

RGB color model

#C6B4F1 color RGB value is (198,180,241).

RGB: (198,180,241) (78%, 71%, 95%)

RGB channels and saturation

R 198 of 255 = 78%
G 180 of 255 = 71%
B 241 of 255 = 95%

198
180
241

R + G + B ~ 81%. #C6B4F1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 180 + 241 = 619 (100%)
R 198 of 619 ~ 31.99%
G 180 of 619 ~ 29.08%
B 241 of 619 ~ 38.93'%

%31.99
%29.08
%38.93

CMYK color model

#C6B4F1 color CMYK value is (18,25,0,5).

  • cyan value is 17.84%
  • magenta value is 25.31%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (18,25,0,5)
C18M25Y0K5 (18%, 25%, 0%, 5%)
(0.18 / 0.25 / 0.00 / 0.05)

CMYK percentages

%17.84
%25.31
%0
%5.49

Codes

Color #C6B4F1 in popluar color models

C6 B4 F1
RGB 198 180 241
HSL 258° 68.54% 82.55%
HSB/HSV 258° 25.31% 94.51%
CMYK 17.84% 25.31% 0.00%
5.49%

Color #C6B4F1 in popluar number systems.

HEX C6 B4 F1
Decimal 198 180 241
Binary 11000110 10110100 11110001
Octal 306 264 361

Shades and tints

Shades of #C6B4F1

#C6B4F1
(198,180,241)
#B4A4DC
(180,164,220)
#A294C7
(162,148,199)
#9084B2
(144,132,178)
#7E749D
(126,116,157)
#6C6488
(108,100,136)
#5A5473
(90,84,115)
#48445E
(72,68,94)
#363449
(54,52,73)
#242434
(36,36,52)
#12141F
(18,20,31)
#000000
(0,0,0)

Tints of #C6B4F1

#C6B4F1
(198,180,241)
#CBBAF2
(203,186,242)
#D0C0F3
(208,192,243)
#D5C6F4
(213,198,244)
#DACCF5
(218,204,245)
#DFD2F6
(223,210,246)
#E4D8F7
(228,216,247)
#E9DEF8
(233,222,248)
#EEE4F9
(238,228,249)
#F3EAFA
(243,234,250)
#F8F0FB
(248,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B4F1 color. Also use rgb(198,180,241) instead hex code.

Text Font Color

.myTextColor { color: #C6B4F1; }

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

This text font color is #C6B4F1.

Background Color

.myBgColor { background-color: #C6B4F1; }

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

This div background color is #C6B4F1.

Border color

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

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

This div border color is #C6B4F1.

Opacity

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

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

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

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

This text has shadow with #C6B4F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B4F1.

Preview

Color preview on black background

This text has color #C6B4F1 on black background.


Color preview on white background

This text has color #C6B4F1 on white background.


Black color preview on #C6B4F1 background

This text has black color on #C6B4F1 background.


White color preview on #C6B4F1 background

This text has white color on #C6B4F1 background.


Related colors

Complementary color

Complementary color for #hex is #394B0E.


I love getcolorcode.com

Triadic colors

1 #F1C6B4 and #B4F1C6 with #C6B4F1 are triadic colors.

2 #F1B4C6 and #B4C6F1 with #C6B4F1 are triadic colors.