COLOR #C4CDC6

HEX: #C4CDC6 RGB: (196,205,198)

Color info

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

RGB color model

#C4CDC6 color RGB value is (196,205,198).

RGB: (196,205,198) (77%, 80%, 78%)

RGB channels and saturation

R 196 of 255 = 77%
G 205 of 255 = 80%
B 198 of 255 = 78%

196
205
198

R + G + B ~ 78%. #C4CDC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 205 + 198 = 599 (100%)
R 196 of 599 ~ 32.72%
G 205 of 599 ~ 34.22%
B 198 of 599 ~ 33.06'%

%32.72
%34.22
%33.06

CMYK color model

#C4CDC6 color CMYK value is (4,0,3,20).

  • cyan value is 4.39%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 19.61%

CMYK: (4,0,3,20)
C4M0Y3K20 (4%, 0%, 3%, 20%)
(0.04 / 0.00 / 0.03 / 0.20)

CMYK percentages

%4.39
%0
%3.41
%19.61

Codes

Color #C4CDC6 in popluar color models

C4 CD C6
RGB 196 205 198
HSL 133° 8.26% 78.63%
HSB/HSV 133° 4.39% 80.39%
CMYK 4.39% 0.00% 3.41%
19.61%

Color #C4CDC6 in popluar number systems.

HEX C4 CD C6
Decimal 196 205 198
Binary 11000100 11001101 11000110
Octal 304 315 306

Shades and tints

Shades of #C4CDC6

#C4CDC6
(196,205,198)
#B3BBB4
(179,187,180)
#A2A9A2
(162,169,162)
#919790
(145,151,144)
#80857E
(128,133,126)
#6F736C
(111,115,108)
#5E615A
(94,97,90)
#4D4F48
(77,79,72)
#3C3D36
(60,61,54)
#2B2B24
(43,43,36)
#1A1912
(26,25,18)
#000000
(0,0,0)

Tints of #C4CDC6

#C4CDC6
(196,205,198)
#C9D1CB
(201,209,203)
#CED5D0
(206,213,208)
#D3D9D5
(211,217,213)
#D8DDDA
(216,221,218)
#DDE1DF
(221,225,223)
#E2E5E4
(226,229,228)
#E7E9E9
(231,233,233)
#ECEDEE
(236,237,238)
#F1F1F3
(241,241,243)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CDC6; }

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

This text font color is #C4CDC6.

Background Color

.myBgColor { background-color: #C4CDC6; }

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

This div background color is #C4CDC6.

Border color

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

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

This div border color is #C4CDC6.

Opacity

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

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

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

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

This text has shadow with #C4CDC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CDC6.

Preview

Color preview on black background

This text has color #C4CDC6 on black background.


Color preview on white background

This text has color #C4CDC6 on white background.


Black color preview on #C4CDC6 background

This text has black color on #C4CDC6 background.


White color preview on #C4CDC6 background

This text has white color on #C4CDC6 background.


Related colors

Complementary color

Complementary color for #hex is #3B3239.


I love getcolorcode.com

Triadic colors

1 #C6C4CD and #CDC6C4 with #C4CDC6 are triadic colors.

2 #C6CDC4 and #CDC4C6 with #C4CDC6 are triadic colors.