COLOR #C5CBB9

HEX: #C5CBB9 RGB: (197,203,185)

Color info

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

RGB color model

#C5CBB9 color RGB value is (197,203,185).

RGB: (197,203,185) (77%, 80%, 73%)

RGB channels and saturation

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

197
203
185

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

Portions of RGB colors in percentages

R + G + B = 197 + 203 + 185 = 585 (100%)
R 197 of 585 ~ 33.68%
G 203 of 585 ~ 34.7%
B 185 of 585 ~ 31.62'%

%33.68
%34.7
%31.62

CMYK color model

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

  • cyan value is 2.96%
  • magenta value is 0.00%
  • yellow value is 8.87%
  • key color value is 20.39%

CMYK: (3,0,9,20)
C3M0Y9K20 (3%, 0%, 9%, 20%)
(0.03 / 0.00 / 0.09 / 0.20)

CMYK percentages

%2.96
%0
%8.87
%20.39

Codes

Color #C5CBB9 in popluar color models

C5 CB B9
RGB 197 203 185
HSL 80° 14.75% 76.08%
HSB/HSV 80° 8.87% 79.61%
CMYK 2.96% 0.00% 8.87%
20.39%

Color #C5CBB9 in popluar number systems.

HEX C5 CB B9
Decimal 197 203 185
Binary 11000101 11001011 10111001
Octal 305 313 271

Shades and tints

Shades of #C5CBB9

#C5CBB9
(197,203,185)
#B4B9A9
(180,185,169)
#A3A799
(163,167,153)
#929589
(146,149,137)
#818379
(129,131,121)
#707169
(112,113,105)
#5F5F59
(95,95,89)
#4E4D49
(78,77,73)
#3D3B39
(61,59,57)
#2C2929
(44,41,41)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #C5CBB9

#C5CBB9
(197,203,185)
#CACFBF
(202,207,191)
#CFD3C5
(207,211,197)
#D4D7CB
(212,215,203)
#D9DBD1
(217,219,209)
#DEDFD7
(222,223,215)
#E3E3DD
(227,227,221)
#E8E7E3
(232,231,227)
#EDEBE9
(237,235,233)
#F2EFEF
(242,239,239)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CBB9; }

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

This text font color is #C5CBB9.

Background Color

.myBgColor { background-color: #C5CBB9; }

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

This div background color is #C5CBB9.

Border color

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

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

This div border color is #C5CBB9.

Opacity

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

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

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

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

This text has shadow with #C5CBB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CBB9.

Preview

Color preview on black background

This text has color #C5CBB9 on black background.


Color preview on white background

This text has color #C5CBB9 on white background.


Black color preview on #C5CBB9 background

This text has black color on #C5CBB9 background.


White color preview on #C5CBB9 background

This text has white color on #C5CBB9 background.


Related colors

Complementary color

Complementary color for #hex is #3A3446.


I love getcolorcode.com

Triadic colors

1 #B9C5CB and #CBB9C5 with #C5CBB9 are triadic colors.

2 #B9CBC5 and #CBC5B9 with #C5CBB9 are triadic colors.