COLOR #C5B9CC

HEX: #C5B9CC
RGB: (197,185,204)

Color info

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

RGB color model

#C5B9CC color RGB value is (197,185,204).

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

RGB channels and saturation

R 197 of 255 = 77%
G 185 of 255 = 73%
B 204 of 255 = 80%

197
185
204

R + G + B ~ 77%. #C5B9CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 185 + 204 = 586 (100%)
R 197 of 586 ~ 33.62%
G 185 of 586 ~ 31.57%
B 204 of 586 ~ 34.81%

%33.62
%31.57
%34.81

CMYK color model

#C5B9CC color CMYK value is (3,9,0,20).

  • cyan value is 3.43%
  • magenta value is 9.31%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(3,9,0,20)
C3M9Y0K20 
(3%,9%,0%,20%)
(0.03/0.09/0.00/0.20)	

CMYK percentages

%3.43
%9.31
%0
%20

Codes

Color #C5B9CC in popluar color models

C5B9CC
RGB197185204
HSL278°15.70%76.27%
HSB/HSV278°9.31%80.00%
CMYK3.43%9.31%0.00%
20.00%

Color #C5B9CC in popluar number systems.

HEXC5B9CC
Decimal197185204
Binary110001011011100111001100
Octal305271314

Shades and tints

Shades of #C5B9CC

#C5B9CC
(197,185,204)
#B4A9BA
(180,169,186)
#A399A8
(163,153,168)
#928996
(146,137,150)
#817984
(129,121,132)
#706972
(112,105,114)
#5F5960
(95,89,96)
#4E494E
(78,73,78)
#3D393C
(61,57,60)
#2C292A
(44,41,42)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #C5B9CC

#C5B9CC
(197,185,204)
#CABFD0
(202,191,208)
#CFC5D4
(207,197,212)
#D4CBD8
(212,203,216)
#D9D1DC
(217,209,220)
#DED7E0
(222,215,224)
#E3DDE4
(227,221,228)
#E8E3E8
(232,227,232)
#EDE9EC
(237,233,236)
#F2EFF0
(242,239,240)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B9CC; }

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

This text font color is #C5B9CC.


Background Color

.myBgColor { background-color: #C5B9CC; }

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

This div background color is #C5B9CC.


Border color

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

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

This div border color is #C5B9CC.


Opacity

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

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

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

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

This text has shadow with #C5B9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B9CC on black background.


Color preview on white background

This text has color #C5B9CC on white background.



Black color preview on #C5B9CC background

This text has black color on #C5B9CC background.


White color preview on #C5B9CC background

This text has white color on #C5B9CC background.