COLOR #C1B9DC

HEX: #C1B9DC
RGB: (193,185,220)

Color info

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

RGB color model

#C1B9DC color RGB value is (193,185,220).

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

RGB channels and saturation

R 193 of 255 = 76%
G 185 of 255 = 73%
B 220 of 255 = 86%

193
185
220

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

Portions of RGB colors in percentages

R + G + B =
193 + 185 + 220 = 598 (100%)
R 193 of 598 ~ 32.27%
G 185 of 598 ~ 30.94%
B 220 of 598 ~ 36.79%

%32.27
%30.94
%36.79

CMYK color model

#C1B9DC color CMYK value is (12,16,0,14).

  • cyan value is 12.27%
  • magenta value is 15.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(12,16,0,14)
C12M16Y0K14 
(12%,16%,0%,14%)
(0.12/0.16/0.00/0.14)	

CMYK percentages

%12.27
%15.91
%0
%13.73

Codes

Color #C1B9DC in popluar color models

C1B9DC
RGB193185220
HSL254°33.33%79.41%
HSB/HSV254°15.91%86.27%
CMYK12.27%15.91%0.00%
13.73%

Color #C1B9DC in popluar number systems.

HEXC1B9DC
Decimal193185220
Binary110000011011100111011100
Octal301271334

Shades and tints

Shades of #C1B9DC

#C1B9DC
(193,185,220)
#B0A9C8
(176,169,200)
#9F99B4
(159,153,180)
#8E89A0
(142,137,160)
#7D798C
(125,121,140)
#6C6978
(108,105,120)
#5B5964
(91,89,100)
#4A4950
(74,73,80)
#39393C
(57,57,60)
#282928
(40,41,40)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #C1B9DC

#C1B9DC
(193,185,220)
#C6BFDF
(198,191,223)
#CBC5E2
(203,197,226)
#D0CBE5
(208,203,229)
#D5D1E8
(213,209,232)
#DAD7EB
(218,215,235)
#DFDDEE
(223,221,238)
#E4E3F1
(228,227,241)
#E9E9F4
(233,233,244)
#EEEFF7
(238,239,247)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B9DC; }

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

This text font color is #C1B9DC.


Background Color

.myBgColor { background-color: #C1B9DC; }

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

This div background color is #C1B9DC.


Border color

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

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

This div border color is #C1B9DC.


Opacity

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

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

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

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

This text has shadow with #C1B9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B9DC on black background.


Color preview on white background

This text has color #C1B9DC on white background.



Black color preview on #C1B9DC background

This text has black color on #C1B9DC background.


White color preview on #C1B9DC background

This text has white color on #C1B9DC background.