COLOR #C4CCBB

HEX: #C4CCBB RGB: (196,204,187)

Color info

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

RGB color model

#C4CCBB color RGB value is (196,204,187).

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

RGB channels and saturation

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

196
204
187

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

Portions of RGB colors in percentages

R + G + B = 196 + 204 + 187 = 587 (100%)
R 196 of 587 ~ 33.39%
G 204 of 587 ~ 34.75%
B 187 of 587 ~ 31.86'%

%33.39
%34.75
%31.86

CMYK color model

#C4CCBB color CMYK value is (4,0,8,20).

  • cyan value is 3.92%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 20.00%
CMYK: (4,0,8,20) C4M0Y8K20 (4%,0%,8%,20%) (0.04/0.00/0.08/0.20) 

CMYK percentages

%3.92
%0
%8.33
%20

Codes

Color #C4CCBB in popluar color models

C4 CC BB
RGB 196 204 187
HSL 88° 14.29% 76.67%
HSB/HSV 88° 8.33% 80.00%
CMYK 3.92% 0.00% 8.33%
20.00%

Color #C4CCBB in popluar number systems.

HEX C4 CC BB
Decimal 196 204 187
Binary 11000100 11001100 10111011
Octal 304 314 273

Shades and tints

Shades of #C4CCBB

#C4CCBB
(196,204,187)
#B3BAAA
(179,186,170)
#A2A899
(162,168,153)
#919688
(145,150,136)
#808477
(128,132,119)
#6F7266
(111,114,102)
#5E6055
(94,96,85)
#4D4E44
(77,78,68)
#3C3C33
(60,60,51)
#2B2A22
(43,42,34)
#1A1811
(26,24,17)
#000000
(0,0,0)

Tints of #C4CCBB

#C4CCBB
(196,204,187)
#C9D0C1
(201,208,193)
#CED4C7
(206,212,199)
#D3D8CD
(211,216,205)
#D8DCD3
(216,220,211)
#DDE0D9
(221,224,217)
#E2E4DF
(226,228,223)
#E7E8E5
(231,232,229)
#ECECEB
(236,236,235)
#F1F0F1
(241,240,241)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CCBB; }

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

This text font color is #C4CCBB.

Background Color

.myBgColor { background-color: #C4CCBB; }

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

This div background color is #C4CCBB.

Border color

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

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

This div border color is #C4CCBB.

Opacity

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

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

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

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

This text has shadow with #C4CCBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CCBB.

Preview

Color preview on black background

This text has color #C4CCBB on black background.


Color preview on white background

This text has color #C4CCBB on white background.


Black color preview on #C4CCBB background

This text has black color on #C4CCBB background.


White color preview on #C4CCBB background

This text has white color on #C4CCBB background.


Related colors

Complementary color

Complementary color for #hex is #3B3344.


I love getcolorcode.com

Triadic colors

1 #BBC4CC and #CCBBC4 with #C4CCBB are triadic colors.

2 #BBCCC4 and #CCC4BB with #C4CCBB are triadic colors.