COLOR #C6B5F2

HEX: #C6B5F2 RGB: (198,181,242)

Color info

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

RGB color model

#C6B5F2 color RGB value is (198,181,242).

RGB: (198,181,242) (78%, 71%, 95%)

RGB channels and saturation

R 198 of 255 = 78%
G 181 of 255 = 71%
B 242 of 255 = 95%

198
181
242

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

Portions of RGB colors in percentages

R + G + B = 198 + 181 + 242 = 621 (100%)
R 198 of 621 ~ 31.88%
G 181 of 621 ~ 29.15%
B 242 of 621 ~ 38.97'%

%31.88
%29.15
%38.97

CMYK color model

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

  • cyan value is 18.18%
  • magenta value is 25.21%
  • yellow value is 0.00%
  • key color value is 5.10%

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

CMYK percentages

%18.18
%25.21
%0
%5.1

Codes

Color #C6B5F2 in popluar color models

C6 B5 F2
RGB 198 181 242
HSL 257° 70.11% 82.94%
HSB/HSV 257° 25.21% 94.90%
CMYK 18.18% 25.21% 0.00%
5.10%

Color #C6B5F2 in popluar number systems.

HEX C6 B5 F2
Decimal 198 181 242
Binary 11000110 10110101 11110010
Octal 306 265 362

Shades and tints

Shades of #C6B5F2

#C6B5F2
(198,181,242)
#B4A5DC
(180,165,220)
#A295C6
(162,149,198)
#9085B0
(144,133,176)
#7E759A
(126,117,154)
#6C6584
(108,101,132)
#5A556E
(90,85,110)
#484558
(72,69,88)
#363542
(54,53,66)
#24252C
(36,37,44)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #C6B5F2

#C6B5F2
(198,181,242)
#CBBBF3
(203,187,243)
#D0C1F4
(208,193,244)
#D5C7F5
(213,199,245)
#DACDF6
(218,205,246)
#DFD3F7
(223,211,247)
#E4D9F8
(228,217,248)
#E9DFF9
(233,223,249)
#EEE5FA
(238,229,250)
#F3EBFB
(243,235,251)
#F8F1FC
(248,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B5F2 color. Also use rgb(198,181,242) instead hex code.

Text Font Color

.myTextColor { color: #C6B5F2; }

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

This text font color is #C6B5F2.

Background Color

.myBgColor { background-color: #C6B5F2; }

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

This div background color is #C6B5F2.

Border color

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

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

This div border color is #C6B5F2.

Opacity

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

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

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

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

This text has shadow with #C6B5F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B5F2.

Preview

Color preview on black background

This text has color #C6B5F2 on black background.


Color preview on white background

This text has color #C6B5F2 on white background.


Black color preview on #C6B5F2 background

This text has black color on #C6B5F2 background.


White color preview on #C6B5F2 background

This text has white color on #C6B5F2 background.


Related colors

Complementary color

Complementary color for #hex is #394A0D.


I love getcolorcode.com

Triadic colors

1 #F2C6B5 and #B5F2C6 with #C6B5F2 are triadic colors.

2 #F2B5C6 and #B5C6F2 with #C6B5F2 are triadic colors.