COLOR #C5B9CA

HEX: #C5B9CA
RGB: (197,185,202)

Color info

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

RGB color model

#C5B9CA color RGB value is (197,185,202).

  • red value is 197;
  • green value is 185;
  • blue value is 202.
RGB:
(197,185,202)
(77%,73%,79%)

RGB channels and saturation

R 197 of 255 = 77%
G 185 of 255 = 73%
B 202 of 255 = 79%

197
185
202

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

Portions of RGB colors in percentages

R + G + B =
197 + 185 + 202 = 584 (100%)
R 197 of 584 ~ 33.73%
G 185 of 584 ~ 31.68%
B 202 of 584 ~ 34.59%

%33.73
%31.68
%34.59

CMYK color model

#C5B9CA color CMYK value is (2,8,0,21).

  • cyan value is 2.48%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(2,8,0,21)
C2M8Y0K21 
(2%,8%,0%,21%)
(0.02/0.08/0.00/0.21)	

CMYK percentages

%2.48
%8.42
%0
%20.78

Codes

Color #C5B9CA in popluar color models

C5B9CA
RGB197185202
HSL282°13.82%75.88%
HSB/HSV282°8.42%79.22%
CMYK2.48%8.42%0.00%
20.78%

Color #C5B9CA in popluar number systems.

HEXC5B9CA
Decimal197185202
Binary110001011011100111001010
Octal305271312

Shades and tints

Shades of #C5B9CA

#C5B9CA
(197,185,202)
#B4A9B8
(180,169,184)
#A399A6
(163,153,166)
#928994
(146,137,148)
#817982
(129,121,130)
#706970
(112,105,112)
#5F595E
(95,89,94)
#4E494C
(78,73,76)
#3D393A
(61,57,58)
#2C2928
(44,41,40)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #C5B9CA

#C5B9CA
(197,185,202)
#CABFCE
(202,191,206)
#CFC5D2
(207,197,210)
#D4CBD6
(212,203,214)
#D9D1DA
(217,209,218)
#DED7DE
(222,215,222)
#E3DDE2
(227,221,226)
#E8E3E6
(232,227,230)
#EDE9EA
(237,233,234)
#F2EFEE
(242,239,238)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B9CA; }

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

This text font color is #C5B9CA.


Background Color

.myBgColor { background-color: #C5B9CA; }

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

This div background color is #C5B9CA.


Border color

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

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

This div border color is #C5B9CA.


Opacity

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

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

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

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

This text has shadow with #C5B9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B9CA on black background.


Color preview on white background

This text has color #C5B9CA on white background.



Black color preview on #C5B9CA background

This text has black color on #C5B9CA background.


White color preview on #C5B9CA background

This text has white color on #C5B9CA background.