COLOR #C0B9F6

HEX: #C0B9F6
RGB: (192,185,246)

Color info

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

RGB color model

#C0B9F6 color RGB value is (192,185,246).

  • red value is 192;
  • green value is 185;
  • blue value is 246.
RGB:
(192,185,246)
(75%,73%,96%)

RGB channels and saturation

R 192 of 255 = 75%
G 185 of 255 = 73%
B 246 of 255 = 96%

192
185
246

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

Portions of RGB colors in percentages

R + G + B =
192 + 185 + 246 = 623 (100%)
R 192 of 623 ~ 30.82%
G 185 of 623 ~ 29.7%
B 246 of 623 ~ 39.49%

%30.82
%29.7
%39.49

CMYK color model

#C0B9F6 color CMYK value is (22,25,0,4).

  • cyan value is 21.95%
  • magenta value is 24.80%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(22,25,0,4)
C22M25Y0K4 
(22%,25%,0%,4%)
(0.22/0.25/0.00/0.04)	

CMYK percentages

%21.95
%24.8
%0
%3.53

Codes

Color #C0B9F6 in popluar color models

C0B9F6
RGB192185246
HSL247°77.22%84.51%
HSB/HSV247°24.80%96.47%
CMYK21.95%24.80%0.00%
3.53%

Color #C0B9F6 in popluar number systems.

HEXC0B9F6
Decimal192185246
Binary110000001011100111110110
Octal300271366

Shades and tints

Shades of #C0B9F6

#C0B9F6
(192,185,246)
#AFA9E0
(175,169,224)
#9E99CA
(158,153,202)
#8D89B4
(141,137,180)
#7C799E
(124,121,158)
#6B6988
(107,105,136)
#5A5972
(90,89,114)
#49495C
(73,73,92)
#383946
(56,57,70)
#272930
(39,41,48)
#16191A
(22,25,26)
#000000
(0,0,0)

Tints of #C0B9F6

#C0B9F6
(192,185,246)
#C5BFF6
(197,191,246)
#CAC5F6
(202,197,246)
#CFCBF6
(207,203,246)
#D4D1F6
(212,209,246)
#D9D7F6
(217,215,246)
#DEDDF6
(222,221,246)
#E3E3F6
(227,227,246)
#E8E9F6
(232,233,246)
#EDEFF6
(237,239,246)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0B9F6 color. Also use rgb(192,185,246) instead hex code.

Text Font Color

.myTextColor { color: #C0B9F6; }

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

This text font color is #C0B9F6.


Background Color

.myBgColor { background-color: #C0B9F6; }

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

This div background color is #C0B9F6.


Border color

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

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

This div border color is #C0B9F6.


Opacity

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

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

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

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

This text has shadow with #C0B9F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B9F6 on black background.


Color preview on white background

This text has color #C0B9F6 on white background.



Black color preview on #C0B9F6 background

This text has black color on #C0B9F6 background.


White color preview on #C0B9F6 background

This text has white color on #C0B9F6 background.