COLOR #C5CBB7

HEX: #C5CBB7 RGB: (197,203,183)

Color info

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

RGB color model

#C5CBB7 color RGB value is (197,203,183).

RGB: (197,203,183) (77%, 80%, 72%)

RGB channels and saturation

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

197
203
183

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

Portions of RGB colors in percentages

R + G + B = 197 + 203 + 183 = 583 (100%)
R 197 of 583 ~ 33.79%
G 203 of 583 ~ 34.82%
B 183 of 583 ~ 31.39'%

%33.79
%34.82
%31.39

CMYK color model

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

  • cyan value is 2.96%
  • magenta value is 0.00%
  • yellow value is 9.85%
  • key color value is 20.39%
CMYK: (3,0,10,20) C3M0Y10K20 (3%,0%,10%,20%) (0.03/0.00/0.10/0.20) 

CMYK percentages

%2.96
%0
%9.85
%20.39

Codes

Color #C5CBB7 in popluar color models

C5 CB B7
RGB 197 203 183
HSL 78° 16.13% 75.69%
HSB/HSV 78° 9.85% 79.61%
CMYK 2.96% 0.00% 9.85%
20.39%

Color #C5CBB7 in popluar number systems.

HEX C5 CB B7
Decimal 197 203 183
Binary 11000101 11001011 10110111
Octal 305 313 267

Shades and tints

Shades of #C5CBB7

#C5CBB7
(197,203,183)
#B4B9A7
(180,185,167)
#A3A797
(163,167,151)
#929587
(146,149,135)
#818377
(129,131,119)
#707167
(112,113,103)
#5F5F57
(95,95,87)
#4E4D47
(78,77,71)
#3D3B37
(61,59,55)
#2C2927
(44,41,39)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #C5CBB7

#C5CBB7
(197,203,183)
#CACFBD
(202,207,189)
#CFD3C3
(207,211,195)
#D4D7C9
(212,215,201)
#D9DBCF
(217,219,207)
#DEDFD5
(222,223,213)
#E3E3DB
(227,227,219)
#E8E7E1
(232,231,225)
#EDEBE7
(237,235,231)
#F2EFED
(242,239,237)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CBB7; }

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

This text font color is #C5CBB7.

Background Color

.myBgColor { background-color: #C5CBB7; }

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

This div background color is #C5CBB7.

Border color

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

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

This div border color is #C5CBB7.

Opacity

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

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

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

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

This text has shadow with #C5CBB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CBB7.

Preview

Color preview on black background

This text has color #C5CBB7 on black background.


Color preview on white background

This text has color #C5CBB7 on white background.


Black color preview on #C5CBB7 background

This text has black color on #C5CBB7 background.


White color preview on #C5CBB7 background

This text has white color on #C5CBB7 background.


Related colors

Complementary color

Complementary color for #hex is #3A3448.


I love getcolorcode.com

Triadic colors

1 #B7C5CB and #CBB7C5 with #C5CBB7 are triadic colors.

2 #B7CBC5 and #CBC5B7 with #C5CBB7 are triadic colors.