COLOR #C1B1DB

HEX: #C1B1DB
RGB: (193,177,219)

Color info

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

RGB color model

#C1B1DB color RGB value is (193,177,219).

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

RGB channels and saturation

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

193
177
219

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

Portions of RGB colors in percentages

R + G + B =
193 + 177 + 219 = 589 (100%)
R 193 of 589 ~ 32.77%
G 177 of 589 ~ 30.05%
B 219 of 589 ~ 37.18%

%32.77
%30.05
%37.18

CMYK color model

#C1B1DB color CMYK value is (12,19,0,14).

  • cyan value is 11.87%
  • magenta value is 19.18%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(12,19,0,14)
C12M19Y0K14 
(12%,19%,0%,14%)
(0.12/0.19/0.00/0.14)	

CMYK percentages

%11.87
%19.18
%0
%14.12

Codes

Color #C1B1DB in popluar color models

C1B1DB
RGB193177219
HSL263°36.84%77.65%
HSB/HSV263°19.18%85.88%
CMYK11.87%19.18%0.00%
14.12%

Color #C1B1DB in popluar number systems.

HEXC1B1DB
Decimal193177219
Binary110000011011000111011011
Octal301261333

Shades and tints

Shades of #C1B1DB

#C1B1DB
(193,177,219)
#B0A1C8
(176,161,200)
#9F91B5
(159,145,181)
#8E81A2
(142,129,162)
#7D718F
(125,113,143)
#6C617C
(108,97,124)
#5B5169
(91,81,105)
#4A4156
(74,65,86)
#393143
(57,49,67)
#282130
(40,33,48)
#17111D
(23,17,29)
#000000
(0,0,0)

Tints of #C1B1DB

#C1B1DB
(193,177,219)
#C6B8DE
(198,184,222)
#CBBFE1
(203,191,225)
#D0C6E4
(208,198,228)
#D5CDE7
(213,205,231)
#DAD4EA
(218,212,234)
#DFDBED
(223,219,237)
#E4E2F0
(228,226,240)
#E9E9F3
(233,233,243)
#EEF0F6
(238,240,246)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B1DB; }

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

This text font color is #C1B1DB.


Background Color

.myBgColor { background-color: #C1B1DB; }

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

This div background color is #C1B1DB.


Border color

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

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

This div border color is #C1B1DB.


Opacity

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

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

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

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

This text has shadow with #C1B1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B1DB on black background.


Color preview on white background

This text has color #C1B1DB on white background.



Black color preview on #C1B1DB background

This text has black color on #C1B1DB background.


White color preview on #C1B1DB background

This text has white color on #C1B1DB background.