COLOR #C0B6D2

HEX: #C0B6D2
RGB: (192,182,210)

Color info

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

RGB color model

#C0B6D2 color RGB value is (192,182,210).

  • red value is 192;
  • green value is 182;
  • blue value is 210.
RGB:
(192,182,210)
(75%,71%,82%)

RGB channels and saturation

R 192 of 255 = 75%
G 182 of 255 = 71%
B 210 of 255 = 82%

192
182
210

R + G + B ~ 76%. #C0B6D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 182 + 210 = 584 (100%)
R 192 of 584 ~ 32.88%
G 182 of 584 ~ 31.16%
B 210 of 584 ~ 35.96%

%32.88
%31.16
%35.96

CMYK color model

#C0B6D2 color CMYK value is (9,13,0,18).

  • cyan value is 8.57%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(9,13,0,18)
C9M13Y0K18 
(9%,13%,0%,18%)
(0.09/0.13/0.00/0.18)	

CMYK percentages

%8.57
%13.33
%0
%17.65

Codes

Color #C0B6D2 in popluar color models

C0B6D2
RGB192182210
HSL261°23.73%76.86%
HSB/HSV261°13.33%82.35%
CMYK8.57%13.33%0.00%
17.65%

Color #C0B6D2 in popluar number systems.

HEXC0B6D2
Decimal192182210
Binary110000001011011011010010
Octal300266322

Shades and tints

Shades of #C0B6D2

#C0B6D2
(192,182,210)
#AFA6BF
(175,166,191)
#9E96AC
(158,150,172)
#8D8699
(141,134,153)
#7C7686
(124,118,134)
#6B6673
(107,102,115)
#5A5660
(90,86,96)
#49464D
(73,70,77)
#38363A
(56,54,58)
#272627
(39,38,39)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #C0B6D2

#C0B6D2
(192,182,210)
#C5BCD6
(197,188,214)
#CAC2DA
(202,194,218)
#CFC8DE
(207,200,222)
#D4CEE2
(212,206,226)
#D9D4E6
(217,212,230)
#DEDAEA
(222,218,234)
#E3E0EE
(227,224,238)
#E8E6F2
(232,230,242)
#EDECF6
(237,236,246)
#F2F2FA
(242,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0B6D2 color. Also use rgb(192,182,210) instead hex code.

Text Font Color

.myTextColor { color: #C0B6D2; }

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

This text font color is #C0B6D2.


Background Color

.myBgColor { background-color: #C0B6D2; }

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

This div background color is #C0B6D2.


Border color

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

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

This div border color is #C0B6D2.


Opacity

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

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

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

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

This text has shadow with #C0B6D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B6D2 on black background.


Color preview on white background

This text has color #C0B6D2 on white background.



Black color preview on #C0B6D2 background

This text has black color on #C0B6D2 background.


White color preview on #C0B6D2 background

This text has white color on #C0B6D2 background.