COLOR #C0BBD7

HEX: #C0BBD7
RGB: (192,187,215)

Color info

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

RGB color model

#C0BBD7 color RGB value is (192,187,215).

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

RGB channels and saturation

R 192 of 255 = 75%
G 187 of 255 = 73%
B 215 of 255 = 84%

192
187
215

R + G + B ~ 77%. #C0BBD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 187 + 215 = 594 (100%)
R 192 of 594 ~ 32.32%
G 187 of 594 ~ 31.48%
B 215 of 594 ~ 36.2%

%32.32
%31.48
%36.2

CMYK color model

#C0BBD7 color CMYK value is (11,13,0,16).

  • cyan value is 10.70%
  • magenta value is 13.02%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(11,13,0,16)
C11M13Y0K16 
(11%,13%,0%,16%)
(0.11/0.13/0.00/0.16)	

CMYK percentages

%10.7
%13.02
%0
%15.69

Codes

Color #C0BBD7 in popluar color models

C0BBD7
RGB192187215
HSL251°25.93%78.82%
HSB/HSV251°13.02%84.31%
CMYK10.70%13.02%0.00%
15.69%

Color #C0BBD7 in popluar number systems.

HEXC0BBD7
Decimal192187215
Binary110000001011101111010111
Octal300273327

Shades and tints

Shades of #C0BBD7

#C0BBD7
(192,187,215)
#AFAAC4
(175,170,196)
#9E99B1
(158,153,177)
#8D889E
(141,136,158)
#7C778B
(124,119,139)
#6B6678
(107,102,120)
#5A5565
(90,85,101)
#494452
(73,68,82)
#38333F
(56,51,63)
#27222C
(39,34,44)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #C0BBD7

#C0BBD7
(192,187,215)
#C5C1DA
(197,193,218)
#CAC7DD
(202,199,221)
#CFCDE0
(207,205,224)
#D4D3E3
(212,211,227)
#D9D9E6
(217,217,230)
#DEDFE9
(222,223,233)
#E3E5EC
(227,229,236)
#E8EBEF
(232,235,239)
#EDF1F2
(237,241,242)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0BBD7; }

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

This text font color is #C0BBD7.


Background Color

.myBgColor { background-color: #C0BBD7; }

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

This div background color is #C0BBD7.


Border color

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

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

This div border color is #C0BBD7.


Opacity

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

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

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

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

This text has shadow with #C0BBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0BBD7 on black background.


Color preview on white background

This text has color #C0BBD7 on white background.



Black color preview on #C0BBD7 background

This text has black color on #C0BBD7 background.


White color preview on #C0BBD7 background

This text has white color on #C0BBD7 background.