COLOR #C5B7CC

HEX: #C5B7CC
RGB: (197,183,204)

Color info

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

RGB color model

#C5B7CC color RGB value is (197,183,204).

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

RGB channels and saturation

R 197 of 255 = 77%
G 183 of 255 = 72%
B 204 of 255 = 80%

197
183
204

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

Portions of RGB colors in percentages

R + G + B =
197 + 183 + 204 = 584 (100%)
R 197 of 584 ~ 33.73%
G 183 of 584 ~ 31.34%
B 204 of 584 ~ 34.93%

%33.73
%31.34
%34.93

CMYK color model

#C5B7CC color CMYK value is (3,10,0,20).

  • cyan value is 3.43%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (3,10,0,20) C3M10Y0K20 (3%,10%,0%,20%) (0.03/0.10/0.00/0.20)

CMYK percentages

%3.43
%10.29
%0
%20

Codes

Color #C5B7CC in popluar color models

C5B7CC
RGB197183204
HSL280°17.07%75.88%
HSB/HSV280°10.29%80.00%
CMYK3.43%10.29%0.00%
20.00%

Color #C5B7CC in popluar number systems.

HEXC5B7CC
Decimal197183204
Binary110001011011011111001100
Octal305267314

Shades and tints

Shades of #C5B7CC

#C5B7CC
(197,183,204)
#B4A7BA
(180,167,186)
#A397A8
(163,151,168)
#928796
(146,135,150)
#817784
(129,119,132)
#706772
(112,103,114)
#5F5760
(95,87,96)
#4E474E
(78,71,78)
#3D373C
(61,55,60)
#2C272A
(44,39,42)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #C5B7CC

#C5B7CC
(197,183,204)
#CABDD0
(202,189,208)
#CFC3D4
(207,195,212)
#D4C9D8
(212,201,216)
#D9CFDC
(217,207,220)
#DED5E0
(222,213,224)
#E3DBE4
(227,219,228)
#E8E1E8
(232,225,232)
#EDE7EC
(237,231,236)
#F2EDF0
(242,237,240)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B7CC; }

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

This text font color is #C5B7CC.


Background Color

.myBgColor { background-color: #C5B7CC; }

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

This div background color is #C5B7CC.


Border color

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

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

This div border color is #C5B7CC.


Opacity

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

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

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

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

This text has shadow with #C5B7CC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C5B7CC on black background.


Color preview on white background

This text has color #C5B7CC on white background.



Black color preview on #C5B7CC background

This text has black color on #C5B7CC background.


White color preview on #C5B7CC background

This text has white color on #C5B7CC background.