COLOR #C4C6D0

HEX: #C4C6D0
RGB: (196,198,208)

Color info

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

RGB color model

#C4C6D0 color RGB value is (196,198,208).

  • red value is 196;
  • green value is 198;
  • blue value is 208.
RGB:
(196,198,208)
(77%,78%,82%)

RGB channels and saturation

R 196 of 255 = 77%
G 198 of 255 = 78%
B 208 of 255 = 82%

196
198
208

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

Portions of RGB colors in percentages

R + G + B =
196 + 198 + 208 = 602 (100%)
R 196 of 602 ~ 32.56%
G 198 of 602 ~ 32.89%
B 208 of 602 ~ 34.55%

%32.56
%32.89
%34.55

CMYK color model

#C4C6D0 color CMYK value is (6,5,0,18).

  • cyan value is 5.77%
  • magenta value is 4.81%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(6,5,0,18)
C6M5Y0K18 
(6%,5%,0%,18%)
(0.06/0.05/0.00/0.18)	

CMYK percentages

%5.77
%4.81
%0
%18.43

Codes

Color #C4C6D0 in popluar color models

C4C6D0
RGB196198208
HSL230°11.32%79.22%
HSB/HSV230°5.77%81.57%
CMYK5.77%4.81%0.00%
18.43%

Color #C4C6D0 in popluar number systems.

HEXC4C6D0
Decimal196198208
Binary110001001100011011010000
Octal304306320

Shades and tints

Shades of #C4C6D0

#C4C6D0
(196,198,208)
#B3B4BE
(179,180,190)
#A2A2AC
(162,162,172)
#91909A
(145,144,154)
#807E88
(128,126,136)
#6F6C76
(111,108,118)
#5E5A64
(94,90,100)
#4D4852
(77,72,82)
#3C3640
(60,54,64)
#2B242E
(43,36,46)
#1A121C
(26,18,28)
#000000
(0,0,0)

Tints of #C4C6D0

#C4C6D0
(196,198,208)
#C9CBD4
(201,203,212)
#CED0D8
(206,208,216)
#D3D5DC
(211,213,220)
#D8DAE0
(216,218,224)
#DDDFE4
(221,223,228)
#E2E4E8
(226,228,232)
#E7E9EC
(231,233,236)
#ECEEF0
(236,238,240)
#F1F3F4
(241,243,244)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C6D0 color. Also use rgb(196,198,208) instead hex code.

Text Font Color

.myTextColor { color: #C4C6D0; }

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

This text font color is #C4C6D0.


Background Color

.myBgColor { background-color: #C4C6D0; }

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

This div background color is #C4C6D0.


Border color

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

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

This div border color is #C4C6D0.


Opacity

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

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

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

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

This text has shadow with #C4C6D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C6D0 on black background.


Color preview on white background

This text has color #C4C6D0 on white background.



Black color preview on #C4C6D0 background

This text has black color on #C4C6D0 background.


White color preview on #C4C6D0 background

This text has white color on #C4C6D0 background.