COLOR #C8B5F1

HEX: #C8B5F1
RGB: (200,181,241)

Color info

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

RGB color model

#C8B5F1 color RGB value is (200,181,241).

  • red value is 200;
  • green value is 181;
  • blue value is 241.
RGB:
(200,181,241)
(78%,71%,95%)

RGB channels and saturation

R 200 of 255 = 78%
G 181 of 255 = 71%
B 241 of 255 = 95%

200
181
241

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

Portions of RGB colors in percentages

R + G + B =
200 + 181 + 241 = 622 (100%)
R 200 of 622 ~ 32.15%
G 181 of 622 ~ 29.1%
B 241 of 622 ~ 38.75%

%32.15
%29.1
%38.75

CMYK color model

#C8B5F1 color CMYK value is (17,25,0,5).

  • cyan value is 17.01%
  • magenta value is 24.90%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(17,25,0,5)
C17M25Y0K5 
(17%,25%,0%,5%)
(0.17/0.25/0.00/0.05)	

CMYK percentages

%17.01
%24.9
%0
%5.49

Codes

Color #C8B5F1 in popluar color models

C8B5F1
RGB200181241
HSL259°68.18%82.75%
HSB/HSV259°24.90%94.51%
CMYK17.01%24.90%0.00%
5.49%

Color #C8B5F1 in popluar number systems.

HEXC8B5F1
Decimal200181241
Binary110010001011010111110001
Octal310265361

Shades and tints

Shades of #C8B5F1

#C8B5F1
(200,181,241)
#B6A5DC
(182,165,220)
#A495C7
(164,149,199)
#9285B2
(146,133,178)
#80759D
(128,117,157)
#6E6588
(110,101,136)
#5C5573
(92,85,115)
#4A455E
(74,69,94)
#383549
(56,53,73)
#262534
(38,37,52)
#14151F
(20,21,31)
#000000
(0,0,0)

Tints of #C8B5F1

#C8B5F1
(200,181,241)
#CDBBF2
(205,187,242)
#D2C1F3
(210,193,243)
#D7C7F4
(215,199,244)
#DCCDF5
(220,205,245)
#E1D3F6
(225,211,246)
#E6D9F7
(230,217,247)
#EBDFF8
(235,223,248)
#F0E5F9
(240,229,249)
#F5EBFA
(245,235,250)
#FAF1FB
(250,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B5F1 color. Also use rgb(200,181,241) instead hex code.

Text Font Color

.myTextColor { color: #C8B5F1; }

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

This text font color is #C8B5F1.


Background Color

.myBgColor { background-color: #C8B5F1; }

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

This div background color is #C8B5F1.


Border color

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

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

This div border color is #C8B5F1.


Opacity

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

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

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

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

This text has shadow with #C8B5F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B5F1 on black background.


Color preview on white background

This text has color #C8B5F1 on white background.



Black color preview on #C8B5F1 background

This text has black color on #C8B5F1 background.


White color preview on #C8B5F1 background

This text has white color on #C8B5F1 background.