COLOR #C0B3F0

HEX: #C0B3F0
RGB: (192,179,240)

Color info

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

RGB color model

#C0B3F0 color RGB value is (192,179,240).

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

RGB channels and saturation

R 192 of 255 = 75%
G 179 of 255 = 70%
B 240 of 255 = 94%

192
179
240

R + G + B ~ 80%. #C0B3F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 179 + 240 = 611 (100%)
R 192 of 611 ~ 31.42%
G 179 of 611 ~ 29.3%
B 240 of 611 ~ 39.28%

%31.42
%29.3
%39.28

CMYK color model

#C0B3F0 color CMYK value is (20,25,0,6).

  • cyan value is 20.00%
  • magenta value is 25.42%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(20,25,0,6)
C20M25Y0K6 
(20%,25%,0%,6%)
(0.20/0.25/0.00/0.06)	

CMYK percentages

%20
%25.42
%0
%5.88

Codes

Color #C0B3F0 in popluar color models

C0B3F0
RGB192179240
HSL253°67.03%82.16%
HSB/HSV253°25.42%94.12%
CMYK20.00%25.42%0.00%
5.88%

Color #C0B3F0 in popluar number systems.

HEXC0B3F0
Decimal192179240
Binary110000001011001111110000
Octal300263360

Shades and tints

Shades of #C0B3F0

#C0B3F0
(192,179,240)
#AFA3DB
(175,163,219)
#9E93C6
(158,147,198)
#8D83B1
(141,131,177)
#7C739C
(124,115,156)
#6B6387
(107,99,135)
#5A5372
(90,83,114)
#49435D
(73,67,93)
#383348
(56,51,72)
#272333
(39,35,51)
#16131E
(22,19,30)
#000000
(0,0,0)

Tints of #C0B3F0

#C0B3F0
(192,179,240)
#C5B9F1
(197,185,241)
#CABFF2
(202,191,242)
#CFC5F3
(207,197,243)
#D4CBF4
(212,203,244)
#D9D1F5
(217,209,245)
#DED7F6
(222,215,246)
#E3DDF7
(227,221,247)
#E8E3F8
(232,227,248)
#EDE9F9
(237,233,249)
#F2EFFA
(242,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B3F0; }

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

This text font color is #C0B3F0.


Background Color

.myBgColor { background-color: #C0B3F0; }

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

This div background color is #C0B3F0.


Border color

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

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

This div border color is #C0B3F0.


Opacity

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

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

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

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

This text has shadow with #C0B3F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B3F0 on black background.


Color preview on white background

This text has color #C0B3F0 on white background.



Black color preview on #C0B3F0 background

This text has black color on #C0B3F0 background.


White color preview on #C0B3F0 background

This text has white color on #C0B3F0 background.