COLOR #C0B4E9

HEX: #C0B4E9
RGB: (192,180,233)

Color info

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

RGB color model

#C0B4E9 color RGB value is (192,180,233).

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

RGB channels and saturation

R 192 of 255 = 75%
G 180 of 255 = 71%
B 233 of 255 = 91%

192
180
233

R + G + B ~ 79%. #C0B4E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 180 + 233 = 605 (100%)
R 192 of 605 ~ 31.74%
G 180 of 605 ~ 29.75%
B 233 of 605 ~ 38.51%

%31.74
%29.75
%38.51

CMYK color model

#C0B4E9 color CMYK value is (18,23,0,9).

  • cyan value is 17.60%
  • magenta value is 22.75%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(18,23,0,9)
C18M23Y0K9 
(18%,23%,0%,9%)
(0.18/0.23/0.00/0.09)	

CMYK percentages

%17.6
%22.75
%0
%8.63

Codes

Color #C0B4E9 in popluar color models

C0B4E9
RGB192180233
HSL254°54.64%80.98%
HSB/HSV254°22.75%91.37%
CMYK17.60%22.75%0.00%
8.63%

Color #C0B4E9 in popluar number systems.

HEXC0B4E9
Decimal192180233
Binary110000001011010011101001
Octal300264351

Shades and tints

Shades of #C0B4E9

#C0B4E9
(192,180,233)
#AFA4D4
(175,164,212)
#9E94BF
(158,148,191)
#8D84AA
(141,132,170)
#7C7495
(124,116,149)
#6B6480
(107,100,128)
#5A546B
(90,84,107)
#494456
(73,68,86)
#383441
(56,52,65)
#27242C
(39,36,44)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #C0B4E9

#C0B4E9
(192,180,233)
#C5BAEB
(197,186,235)
#CAC0ED
(202,192,237)
#CFC6EF
(207,198,239)
#D4CCF1
(212,204,241)
#D9D2F3
(217,210,243)
#DED8F5
(222,216,245)
#E3DEF7
(227,222,247)
#E8E4F9
(232,228,249)
#EDEAFB
(237,234,251)
#F2F0FD
(242,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B4E9; }

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

This text font color is #C0B4E9.


Background Color

.myBgColor { background-color: #C0B4E9; }

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

This div background color is #C0B4E9.


Border color

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

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

This div border color is #C0B4E9.


Opacity

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

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

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

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

This text has shadow with #C0B4E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B4E9 on black background.


Color preview on white background

This text has color #C0B4E9 on white background.



Black color preview on #C0B4E9 background

This text has black color on #C0B4E9 background.


White color preview on #C0B4E9 background

This text has white color on #C0B4E9 background.