COLOR #C2B5CA

HEX: #C2B5CA
RGB: (194,181,202)

Color info

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

RGB color model

#C2B5CA color RGB value is (194,181,202).

  • red value is 194;
  • green value is 181;
  • blue value is 202.
RGB:
(194,181,202)
(76%,71%,79%)

RGB channels and saturation

R 194 of 255 = 76%
G 181 of 255 = 71%
B 202 of 255 = 79%

194
181
202

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

Portions of RGB colors in percentages

R + G + B =
194 + 181 + 202 = 577 (100%)
R 194 of 577 ~ 33.62%
G 181 of 577 ~ 31.37%
B 202 of 577 ~ 35.01%

%33.62
%31.37
%35.01

CMYK color model

#C2B5CA color CMYK value is (4,10,0,21).

  • cyan value is 3.96%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(4,10,0,21)
C4M10Y0K21 
(4%,10%,0%,21%)
(0.04/0.10/0.00/0.21)	

CMYK percentages

%3.96
%10.4
%0
%20.78

Codes

Color #C2B5CA in popluar color models

C2B5CA
RGB194181202
HSL277°16.54%75.10%
HSB/HSV277°10.40%79.22%
CMYK3.96%10.40%0.00%
20.78%

Color #C2B5CA in popluar number systems.

HEXC2B5CA
Decimal194181202
Binary110000101011010111001010
Octal302265312

Shades and tints

Shades of #C2B5CA

#C2B5CA
(194,181,202)
#B1A5B8
(177,165,184)
#A095A6
(160,149,166)
#8F8594
(143,133,148)
#7E7582
(126,117,130)
#6D6570
(109,101,112)
#5C555E
(92,85,94)
#4B454C
(75,69,76)
#3A353A
(58,53,58)
#292528
(41,37,40)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #C2B5CA

#C2B5CA
(194,181,202)
#C7BBCE
(199,187,206)
#CCC1D2
(204,193,210)
#D1C7D6
(209,199,214)
#D6CDDA
(214,205,218)
#DBD3DE
(219,211,222)
#E0D9E2
(224,217,226)
#E5DFE6
(229,223,230)
#EAE5EA
(234,229,234)
#EFEBEE
(239,235,238)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B5CA color. Also use rgb(194,181,202) instead hex code.

Text Font Color

.myTextColor { color: #C2B5CA; }

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

This text font color is #C2B5CA.


Background Color

.myBgColor { background-color: #C2B5CA; }

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

This div background color is #C2B5CA.


Border color

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

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

This div border color is #C2B5CA.


Opacity

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

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

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

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

This text has shadow with #C2B5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B5CA on black background.


Color preview on white background

This text has color #C2B5CA on white background.



Black color preview on #C2B5CA background

This text has black color on #C2B5CA background.


White color preview on #C2B5CA background

This text has white color on #C2B5CA background.