COLOR #C0BBD9

HEX: #C0BBD9
RGB: (192,187,217)

Color info

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

RGB color model

#C0BBD9 color RGB value is (192,187,217).

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

RGB channels and saturation

R 192 of 255 = 75%
G 187 of 255 = 73%
B 217 of 255 = 85%

192
187
217

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

Portions of RGB colors in percentages

R + G + B =
192 + 187 + 217 = 596 (100%)
R 192 of 596 ~ 32.21%
G 187 of 596 ~ 31.38%
B 217 of 596 ~ 36.41%

%32.21
%31.38
%36.41

CMYK color model

#C0BBD9 color CMYK value is (12,14,0,15).

  • cyan value is 11.52%
  • magenta value is 13.82%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(12,14,0,15)
C12M14Y0K15 
(12%,14%,0%,15%)
(0.12/0.14/0.00/0.15)	

CMYK percentages

%11.52
%13.82
%0
%14.9

Codes

Color #C0BBD9 in popluar color models

C0BBD9
RGB192187217
HSL250°28.30%79.22%
HSB/HSV250°13.82%85.10%
CMYK11.52%13.82%0.00%
14.90%

Color #C0BBD9 in popluar number systems.

HEXC0BBD9
Decimal192187217
Binary110000001011101111011001
Octal300273331

Shades and tints

Shades of #C0BBD9

#C0BBD9
(192,187,217)
#AFAAC6
(175,170,198)
#9E99B3
(158,153,179)
#8D88A0
(141,136,160)
#7C778D
(124,119,141)
#6B667A
(107,102,122)
#5A5567
(90,85,103)
#494454
(73,68,84)
#383341
(56,51,65)
#27222E
(39,34,46)
#16111B
(22,17,27)
#000000
(0,0,0)

Tints of #C0BBD9

#C0BBD9
(192,187,217)
#C5C1DC
(197,193,220)
#CAC7DF
(202,199,223)
#CFCDE2
(207,205,226)
#D4D3E5
(212,211,229)
#D9D9E8
(217,217,232)
#DEDFEB
(222,223,235)
#E3E5EE
(227,229,238)
#E8EBF1
(232,235,241)
#EDF1F4
(237,241,244)
#F2F7F7
(242,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0BBD9; }

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

This text font color is #C0BBD9.


Background Color

.myBgColor { background-color: #C0BBD9; }

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

This div background color is #C0BBD9.


Border color

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

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

This div border color is #C0BBD9.


Opacity

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

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

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

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

This text has shadow with #C0BBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0BBD9 on black background.


Color preview on white background

This text has color #C0BBD9 on white background.



Black color preview on #C0BBD9 background

This text has black color on #C0BBD9 background.


White color preview on #C0BBD9 background

This text has white color on #C0BBD9 background.