COLOR #C1B9DE

HEX: #C1B9DE RGB: (193,185,222)

Color info

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

RGB color model

#C1B9DE color RGB value is (193,185,222).

RGB: (193,185,222) (76%, 73%, 87%)

RGB channels and saturation

R 193 of 255 = 76%
G 185 of 255 = 73%
B 222 of 255 = 87%

193
185
222

R + G + B ~ 79%. #C1B9DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 185 + 222 = 600 (100%)
R 193 of 600 ~ 32.17%
G 185 of 600 ~ 30.83%
B 222 of 600 ~ 37'%

%32.17
%30.83
%37

CMYK color model

#C1B9DE color CMYK value is (13,17,0,13).

  • cyan value is 13.06%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (13,17,0,13)
C13M17Y0K13 (13%, 17%, 0%, 13%)
(0.13 / 0.17 / 0.00 / 0.13)

CMYK percentages

%13.06
%16.67
%0
%12.94

Codes

Color #C1B9DE in popluar color models

C1 B9 DE
RGB 193 185 222
HSL 253° 35.92% 79.80%
HSB/HSV 253° 16.67% 87.06%
CMYK 13.06% 16.67% 0.00%
12.94%

Color #C1B9DE in popluar number systems.

HEX C1 B9 DE
Decimal 193 185 222
Binary 11000001 10111001 11011110
Octal 301 271 336

Shades and tints

Shades of #C1B9DE

#C1B9DE
(193,185,222)
#B0A9CA
(176,169,202)
#9F99B6
(159,153,182)
#8E89A2
(142,137,162)
#7D798E
(125,121,142)
#6C697A
(108,105,122)
#5B5966
(91,89,102)
#4A4952
(74,73,82)
#39393E
(57,57,62)
#28292A
(40,41,42)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #C1B9DE

#C1B9DE
(193,185,222)
#C6BFE1
(198,191,225)
#CBC5E4
(203,197,228)
#D0CBE7
(208,203,231)
#D5D1EA
(213,209,234)
#DAD7ED
(218,215,237)
#DFDDF0
(223,221,240)
#E4E3F3
(228,227,243)
#E9E9F6
(233,233,246)
#EEEFF9
(238,239,249)
#F3F5FC
(243,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B9DE; }

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

This text font color is #C1B9DE.

Background Color

.myBgColor { background-color: #C1B9DE; }

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

This div background color is #C1B9DE.

Border color

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

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

This div border color is #C1B9DE.

Opacity

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

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

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

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

This text has shadow with #C1B9DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1B9DE.

Preview

Color preview on black background

This text has color #C1B9DE on black background.


Color preview on white background

This text has color #C1B9DE on white background.


Black color preview on #C1B9DE background

This text has black color on #C1B9DE background.


White color preview on #C1B9DE background

This text has white color on #C1B9DE background.


Related colors

Complementary color

Complementary color for #hex is #3E4621.


I love getcolorcode.com

Triadic colors

1 #DEC1B9 and #B9DEC1 with #C1B9DE are triadic colors.

2 #DEB9C1 and #B9C1DE with #C1B9DE are triadic colors.