COLOR #C5CCBD

HEX: #C5CCBD
RGB: (197,204,189)

Color info

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

RGB color model

#C5CCBD color RGB value is (197,204,189).

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

RGB channels and saturation

R 197 of 255 = 77%
G 204 of 255 = 80%
B 189 of 255 = 74%

197
204
189

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

Portions of RGB colors in percentages

R + G + B =
197 + 204 + 189 = 590 (100%)
R 197 of 590 ~ 33.39%
G 204 of 590 ~ 34.58%
B 189 of 590 ~ 32.03%

%33.39
%34.58
%32.03

CMYK color model

#C5CCBD color CMYK value is (3,0,7,20).

  • cyan value is 3.43%
  • magenta value is 0.00%
  • yellow value is 7.35%
  • key color value is 20.00%
CMYK:
(3,0,7,20)
C3M0Y7K20 
(3%,0%,7%,20%)
(0.03/0.00/0.07/0.20)	

CMYK percentages

%3.43
%0
%7.35
%20

Codes

Color #C5CCBD in popluar color models

C5CCBD
RGB197204189
HSL88°12.82%77.06%
HSB/HSV88°7.35%80.00%
CMYK3.43%0.00%7.35%
20.00%

Color #C5CCBD in popluar number systems.

HEXC5CCBD
Decimal197204189
Binary110001011100110010111101
Octal305314275

Shades and tints

Shades of #C5CCBD

#C5CCBD
(197,204,189)
#B4BAAC
(180,186,172)
#A3A89B
(163,168,155)
#92968A
(146,150,138)
#818479
(129,132,121)
#707268
(112,114,104)
#5F6057
(95,96,87)
#4E4E46
(78,78,70)
#3D3C35
(61,60,53)
#2C2A24
(44,42,36)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #C5CCBD

#C5CCBD
(197,204,189)
#CAD0C3
(202,208,195)
#CFD4C9
(207,212,201)
#D4D8CF
(212,216,207)
#D9DCD5
(217,220,213)
#DEE0DB
(222,224,219)
#E3E4E1
(227,228,225)
#E8E8E7
(232,232,231)
#EDECED
(237,236,237)
#F2F0F3
(242,240,243)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CCBD; }

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

This text font color is #C5CCBD.


Background Color

.myBgColor { background-color: #C5CCBD; }

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

This div background color is #C5CCBD.


Border color

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

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

This div border color is #C5CCBD.


Opacity

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

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

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

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

This text has shadow with #C5CCBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CCBD on black background.


Color preview on white background

This text has color #C5CCBD on white background.



Black color preview on #C5CCBD background

This text has black color on #C5CCBD background.


White color preview on #C5CCBD background

This text has white color on #C5CCBD background.