COLOR #C0BBE2

HEX: #C0BBE2
RGB: (192,187,226)

Color info

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

RGB color model

#C0BBE2 color RGB value is (192,187,226).

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

RGB channels and saturation

R 192 of 255 = 75%
G 187 of 255 = 73%
B 226 of 255 = 89%

192
187
226

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

Portions of RGB colors in percentages

R + G + B =
192 + 187 + 226 = 605 (100%)
R 192 of 605 ~ 31.74%
G 187 of 605 ~ 30.91%
B 226 of 605 ~ 37.36%

%31.74
%30.91
%37.36

CMYK color model

#C0BBE2 color CMYK value is (15,17,0,11).

  • cyan value is 15.04%
  • magenta value is 17.26%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(15,17,0,11)
C15M17Y0K11 
(15%,17%,0%,11%)
(0.15/0.17/0.00/0.11)	

CMYK percentages

%15.04
%17.26
%0
%11.37

Codes

Color #C0BBE2 in popluar color models

C0BBE2
RGB192187226
HSL248°40.21%80.98%
HSB/HSV248°17.26%88.63%
CMYK15.04%17.26%0.00%
11.37%

Color #C0BBE2 in popluar number systems.

HEXC0BBE2
Decimal192187226
Binary110000001011101111100010
Octal300273342

Shades and tints

Shades of #C0BBE2

#C0BBE2
(192,187,226)
#AFAACE
(175,170,206)
#9E99BA
(158,153,186)
#8D88A6
(141,136,166)
#7C7792
(124,119,146)
#6B667E
(107,102,126)
#5A556A
(90,85,106)
#494456
(73,68,86)
#383342
(56,51,66)
#27222E
(39,34,46)
#16111A
(22,17,26)
#000000
(0,0,0)

Tints of #C0BBE2

#C0BBE2
(192,187,226)
#C5C1E4
(197,193,228)
#CAC7E6
(202,199,230)
#CFCDE8
(207,205,232)
#D4D3EA
(212,211,234)
#D9D9EC
(217,217,236)
#DEDFEE
(222,223,238)
#E3E5F0
(227,229,240)
#E8EBF2
(232,235,242)
#EDF1F4
(237,241,244)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0BBE2; }

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

This text font color is #C0BBE2.


Background Color

.myBgColor { background-color: #C0BBE2; }

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

This div background color is #C0BBE2.


Border color

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

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

This div border color is #C0BBE2.


Opacity

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

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

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

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

This text has shadow with #C0BBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0BBE2 on black background.


Color preview on white background

This text has color #C0BBE2 on white background.



Black color preview on #C0BBE2 background

This text has black color on #C0BBE2 background.


White color preview on #C0BBE2 background

This text has white color on #C0BBE2 background.