COLOR #C1B2CA

HEX: #C1B2CA RGB: (193,178,202)

Color info

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

RGB color model

#C1B2CA color RGB value is (193,178,202).

RGB: (193,178,202) (76%, 70%, 79%)

RGB channels and saturation

R 193 of 255 = 76%
G 178 of 255 = 70%
B 202 of 255 = 79%

193
178
202

R + G + B ~ 75%. #C1B2CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 178 + 202 = 573 (100%)
R 193 of 573 ~ 33.68%
G 178 of 573 ~ 31.06%
B 202 of 573 ~ 35.25'%

%33.68
%31.06
%35.25

CMYK color model

#C1B2CA color CMYK value is (4,12,0,21).

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

CMYK: (4,12,0,21)
C4M12Y0K21 (4%, 12%, 0%, 21%)
(0.04 / 0.12 / 0.00 / 0.21)

CMYK percentages

%4.46
%11.88
%0
%20.78

Codes

Color #C1B2CA in popluar color models

C1 B2 CA
RGB 193 178 202
HSL 278° 18.46% 74.51%
HSB/HSV 278° 11.88% 79.22%
CMYK 4.46% 11.88% 0.00%
20.78%

Color #C1B2CA in popluar number systems.

HEX C1 B2 CA
Decimal 193 178 202
Binary 11000001 10110010 11001010
Octal 301 262 312

Shades and tints

Shades of #C1B2CA

#C1B2CA
(193,178,202)
#B0A2B8
(176,162,184)
#9F92A6
(159,146,166)
#8E8294
(142,130,148)
#7D7282
(125,114,130)
#6C6270
(108,98,112)
#5B525E
(91,82,94)
#4A424C
(74,66,76)
#39323A
(57,50,58)
#282228
(40,34,40)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #C1B2CA

#C1B2CA
(193,178,202)
#C6B9CE
(198,185,206)
#CBC0D2
(203,192,210)
#D0C7D6
(208,199,214)
#D5CEDA
(213,206,218)
#DAD5DE
(218,213,222)
#DFDCE2
(223,220,226)
#E4E3E6
(228,227,230)
#E9EAEA
(233,234,234)
#EEF1EE
(238,241,238)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B2CA; }

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

This text font color is #C1B2CA.

Background Color

.myBgColor { background-color: #C1B2CA; }

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

This div background color is #C1B2CA.

Border color

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

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

This div border color is #C1B2CA.

Opacity

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

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

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

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

This text has shadow with #C1B2CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1B2CA.

Preview

Color preview on black background

This text has color #C1B2CA on black background.


Color preview on white background

This text has color #C1B2CA on white background.


Black color preview on #C1B2CA background

This text has black color on #C1B2CA background.


White color preview on #C1B2CA background

This text has white color on #C1B2CA background.


Related colors

Complementary color

Complementary color for #hex is #3E4D35.


I love getcolorcode.com

Triadic colors

1 #CAC1B2 and #B2CAC1 with #C1B2CA are triadic colors.

2 #CAB2C1 and #B2C1CA with #C1B2CA are triadic colors.