COLOR #C1B9CA

HEX: #C1B9CA RGB: (193,185,202)

Color info

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

RGB color model

#C1B9CA color RGB value is (193,185,202).

RGB: (193,185,202) (76%, 73%, 79%)

RGB channels and saturation

R 193 of 255 = 76%
G 185 of 255 = 73%
B 202 of 255 = 79%

193
185
202

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

Portions of RGB colors in percentages

R + G + B = 193 + 185 + 202 = 580 (100%)
R 193 of 580 ~ 33.28%
G 185 of 580 ~ 31.9%
B 202 of 580 ~ 34.83'%

%33.28
%31.9
%34.83

CMYK color model

#C1B9CA color CMYK value is (4,8,0,21).

  • cyan value is 4.46%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (4,8,0,21)
C4M8Y0K21 (4%, 8%, 0%, 21%)
(0.04 / 0.08 / 0.00 / 0.21)

CMYK percentages

%4.46
%8.42
%0
%20.78

Codes

Color #C1B9CA in popluar color models

C1 B9 CA
RGB 193 185 202
HSL 268° 13.82% 75.88%
HSB/HSV 268° 8.42% 79.22%
CMYK 4.46% 8.42% 0.00%
20.78%

Color #C1B9CA in popluar number systems.

HEX C1 B9 CA
Decimal 193 185 202
Binary 11000001 10111001 11001010
Octal 301 271 312

Shades and tints

Shades of #C1B9CA

#C1B9CA
(193,185,202)
#B0A9B8
(176,169,184)
#9F99A6
(159,153,166)
#8E8994
(142,137,148)
#7D7982
(125,121,130)
#6C6970
(108,105,112)
#5B595E
(91,89,94)
#4A494C
(74,73,76)
#39393A
(57,57,58)
#282928
(40,41,40)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #C1B9CA

#C1B9CA
(193,185,202)
#C6BFCE
(198,191,206)
#CBC5D2
(203,197,210)
#D0CBD6
(208,203,214)
#D5D1DA
(213,209,218)
#DAD7DE
(218,215,222)
#DFDDE2
(223,221,226)
#E4E3E6
(228,227,230)
#E9E9EA
(233,233,234)
#EEEFEE
(238,239,238)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B9CA; }

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

This text font color is #C1B9CA.

Background Color

.myBgColor { background-color: #C1B9CA; }

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

This div background color is #C1B9CA.

Border color

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

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

This div border color is #C1B9CA.

Opacity

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

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

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

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

This text has shadow with #C1B9CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1B9CA.

Preview

Color preview on black background

This text has color #C1B9CA on black background.


Color preview on white background

This text has color #C1B9CA on white background.


Black color preview on #C1B9CA background

This text has black color on #C1B9CA background.


White color preview on #C1B9CA background

This text has white color on #C1B9CA background.


Related colors

Complementary color

Complementary color for #hex is #3E4635.


I love getcolorcode.com

Triadic colors

1 #CAC1B9 and #B9CAC1 with #C1B9CA are triadic colors.

2 #CAB9C1 and #B9C1CA with #C1B9CA are triadic colors.