COLOR #C4CBCE

HEX: #C4CBCE
RGB: (196,203,206)

Color info

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

RGB color model

#C4CBCE color RGB value is (196,203,206).

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

RGB channels and saturation

R 196 of 255 = 77%
G 203 of 255 = 80%
B 206 of 255 = 81%

196
203
206

R + G + B ~ 79%. #C4CBCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 203 + 206 = 605 (100%)
R 196 of 605 ~ 32.4%
G 203 of 605 ~ 33.55%
B 206 of 605 ~ 34.05%

%32.4
%33.55
%34.05

CMYK color model

#C4CBCE color CMYK value is (5,1,0,19).

  • cyan value is 4.85%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(5,1,0,19)
C5M1Y0K19 
(5%,1%,0%,19%)
(0.05/0.01/0.00/0.19)	

CMYK percentages

%4.85
%1.46
%0
%19.22

Codes

Color #C4CBCE in popluar color models

C4CBCE
RGB196203206
HSL198°9.26%78.82%
HSB/HSV198°4.85%80.78%
CMYK4.85%1.46%0.00%
19.22%

Color #C4CBCE in popluar number systems.

HEXC4CBCE
Decimal196203206
Binary110001001100101111001110
Octal304313316

Shades and tints

Shades of #C4CBCE

#C4CBCE
(196,203,206)
#B3B9BC
(179,185,188)
#A2A7AA
(162,167,170)
#919598
(145,149,152)
#808386
(128,131,134)
#6F7174
(111,113,116)
#5E5F62
(94,95,98)
#4D4D50
(77,77,80)
#3C3B3E
(60,59,62)
#2B292C
(43,41,44)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #C4CBCE

#C4CBCE
(196,203,206)
#C9CFD2
(201,207,210)
#CED3D6
(206,211,214)
#D3D7DA
(211,215,218)
#D8DBDE
(216,219,222)
#DDDFE2
(221,223,226)
#E2E3E6
(226,227,230)
#E7E7EA
(231,231,234)
#ECEBEE
(236,235,238)
#F1EFF2
(241,239,242)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CBCE; }

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

This text font color is #C4CBCE.


Background Color

.myBgColor { background-color: #C4CBCE; }

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

This div background color is #C4CBCE.


Border color

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

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

This div border color is #C4CBCE.


Opacity

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

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

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

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

This text has shadow with #C4CBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CBCE on black background.


Color preview on white background

This text has color #C4CBCE on white background.



Black color preview on #C4CBCE background

This text has black color on #C4CBCE background.


White color preview on #C4CBCE background

This text has white color on #C4CBCE background.