COLOR #C4CFCB

HEX: #C4CFCB RGB: (196,207,203)

Color info

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

RGB color model

#C4CFCB color RGB value is (196,207,203).

RGB: (196,207,203) (77%, 81%, 80%)

RGB channels and saturation

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

196
207
203

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

Portions of RGB colors in percentages

R + G + B = 196 + 207 + 203 = 606 (100%)
R 196 of 606 ~ 32.34%
G 207 of 606 ~ 34.16%
B 203 of 606 ~ 33.5'%

%32.34
%34.16
%33.5

CMYK color model

#C4CFCB color CMYK value is (5,0,2,19).

  • cyan value is 5.31%
  • magenta value is 0.00%
  • yellow value is 1.93%
  • key color value is 18.82%

CMYK: (5,0,2,19)
C5M0Y2K19 (5%, 0%, 2%, 19%)
(0.05 / 0.00 / 0.02 / 0.19)

CMYK percentages

%5.31
%0
%1.93
%18.82

Codes

Color #C4CFCB in popluar color models

C4 CF CB
RGB 196 207 203
HSL 158° 10.28% 79.02%
HSB/HSV 158° 5.31% 81.18%
CMYK 5.31% 0.00% 1.93%
18.82%

Color #C4CFCB in popluar number systems.

HEX C4 CF CB
Decimal 196 207 203
Binary 11000100 11001111 11001011
Octal 304 317 313

Shades and tints

Shades of #C4CFCB

#C4CFCB
(196,207,203)
#B3BDB9
(179,189,185)
#A2ABA7
(162,171,167)
#919995
(145,153,149)
#808783
(128,135,131)
#6F7571
(111,117,113)
#5E635F
(94,99,95)
#4D514D
(77,81,77)
#3C3F3B
(60,63,59)
#2B2D29
(43,45,41)
#1A1B17
(26,27,23)
#000000
(0,0,0)

Tints of #C4CFCB

#C4CFCB
(196,207,203)
#C9D3CF
(201,211,207)
#CED7D3
(206,215,211)
#D3DBD7
(211,219,215)
#D8DFDB
(216,223,219)
#DDE3DF
(221,227,223)
#E2E7E3
(226,231,227)
#E7EBE7
(231,235,231)
#ECEFEB
(236,239,235)
#F1F3EF
(241,243,239)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CFCB; }

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

This text font color is #C4CFCB.

Background Color

.myBgColor { background-color: #C4CFCB; }

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

This div background color is #C4CFCB.

Border color

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

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

This div border color is #C4CFCB.

Opacity

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

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

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

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

This text has shadow with #C4CFCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CFCB.

Preview

Color preview on black background

This text has color #C4CFCB on black background.


Color preview on white background

This text has color #C4CFCB on white background.


Black color preview on #C4CFCB background

This text has black color on #C4CFCB background.


White color preview on #C4CFCB background

This text has white color on #C4CFCB background.


Related colors

Complementary color

Complementary color for #hex is #3B3034.


I love getcolorcode.com

Triadic colors

1 #CBC4CF and #CFCBC4 with #C4CFCB are triadic colors.

2 #CBCFC4 and #CFC4CB with #C4CFCB are triadic colors.