COLOR #C1B1DC

HEX: #C1B1DC
RGB: (193,177,220)

Color info

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

RGB color model

#C1B1DC color RGB value is (193,177,220).

  • red value is 193;
  • green value is 177;
  • blue value is 220.
RGB:
(193,177,220)
(76%,69%,86%)

RGB channels and saturation

R 193 of 255 = 76%
G 177 of 255 = 69%
B 220 of 255 = 86%

193
177
220

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

Portions of RGB colors in percentages

R + G + B =
193 + 177 + 220 = 590 (100%)
R 193 of 590 ~ 32.71%
G 177 of 590 ~ 30%
B 220 of 590 ~ 37.29%

%32.71
%30
%37.29

CMYK color model

#C1B1DC color CMYK value is (12,20,0,14).

  • cyan value is 12.27%
  • magenta value is 19.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(12,20,0,14)
C12M20Y0K14 
(12%,20%,0%,14%)
(0.12/0.20/0.00/0.14)	

CMYK percentages

%12.27
%19.55
%0
%13.73

Codes

Color #C1B1DC in popluar color models

C1B1DC
RGB193177220
HSL262°38.05%77.84%
HSB/HSV262°19.55%86.27%
CMYK12.27%19.55%0.00%
13.73%

Color #C1B1DC in popluar number systems.

HEXC1B1DC
Decimal193177220
Binary110000011011000111011100
Octal301261334

Shades and tints

Shades of #C1B1DC

#C1B1DC
(193,177,220)
#B0A1C8
(176,161,200)
#9F91B4
(159,145,180)
#8E81A0
(142,129,160)
#7D718C
(125,113,140)
#6C6178
(108,97,120)
#5B5164
(91,81,100)
#4A4150
(74,65,80)
#39313C
(57,49,60)
#282128
(40,33,40)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #C1B1DC

#C1B1DC
(193,177,220)
#C6B8DF
(198,184,223)
#CBBFE2
(203,191,226)
#D0C6E5
(208,198,229)
#D5CDE8
(213,205,232)
#DAD4EB
(218,212,235)
#DFDBEE
(223,219,238)
#E4E2F1
(228,226,241)
#E9E9F4
(233,233,244)
#EEF0F7
(238,240,247)
#F3F7FA
(243,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1B1DC color. Also use rgb(193,177,220) instead hex code.

Text Font Color

.myTextColor { color: #C1B1DC; }

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

This text font color is #C1B1DC.


Background Color

.myBgColor { background-color: #C1B1DC; }

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

This div background color is #C1B1DC.


Border color

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

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

This div border color is #C1B1DC.


Opacity

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

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

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

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

This text has shadow with #C1B1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B1DC on black background.


Color preview on white background

This text has color #C1B1DC on white background.



Black color preview on #C1B1DC background

This text has black color on #C1B1DC background.


White color preview on #C1B1DC background

This text has white color on #C1B1DC background.