COLOR #C8B2F8

HEX: #C8B2F8
RGB: (200,178,248)

Color info

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

RGB color model

#C8B2F8 color RGB value is (200,178,248).

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

RGB channels and saturation

R 200 of 255 = 78%
G 178 of 255 = 70%
B 248 of 255 = 97%

200
178
248

R + G + B ~ 82%. #C8B2F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 178 + 248 = 626 (100%)
R 200 of 626 ~ 31.95%
G 178 of 626 ~ 28.43%
B 248 of 626 ~ 39.62%

%31.95
%28.43
%39.62

CMYK color model

#C8B2F8 color CMYK value is (19,28,0,3).

  • cyan value is 19.35%
  • magenta value is 28.23%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(19,28,0,3)
C19M28Y0K3 
(19%,28%,0%,3%)
(0.19/0.28/0.00/0.03)	

CMYK percentages

%19.35
%28.23
%0
%2.75

Codes

Color #C8B2F8 in popluar color models

C8B2F8
RGB200178248
HSL259°83.33%83.53%
HSB/HSV259°28.23%97.25%
CMYK19.35%28.23%0.00%
2.75%

Color #C8B2F8 in popluar number systems.

HEXC8B2F8
Decimal200178248
Binary110010001011001011111000
Octal310262370

Shades and tints

Shades of #C8B2F8

#C8B2F8
(200,178,248)
#B6A2E2
(182,162,226)
#A492CC
(164,146,204)
#9282B6
(146,130,182)
#8072A0
(128,114,160)
#6E628A
(110,98,138)
#5C5274
(92,82,116)
#4A425E
(74,66,94)
#383248
(56,50,72)
#262232
(38,34,50)
#14121C
(20,18,28)
#000000
(0,0,0)

Tints of #C8B2F8

#C8B2F8
(200,178,248)
#CDB9F8
(205,185,248)
#D2C0F8
(210,192,248)
#D7C7F8
(215,199,248)
#DCCEF8
(220,206,248)
#E1D5F8
(225,213,248)
#E6DCF8
(230,220,248)
#EBE3F8
(235,227,248)
#F0EAF8
(240,234,248)
#F5F1F8
(245,241,248)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B2F8; }

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

This text font color is #C8B2F8.


Background Color

.myBgColor { background-color: #C8B2F8; }

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

This div background color is #C8B2F8.


Border color

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

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

This div border color is #C8B2F8.


Opacity

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

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

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

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

This text has shadow with #C8B2F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B2F8 on black background.


Color preview on white background

This text has color #C8B2F8 on white background.



Black color preview on #C8B2F8 background

This text has black color on #C8B2F8 background.


White color preview on #C8B2F8 background

This text has white color on #C8B2F8 background.