COLOR #C0B6E4

HEX: #C0B6E4 RGB: (192,182,228)

Color info

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

RGB color model

#C0B6E4 color RGB value is (192,182,228).

RGB: (192,182,228) (75%, 71%, 89%)

RGB channels and saturation

R 192 of 255 = 75%
G 182 of 255 = 71%
B 228 of 255 = 89%

192
182
228

R + G + B ~ 78%. #C0B6E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 182 + 228 = 602 (100%)
R 192 of 602 ~ 31.89%
G 182 of 602 ~ 30.23%
B 228 of 602 ~ 37.87'%

%31.89
%30.23
%37.87

CMYK color model

#C0B6E4 color CMYK value is (16,20,0,11).

  • cyan value is 15.79%
  • magenta value is 20.18%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (16,20,0,11)
C16M20Y0K11 (16%, 20%, 0%, 11%)
(0.16 / 0.20 / 0.00 / 0.11)

CMYK percentages

%15.79
%20.18
%0
%10.59

Codes

Color #C0B6E4 in popluar color models

C0 B6 E4
RGB 192 182 228
HSL 253° 46.00% 80.39%
HSB/HSV 253° 20.18% 89.41%
CMYK 15.79% 20.18% 0.00%
10.59%

Color #C0B6E4 in popluar number systems.

HEX C0 B6 E4
Decimal 192 182 228
Binary 11000000 10110110 11100100
Octal 300 266 344

Shades and tints

Shades of #C0B6E4

#C0B6E4
(192,182,228)
#AFA6D0
(175,166,208)
#9E96BC
(158,150,188)
#8D86A8
(141,134,168)
#7C7694
(124,118,148)
#6B6680
(107,102,128)
#5A566C
(90,86,108)
#494658
(73,70,88)
#383644
(56,54,68)
#272630
(39,38,48)
#16161C
(22,22,28)
#000000
(0,0,0)

Tints of #C0B6E4

#C0B6E4
(192,182,228)
#C5BCE6
(197,188,230)
#CAC2E8
(202,194,232)
#CFC8EA
(207,200,234)
#D4CEEC
(212,206,236)
#D9D4EE
(217,212,238)
#DEDAF0
(222,218,240)
#E3E0F2
(227,224,242)
#E8E6F4
(232,230,244)
#EDECF6
(237,236,246)
#F2F2F8
(242,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B6E4; }

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

This text font color is #C0B6E4.

Background Color

.myBgColor { background-color: #C0B6E4; }

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

This div background color is #C0B6E4.

Border color

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

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

This div border color is #C0B6E4.

Opacity

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

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

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

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

This text has shadow with #C0B6E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0B6E4.

Preview

Color preview on black background

This text has color #C0B6E4 on black background.


Color preview on white background

This text has color #C0B6E4 on white background.


Black color preview on #C0B6E4 background

This text has black color on #C0B6E4 background.


White color preview on #C0B6E4 background

This text has white color on #C0B6E4 background.


Related colors

Complementary color

Complementary color for #hex is #3F491B.


I love getcolorcode.com

Triadic colors

1 #E4C0B6 and #B6E4C0 with #C0B6E4 are triadic colors.

2 #E4B6C0 and #B6C0E4 with #C0B6E4 are triadic colors.