COLOR #C8B0F8

HEX: #C8B0F8
RGB: (200,176,248)

Color info

#C8B0F8 contains mainly red and blue colors. Web safe color of #C8B0F8 is #CC99FF (or #C9F).

RGB color model

#C8B0F8 color RGB value is (200,176,248).

  • red value is 200;
  • green value is 176;
  • blue value is 248.
RGB:
(200,176,248)
(78%,69%,97%)

RGB channels and saturation

R 200 of 255 = 78%
G 176 of 255 = 69%
B 248 of 255 = 97%

200
176
248

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

Portions of RGB colors in percentages

R + G + B =
200 + 176 + 248 = 624 (100%)
R 200 of 624 ~ 32.05%
G 176 of 624 ~ 28.21%
B 248 of 624 ~ 39.74%

%32.05
%28.21
%39.74

CMYK color model

#C8B0F8 color CMYK value is (19,29,0,3).

  • cyan value is 19.35%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(19,29,0,3)
C19M29Y0K3 
(19%,29%,0%,3%)
(0.19/0.29/0.00/0.03)	

CMYK percentages

%19.35
%29.03
%0
%2.75

Codes

Color #C8B0F8 in popluar color models

C8B0F8
RGB200176248
HSL260°83.72%83.14%
HSB/HSV260°29.03%97.25%
CMYK19.35%29.03%0.00%
2.75%

Color #C8B0F8 in popluar number systems.

HEXC8B0F8
Decimal200176248
Binary110010001011000011111000
Octal310260370

Shades and tints

Shades of #C8B0F8

#C8B0F8
(200,176,248)
#B6A0E2
(182,160,226)
#A490CC
(164,144,204)
#9280B6
(146,128,182)
#8070A0
(128,112,160)
#6E608A
(110,96,138)
#5C5074
(92,80,116)
#4A405E
(74,64,94)
#383048
(56,48,72)
#262032
(38,32,50)
#14101C
(20,16,28)
#000000
(0,0,0)

Tints of #C8B0F8

#C8B0F8
(200,176,248)
#CDB7F8
(205,183,248)
#D2BEF8
(210,190,248)
#D7C5F8
(215,197,248)
#DCCCF8
(220,204,248)
#E1D3F8
(225,211,248)
#E6DAF8
(230,218,248)
#EBE1F8
(235,225,248)
#F0E8F8
(240,232,248)
#F5EFF8
(245,239,248)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B0F8 color. Also use rgb(200,176,248) instead hex code.

Text Font Color

.myTextColor { color: #C8B0F8; }

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

This text font color is #C8B0F8.


Background Color

.myBgColor { background-color: #C8B0F8; }

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

This div background color is #C8B0F8.


Border color

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

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

This div border color is #C8B0F8.


Opacity

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

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

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

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

This text has shadow with #C8B0F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B0F8 on black background.


Color preview on white background

This text has color #C8B0F8 on white background.



Black color preview on #C8B0F8 background

This text has black color on #C8B0F8 background.


White color preview on #C8B0F8 background

This text has white color on #C8B0F8 background.