COLOR #C6B1EB

HEX: #C6B1EB
RGB: (198,177,235)

Color info

#C6B1EB contains red, green and blue colors in about the same proportion. Web safe color of #C6B1EB is #CC99FF (or #C9F).

RGB color model

#C6B1EB color RGB value is (198,177,235).

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

RGB channels and saturation

R 198 of 255 = 78%
G 177 of 255 = 69%
B 235 of 255 = 92%

198
177
235

R + G + B ~ 80%. #C6B1EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 177 + 235 = 610 (100%)
R 198 of 610 ~ 32.46%
G 177 of 610 ~ 29.02%
B 235 of 610 ~ 38.52%

%32.46
%29.02
%38.52

CMYK color model

#C6B1EB color CMYK value is (16,25,0,8).

  • cyan value is 15.74%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(16,25,0,8)
C16M25Y0K8 
(16%,25%,0%,8%)
(0.16/0.25/0.00/0.08)	

CMYK percentages

%15.74
%24.68
%0
%7.84

Codes

Color #C6B1EB in popluar color models

C6B1EB
RGB198177235
HSL262°59.18%80.78%
HSB/HSV262°24.68%92.16%
CMYK15.74%24.68%0.00%
7.84%

Color #C6B1EB in popluar number systems.

HEXC6B1EB
Decimal198177235
Binary110001101011000111101011
Octal306261353

Shades and tints

Shades of #C6B1EB

#C6B1EB
(198,177,235)
#B4A1D6
(180,161,214)
#A291C1
(162,145,193)
#9081AC
(144,129,172)
#7E7197
(126,113,151)
#6C6182
(108,97,130)
#5A516D
(90,81,109)
#484158
(72,65,88)
#363143
(54,49,67)
#24212E
(36,33,46)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #C6B1EB

#C6B1EB
(198,177,235)
#CBB8EC
(203,184,236)
#D0BFED
(208,191,237)
#D5C6EE
(213,198,238)
#DACDEF
(218,205,239)
#DFD4F0
(223,212,240)
#E4DBF1
(228,219,241)
#E9E2F2
(233,226,242)
#EEE9F3
(238,233,243)
#F3F0F4
(243,240,244)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B1EB; }

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

This text font color is #C6B1EB.


Background Color

.myBgColor { background-color: #C6B1EB; }

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

This div background color is #C6B1EB.


Border color

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

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

This div border color is #C6B1EB.


Opacity

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

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

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

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

This text has shadow with #C6B1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B1EB on black background.


Color preview on white background

This text has color #C6B1EB on white background.



Black color preview on #C6B1EB background

This text has black color on #C6B1EB background.


White color preview on #C6B1EB background

This text has white color on #C6B1EB background.