COLOR #C0BBF6

HEX: #C0BBF6 RGB: (192,187,246)

Color info

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

RGB color model

#C0BBF6 color RGB value is (192,187,246).

RGB: (192,187,246) (75%, 73%, 96%)

RGB channels and saturation

R 192 of 255 = 75%
G 187 of 255 = 73%
B 246 of 255 = 96%

192
187
246

R + G + B ~ 81%. #C0BBF6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 187 + 246 = 625 (100%)
R 192 of 625 ~ 30.72%
G 187 of 625 ~ 29.92%
B 246 of 625 ~ 39.36'%

%30.72
%29.92
%39.36

CMYK color model

#C0BBF6 color CMYK value is (22,24,0,4).

  • cyan value is 21.95%
  • magenta value is 23.98%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK: (22,24,0,4) C22M24Y0K4 (22%,24%,0%,4%) (0.22/0.24/0.00/0.04) 

CMYK percentages

%21.95
%23.98
%0
%3.53

Codes

Color #C0BBF6 in popluar color models

C0 BB F6
RGB 192 187 246
HSL 245° 76.62% 84.90%
HSB/HSV 245° 23.98% 96.47%
CMYK 21.95% 23.98% 0.00%
3.53%

Color #C0BBF6 in popluar number systems.

HEX C0 BB F6
Decimal 192 187 246
Binary 11000000 10111011 11110110
Octal 300 273 366

Shades and tints

Shades of #C0BBF6

#C0BBF6
(192,187,246)
#AFAAE0
(175,170,224)
#9E99CA
(158,153,202)
#8D88B4
(141,136,180)
#7C779E
(124,119,158)
#6B6688
(107,102,136)
#5A5572
(90,85,114)
#49445C
(73,68,92)
#383346
(56,51,70)
#272230
(39,34,48)
#16111A
(22,17,26)
#000000
(0,0,0)

Tints of #C0BBF6

#C0BBF6
(192,187,246)
#C5C1F6
(197,193,246)
#CAC7F6
(202,199,246)
#CFCDF6
(207,205,246)
#D4D3F6
(212,211,246)
#D9D9F6
(217,217,246)
#DEDFF6
(222,223,246)
#E3E5F6
(227,229,246)
#E8EBF6
(232,235,246)
#EDF1F6
(237,241,246)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0BBF6; }

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

This text font color is #C0BBF6.

Background Color

.myBgColor { background-color: #C0BBF6; }

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

This div background color is #C0BBF6.

Border color

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

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

This div border color is #C0BBF6.

Opacity

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

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

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

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

This text has shadow with #C0BBF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0BBF6.

Preview

Color preview on black background

This text has color #C0BBF6 on black background.


Color preview on white background

This text has color #C0BBF6 on white background.


Black color preview on #C0BBF6 background

This text has black color on #C0BBF6 background.


White color preview on #C0BBF6 background

This text has white color on #C0BBF6 background.


Related colors

Complementary color

Complementary color for #hex is #3F4409.


I love getcolorcode.com

Triadic colors

1 #F6C0BB and #BBF6C0 with #C0BBF6 are triadic colors.

2 #F6BBC0 and #BBC0F6 with #C0BBF6 are triadic colors.