COLOR #C0B3F8

HEX: #C0B3F8
RGB: (192,179,248)

Color info

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

RGB color model

#C0B3F8 color RGB value is (192,179,248).

  • red value is 192;
  • green value is 179;
  • blue value is 248.
RGB:
(192,179,248)
(75%,70%,97%)

RGB channels and saturation

R 192 of 255 = 75%
G 179 of 255 = 70%
B 248 of 255 = 97%

192
179
248

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

Portions of RGB colors in percentages

R + G + B =
192 + 179 + 248 = 619 (100%)
R 192 of 619 ~ 31.02%
G 179 of 619 ~ 28.92%
B 248 of 619 ~ 40.06%

%31.02
%28.92
%40.06

CMYK color model

#C0B3F8 color CMYK value is (23,28,0,3).

  • cyan value is 22.58%
  • magenta value is 27.82%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(23,28,0,3)
C23M28Y0K3 
(23%,28%,0%,3%)
(0.23/0.28/0.00/0.03)	

CMYK percentages

%22.58
%27.82
%0
%2.75

Codes

Color #C0B3F8 in popluar color models

C0B3F8
RGB192179248
HSL251°83.13%83.73%
HSB/HSV251°27.82%97.25%
CMYK22.58%27.82%0.00%
2.75%

Color #C0B3F8 in popluar number systems.

HEXC0B3F8
Decimal192179248
Binary110000001011001111111000
Octal300263370

Shades and tints

Shades of #C0B3F8

#C0B3F8
(192,179,248)
#AFA3E2
(175,163,226)
#9E93CC
(158,147,204)
#8D83B6
(141,131,182)
#7C73A0
(124,115,160)
#6B638A
(107,99,138)
#5A5374
(90,83,116)
#49435E
(73,67,94)
#383348
(56,51,72)
#272332
(39,35,50)
#16131C
(22,19,28)
#000000
(0,0,0)

Tints of #C0B3F8

#C0B3F8
(192,179,248)
#C5B9F8
(197,185,248)
#CABFF8
(202,191,248)
#CFC5F8
(207,197,248)
#D4CBF8
(212,203,248)
#D9D1F8
(217,209,248)
#DED7F8
(222,215,248)
#E3DDF8
(227,221,248)
#E8E3F8
(232,227,248)
#EDE9F8
(237,233,248)
#F2EFF8
(242,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0B3F8 color. Also use rgb(192,179,248) instead hex code.

Text Font Color

.myTextColor { color: #C0B3F8; }

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

This text font color is #C0B3F8.


Background Color

.myBgColor { background-color: #C0B3F8; }

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

This div background color is #C0B3F8.


Border color

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

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

This div border color is #C0B3F8.


Opacity

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

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

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

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

This text has shadow with #C0B3F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B3F8 on black background.


Color preview on white background

This text has color #C0B3F8 on white background.



Black color preview on #C0B3F8 background

This text has black color on #C0B3F8 background.


White color preview on #C0B3F8 background

This text has white color on #C0B3F8 background.