COLOR #C6B0EB

HEX: #C6B0EB
RGB: (198,176,235)

Color info

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

RGB color model

#C6B0EB color RGB value is (198,176,235).

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

RGB channels and saturation

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

198
176
235

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

Portions of RGB colors in percentages

R + G + B =
198 + 176 + 235 = 609 (100%)
R 198 of 609 ~ 32.51%
G 176 of 609 ~ 28.9%
B 235 of 609 ~ 38.59%

%32.51
%28.9
%38.59

CMYK color model

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

  • cyan value is 15.74%
  • magenta value is 25.11%
  • 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
%25.11
%0
%7.84

Codes

Color #C6B0EB in popluar color models

C6B0EB
RGB198176235
HSL262°59.60%80.59%
HSB/HSV262°25.11%92.16%
CMYK15.74%25.11%0.00%
7.84%

Color #C6B0EB in popluar number systems.

HEXC6B0EB
Decimal198176235
Binary110001101011000011101011
Octal306260353

Shades and tints

Shades of #C6B0EB

#C6B0EB
(198,176,235)
#B4A0D6
(180,160,214)
#A290C1
(162,144,193)
#9080AC
(144,128,172)
#7E7097
(126,112,151)
#6C6082
(108,96,130)
#5A506D
(90,80,109)
#484058
(72,64,88)
#363043
(54,48,67)
#24202E
(36,32,46)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #C6B0EB

#C6B0EB
(198,176,235)
#CBB7EC
(203,183,236)
#D0BEED
(208,190,237)
#D5C5EE
(213,197,238)
#DACCEF
(218,204,239)
#DFD3F0
(223,211,240)
#E4DAF1
(228,218,241)
#E9E1F2
(233,225,242)
#EEE8F3
(238,232,243)
#F3EFF4
(243,239,244)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B0EB; }

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

This text font color is #C6B0EB.


Background Color

.myBgColor { background-color: #C6B0EB; }

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

This div background color is #C6B0EB.


Border color

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

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

This div border color is #C6B0EB.


Opacity

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

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

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

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

This text has shadow with #C6B0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B0EB on black background.


Color preview on white background

This text has color #C6B0EB on white background.



Black color preview on #C6B0EB background

This text has black color on #C6B0EB background.


White color preview on #C6B0EB background

This text has white color on #C6B0EB background.