COLOR #C4CBBB

HEX: #C4CBBB
RGB: (196,203,187)

Color info

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

RGB color model

#C4CBBB color RGB value is (196,203,187).

  • red value is 196;
  • green value is 203;
  • blue value is 187.
RGB:
(196,203,187)
(77%,80%,73%)

RGB channels and saturation

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

196
203
187

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

Portions of RGB colors in percentages

R + G + B =
196 + 203 + 187 = 586 (100%)
R 196 of 586 ~ 33.45%
G 203 of 586 ~ 34.64%
B 187 of 586 ~ 31.91%

%33.45
%34.64
%31.91

CMYK color model

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

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 7.88%
  • key color value is 20.39%
CMYK:
(3,0,8,20)
C3M0Y8K20 
(3%,0%,8%,20%)
(0.03/0.00/0.08/0.20)	

CMYK percentages

%3.45
%0
%7.88
%20.39

Codes

Color #C4CBBB in popluar color models

C4CBBB
RGB196203187
HSL86°13.33%76.47%
HSB/HSV86°7.88%79.61%
CMYK3.45%0.00%7.88%
20.39%

Color #C4CBBB in popluar number systems.

HEXC4CBBB
Decimal196203187
Binary110001001100101110111011
Octal304313273

Shades and tints

Shades of #C4CBBB

#C4CBBB
(196,203,187)
#B3B9AA
(179,185,170)
#A2A799
(162,167,153)
#919588
(145,149,136)
#808377
(128,131,119)
#6F7166
(111,113,102)
#5E5F55
(94,95,85)
#4D4D44
(77,77,68)
#3C3B33
(60,59,51)
#2B2922
(43,41,34)
#1A1711
(26,23,17)
#000000
(0,0,0)

Tints of #C4CBBB

#C4CBBB
(196,203,187)
#C9CFC1
(201,207,193)
#CED3C7
(206,211,199)
#D3D7CD
(211,215,205)
#D8DBD3
(216,219,211)
#DDDFD9
(221,223,217)
#E2E3DF
(226,227,223)
#E7E7E5
(231,231,229)
#ECEBEB
(236,235,235)
#F1EFF1
(241,239,241)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CBBB; }

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

This text font color is #C4CBBB.


Background Color

.myBgColor { background-color: #C4CBBB; }

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

This div background color is #C4CBBB.


Border color

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

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

This div border color is #C4CBBB.


Opacity

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

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

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

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

This text has shadow with #C4CBBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CBBB on black background.


Color preview on white background

This text has color #C4CBBB on white background.



Black color preview on #C4CBBB background

This text has black color on #C4CBBB background.


White color preview on #C4CBBB background

This text has white color on #C4CBBB background.