COLOR #C0B6EB

HEX: #C0B6EB RGB: (192,182,235)

Color info

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

RGB color model

#C0B6EB color RGB value is (192,182,235).

RGB: (192,182,235) (75%, 71%, 92%)

RGB channels and saturation

R 192 of 255 = 75%
G 182 of 255 = 71%
B 235 of 255 = 92%

192
182
235

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

Portions of RGB colors in percentages

R + G + B = 192 + 182 + 235 = 609 (100%)
R 192 of 609 ~ 31.53%
G 182 of 609 ~ 29.89%
B 235 of 609 ~ 38.59'%

%31.53
%29.89
%38.59

CMYK color model

#C0B6EB color CMYK value is (18,23,0,8).

  • cyan value is 18.30%
  • magenta value is 22.55%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (18,23,0,8)
C18M23Y0K8 (18%, 23%, 0%, 8%)
(0.18 / 0.23 / 0.00 / 0.08)

CMYK percentages

%18.3
%22.55
%0
%7.84

Codes

Color #C0B6EB in popluar color models

C0 B6 EB
RGB 192 182 235
HSL 251° 56.99% 81.76%
HSB/HSV 251° 22.55% 92.16%
CMYK 18.30% 22.55% 0.00%
7.84%

Color #C0B6EB in popluar number systems.

HEX C0 B6 EB
Decimal 192 182 235
Binary 11000000 10110110 11101011
Octal 300 266 353

Shades and tints

Shades of #C0B6EB

#C0B6EB
(192,182,235)
#AFA6D6
(175,166,214)
#9E96C1
(158,150,193)
#8D86AC
(141,134,172)
#7C7697
(124,118,151)
#6B6682
(107,102,130)
#5A566D
(90,86,109)
#494658
(73,70,88)
#383643
(56,54,67)
#27262E
(39,38,46)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #C0B6EB

#C0B6EB
(192,182,235)
#C5BCEC
(197,188,236)
#CAC2ED
(202,194,237)
#CFC8EE
(207,200,238)
#D4CEEF
(212,206,239)
#D9D4F0
(217,212,240)
#DEDAF1
(222,218,241)
#E3E0F2
(227,224,242)
#E8E6F3
(232,230,243)
#EDECF4
(237,236,244)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B6EB; }

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

This text font color is #C0B6EB.

Background Color

.myBgColor { background-color: #C0B6EB; }

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

This div background color is #C0B6EB.

Border color

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

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

This div border color is #C0B6EB.

Opacity

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

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

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

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

This text has shadow with #C0B6EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0B6EB.

Preview

Color preview on black background

This text has color #C0B6EB on black background.


Color preview on white background

This text has color #C0B6EB on white background.


Black color preview on #C0B6EB background

This text has black color on #C0B6EB background.


White color preview on #C0B6EB background

This text has white color on #C0B6EB background.


Related colors

Complementary color

Complementary color for #hex is #3F4914.


I love getcolorcode.com

Triadic colors

1 #EBC0B6 and #B6EBC0 with #C0B6EB are triadic colors.

2 #EBB6C0 and #B6C0EB with #C0B6EB are triadic colors.