COLOR #C0B4F9

HEX: #C0B4F9
RGB: (192,180,249)

Color info

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

RGB color model

#C0B4F9 color RGB value is (192,180,249).

  • red value is 192;
  • green value is 180;
  • blue value is 249.
RGB:
(192,180,249)
(75%,71%,98%)

RGB channels and saturation

R 192 of 255 = 75%
G 180 of 255 = 71%
B 249 of 255 = 98%

192
180
249

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

Portions of RGB colors in percentages

R + G + B =
192 + 180 + 249 = 621 (100%)
R 192 of 621 ~ 30.92%
G 180 of 621 ~ 28.99%
B 249 of 621 ~ 40.1%

%30.92
%28.99
%40.1

CMYK color model

#C0B4F9 color CMYK value is (23,28,0,2).

  • cyan value is 22.89%
  • magenta value is 27.71%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(23,28,0,2)
C23M28Y0K2 
(23%,28%,0%,2%)
(0.23/0.28/0.00/0.02)	

CMYK percentages

%22.89
%27.71
%0
%2.35

Codes

Color #C0B4F9 in popluar color models

C0B4F9
RGB192180249
HSL250°85.19%84.12%
HSB/HSV250°27.71%97.65%
CMYK22.89%27.71%0.00%
2.35%

Color #C0B4F9 in popluar number systems.

HEXC0B4F9
Decimal192180249
Binary110000001011010011111001
Octal300264371

Shades and tints

Shades of #C0B4F9

#C0B4F9
(192,180,249)
#AFA4E3
(175,164,227)
#9E94CD
(158,148,205)
#8D84B7
(141,132,183)
#7C74A1
(124,116,161)
#6B648B
(107,100,139)
#5A5475
(90,84,117)
#49445F
(73,68,95)
#383449
(56,52,73)
#272433
(39,36,51)
#16141D
(22,20,29)
#000000
(0,0,0)

Tints of #C0B4F9

#C0B4F9
(192,180,249)
#C5BAF9
(197,186,249)
#CAC0F9
(202,192,249)
#CFC6F9
(207,198,249)
#D4CCF9
(212,204,249)
#D9D2F9
(217,210,249)
#DED8F9
(222,216,249)
#E3DEF9
(227,222,249)
#E8E4F9
(232,228,249)
#EDEAF9
(237,234,249)
#F2F0F9
(242,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0B4F9 color. Also use rgb(192,180,249) instead hex code.

Text Font Color

.myTextColor { color: #C0B4F9; }

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

This text font color is #C0B4F9.


Background Color

.myBgColor { background-color: #C0B4F9; }

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

This div background color is #C0B4F9.


Border color

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

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

This div border color is #C0B4F9.


Opacity

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

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

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

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

This text has shadow with #C0B4F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B4F9 on black background.


Color preview on white background

This text has color #C0B4F9 on white background.



Black color preview on #C0B4F9 background

This text has black color on #C0B4F9 background.


White color preview on #C0B4F9 background

This text has white color on #C0B4F9 background.