COLOR #C5B8CC

HEX: #C5B8CC
RGB: (197,184,204)

Color info

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

RGB color model

#C5B8CC color RGB value is (197,184,204).

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

RGB channels and saturation

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

197
184
204

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

Portions of RGB colors in percentages

R + G + B =
197 + 184 + 204 = 585 (100%)
R 197 of 585 ~ 33.68%
G 184 of 585 ~ 31.45%
B 204 of 585 ~ 34.87%

%33.68
%31.45
%34.87

CMYK color model

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

  • cyan value is 3.43%
  • magenta value is 9.80%
  • 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
%9.8
%0
%20

Codes

Color #C5B8CC in popluar color models

C5B8CC
RGB197184204
HSL279°16.39%76.08%
HSB/HSV279°9.80%80.00%
CMYK3.43%9.80%0.00%
20.00%

Color #C5B8CC in popluar number systems.

HEXC5B8CC
Decimal197184204
Binary110001011011100011001100
Octal305270314

Shades and tints

Shades of #C5B8CC

#C5B8CC
(197,184,204)
#B4A8BA
(180,168,186)
#A398A8
(163,152,168)
#928896
(146,136,150)
#817884
(129,120,132)
#706872
(112,104,114)
#5F5860
(95,88,96)
#4E484E
(78,72,78)
#3D383C
(61,56,60)
#2C282A
(44,40,42)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #C5B8CC

#C5B8CC
(197,184,204)
#CABED0
(202,190,208)
#CFC4D4
(207,196,212)
#D4CAD8
(212,202,216)
#D9D0DC
(217,208,220)
#DED6E0
(222,214,224)
#E3DCE4
(227,220,228)
#E8E2E8
(232,226,232)
#EDE8EC
(237,232,236)
#F2EEF0
(242,238,240)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B8CC; }

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

This text font color is #C5B8CC.


Background Color

.myBgColor { background-color: #C5B8CC; }

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

This div background color is #C5B8CC.


Border color

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

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

This div border color is #C5B8CC.


Opacity

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

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

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

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

This text has shadow with #C5B8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B8CC on black background.


Color preview on white background

This text has color #C5B8CC on white background.



Black color preview on #C5B8CC background

This text has black color on #C5B8CC background.


White color preview on #C5B8CC background

This text has white color on #C5B8CC background.