COLOR #C0BBE5

HEX: #C0BBE5
RGB: (192,187,229)

Color info

#C0BBE5 contains red, green and blue colors in about the same proportion. Web safe color of #C0BBE5 is #CCCCCC (or #CCC).

RGB color model

#C0BBE5 color RGB value is (192,187,229).

  • red value is 192;
  • green value is 187;
  • blue value is 229.
RGB:
(192,187,229)
(75%,73%,90%)

RGB channels and saturation

R 192 of 255 = 75%
G 187 of 255 = 73%
B 229 of 255 = 90%

192
187
229

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

Portions of RGB colors in percentages

R + G + B =
192 + 187 + 229 = 608 (100%)
R 192 of 608 ~ 31.58%
G 187 of 608 ~ 30.76%
B 229 of 608 ~ 37.66%

%31.58
%30.76
%37.66

CMYK color model

#C0BBE5 color CMYK value is (16,18,0,10).

  • cyan value is 16.16%
  • magenta value is 18.34%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(16,18,0,10)
C16M18Y0K10 
(16%,18%,0%,10%)
(0.16/0.18/0.00/0.10)	

CMYK percentages

%16.16
%18.34
%0
%10.2

Codes

Color #C0BBE5 in popluar color models

C0BBE5
RGB192187229
HSL247°44.68%81.57%
HSB/HSV247°18.34%89.80%
CMYK16.16%18.34%0.00%
10.20%

Color #C0BBE5 in popluar number systems.

HEXC0BBE5
Decimal192187229
Binary110000001011101111100101
Octal300273345

Shades and tints

Shades of #C0BBE5

#C0BBE5
(192,187,229)
#AFAAD1
(175,170,209)
#9E99BD
(158,153,189)
#8D88A9
(141,136,169)
#7C7795
(124,119,149)
#6B6681
(107,102,129)
#5A556D
(90,85,109)
#494459
(73,68,89)
#383345
(56,51,69)
#272231
(39,34,49)
#16111D
(22,17,29)
#000000
(0,0,0)

Tints of #C0BBE5

#C0BBE5
(192,187,229)
#C5C1E7
(197,193,231)
#CAC7E9
(202,199,233)
#CFCDEB
(207,205,235)
#D4D3ED
(212,211,237)
#D9D9EF
(217,217,239)
#DEDFF1
(222,223,241)
#E3E5F3
(227,229,243)
#E8EBF5
(232,235,245)
#EDF1F7
(237,241,247)
#F2F7F9
(242,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0BBE5 color. Also use rgb(192,187,229) instead hex code.

Text Font Color

.myTextColor { color: #C0BBE5; }

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

This text font color is #C0BBE5.


Background Color

.myBgColor { background-color: #C0BBE5; }

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

This div background color is #C0BBE5.


Border color

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

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

This div border color is #C0BBE5.


Opacity

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

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

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

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

This text has shadow with #C0BBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0BBE5 on black background.


Color preview on white background

This text has color #C0BBE5 on white background.



Black color preview on #C0BBE5 background

This text has black color on #C0BBE5 background.


White color preview on #C0BBE5 background

This text has white color on #C0BBE5 background.