COLOR #C8BAF1

HEX: #C8BAF1
RGB: (200,186,241)

Color info

#C8BAF1 contains red, green and blue colors in about the same proportion. Web safe color of #C8BAF1 is #CCCCFF (or #CCF).

RGB color model

#C8BAF1 color RGB value is (200,186,241).

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

RGB channels and saturation

R 200 of 255 = 78%
G 186 of 255 = 73%
B 241 of 255 = 95%

200
186
241

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

Portions of RGB colors in percentages

R + G + B =
200 + 186 + 241 = 627 (100%)
R 200 of 627 ~ 31.9%
G 186 of 627 ~ 29.67%
B 241 of 627 ~ 38.44%

%31.9
%29.67
%38.44

CMYK color model

#C8BAF1 color CMYK value is (17,23,0,5).

  • cyan value is 17.01%
  • magenta value is 22.82%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(17,23,0,5)
C17M23Y0K5 
(17%,23%,0%,5%)
(0.17/0.23/0.00/0.05)	

CMYK percentages

%17.01
%22.82
%0
%5.49

Codes

Color #C8BAF1 in popluar color models

C8BAF1
RGB200186241
HSL255°66.27%83.73%
HSB/HSV255°22.82%94.51%
CMYK17.01%22.82%0.00%
5.49%

Color #C8BAF1 in popluar number systems.

HEXC8BAF1
Decimal200186241
Binary110010001011101011110001
Octal310272361

Shades and tints

Shades of #C8BAF1

#C8BAF1
(200,186,241)
#B6AADC
(182,170,220)
#A49AC7
(164,154,199)
#928AB2
(146,138,178)
#807A9D
(128,122,157)
#6E6A88
(110,106,136)
#5C5A73
(92,90,115)
#4A4A5E
(74,74,94)
#383A49
(56,58,73)
#262A34
(38,42,52)
#141A1F
(20,26,31)
#000000
(0,0,0)

Tints of #C8BAF1

#C8BAF1
(200,186,241)
#CDC0F2
(205,192,242)
#D2C6F3
(210,198,243)
#D7CCF4
(215,204,244)
#DCD2F5
(220,210,245)
#E1D8F6
(225,216,246)
#E6DEF7
(230,222,247)
#EBE4F8
(235,228,248)
#F0EAF9
(240,234,249)
#F5F0FA
(245,240,250)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8BAF1; }

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

This text font color is #C8BAF1.


Background Color

.myBgColor { background-color: #C8BAF1; }

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

This div background color is #C8BAF1.


Border color

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

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

This div border color is #C8BAF1.


Opacity

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

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

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

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

This text has shadow with #C8BAF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BAF1 on black background.


Color preview on white background

This text has color #C8BAF1 on white background.



Black color preview on #C8BAF1 background

This text has black color on #C8BAF1 background.


White color preview on #C8BAF1 background

This text has white color on #C8BAF1 background.