COLOR #C0B1DA

HEX: #C0B1DA
RGB: (192,177,218)

Color info

#C0B1DA contains red, green and blue colors in about the same proportion. Web safe color of #C0B1DA is #CC99CC (or #C9C).

RGB color model

#C0B1DA color RGB value is (192,177,218).

  • red value is 192;
  • green value is 177;
  • blue value is 218.
RGB:
(192,177,218)
(75%,69%,85%)

RGB channels and saturation

R 192 of 255 = 75%
G 177 of 255 = 69%
B 218 of 255 = 85%

192
177
218

R + G + B ~ 76%. #C0B1DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 177 + 218 = 587 (100%)
R 192 of 587 ~ 32.71%
G 177 of 587 ~ 30.15%
B 218 of 587 ~ 37.14%

%32.71
%30.15
%37.14

CMYK color model

#C0B1DA color CMYK value is (12,19,0,15).

  • cyan value is 11.93%
  • magenta value is 18.81%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(12,19,0,15)
C12M19Y0K15 
(12%,19%,0%,15%)
(0.12/0.19/0.00/0.15)	

CMYK percentages

%11.93
%18.81
%0
%14.51

Codes

Color #C0B1DA in popluar color models

C0B1DA
RGB192177218
HSL262°35.65%77.45%
HSB/HSV262°18.81%85.49%
CMYK11.93%18.81%0.00%
14.51%

Color #C0B1DA in popluar number systems.

HEXC0B1DA
Decimal192177218
Binary110000001011000111011010
Octal300261332

Shades and tints

Shades of #C0B1DA

#C0B1DA
(192,177,218)
#AFA1C7
(175,161,199)
#9E91B4
(158,145,180)
#8D81A1
(141,129,161)
#7C718E
(124,113,142)
#6B617B
(107,97,123)
#5A5168
(90,81,104)
#494155
(73,65,85)
#383142
(56,49,66)
#27212F
(39,33,47)
#16111C
(22,17,28)
#000000
(0,0,0)

Tints of #C0B1DA

#C0B1DA
(192,177,218)
#C5B8DD
(197,184,221)
#CABFE0
(202,191,224)
#CFC6E3
(207,198,227)
#D4CDE6
(212,205,230)
#D9D4E9
(217,212,233)
#DEDBEC
(222,219,236)
#E3E2EF
(227,226,239)
#E8E9F2
(232,233,242)
#EDF0F5
(237,240,245)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0B1DA color. Also use rgb(192,177,218) instead hex code.

Text Font Color

.myTextColor { color: #C0B1DA; }

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

This text font color is #C0B1DA.


Background Color

.myBgColor { background-color: #C0B1DA; }

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

This div background color is #C0B1DA.


Border color

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

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

This div border color is #C0B1DA.


Opacity

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

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

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

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

This text has shadow with #C0B1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B1DA on black background.


Color preview on white background

This text has color #C0B1DA on white background.



Black color preview on #C0B1DA background

This text has black color on #C0B1DA background.


White color preview on #C0B1DA background

This text has white color on #C0B1DA background.