COLOR #C5CCBB

HEX: #C5CCBB RGB: (197,204,187)

Color info

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

RGB color model

#C5CCBB color RGB value is (197,204,187).

RGB: (197,204,187) (77%, 80%, 73%)

RGB channels and saturation

R 197 of 255 = 77%
G 204 of 255 = 80%
B 187 of 255 = 73%

197
204
187

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

Portions of RGB colors in percentages

R + G + B = 197 + 204 + 187 = 588 (100%)
R 197 of 588 ~ 33.5%
G 204 of 588 ~ 34.69%
B 187 of 588 ~ 31.8'%

%33.5
%34.69
%31.8

CMYK color model

#C5CCBB color CMYK value is (3,0,8,20).

  • cyan value is 3.43%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 20.00%

CMYK: (3,0,8,20)
C3M0Y8K20 (3%, 0%, 8%, 20%)
(0.03 / 0.00 / 0.08 / 0.20)

CMYK percentages

%3.43
%0
%8.33
%20

Codes

Color #C5CCBB in popluar color models

C5 CC BB
RGB 197 204 187
HSL 85° 14.29% 76.67%
HSB/HSV 85° 8.33% 80.00%
CMYK 3.43% 0.00% 8.33%
20.00%

Color #C5CCBB in popluar number systems.

HEX C5 CC BB
Decimal 197 204 187
Binary 11000101 11001100 10111011
Octal 305 314 273

Shades and tints

Shades of #C5CCBB

#C5CCBB
(197,204,187)
#B4BAAA
(180,186,170)
#A3A899
(163,168,153)
#929688
(146,150,136)
#818477
(129,132,119)
#707266
(112,114,102)
#5F6055
(95,96,85)
#4E4E44
(78,78,68)
#3D3C33
(61,60,51)
#2C2A22
(44,42,34)
#1B1811
(27,24,17)
#000000
(0,0,0)

Tints of #C5CCBB

#C5CCBB
(197,204,187)
#CAD0C1
(202,208,193)
#CFD4C7
(207,212,199)
#D4D8CD
(212,216,205)
#D9DCD3
(217,220,211)
#DEE0D9
(222,224,217)
#E3E4DF
(227,228,223)
#E8E8E5
(232,232,229)
#EDECEB
(237,236,235)
#F2F0F1
(242,240,241)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CCBB; }

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

This text font color is #C5CCBB.

Background Color

.myBgColor { background-color: #C5CCBB; }

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

This div background color is #C5CCBB.

Border color

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

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

This div border color is #C5CCBB.

Opacity

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

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

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

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

This text has shadow with #C5CCBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CCBB.

Preview

Color preview on black background

This text has color #C5CCBB on black background.


Color preview on white background

This text has color #C5CCBB on white background.


Black color preview on #C5CCBB background

This text has black color on #C5CCBB background.


White color preview on #C5CCBB background

This text has white color on #C5CCBB background.


Related colors

Complementary color

Complementary color for #hex is #3A3344.


I love getcolorcode.com

Triadic colors

1 #BBC5CC and #CCBBC5 with #C5CCBB are triadic colors.

2 #BBCCC5 and #CCC5BB with #C5CCBB are triadic colors.