COLOR #C4CFAF

HEX: #C4CFAF
RGB: (196,207,175)

Color info

#C4CFAF contains red, green and blue colors in about the same proportion. Web safe color of #C4CFAF is #CCCC99 (or #CC9).

RGB color model

#C4CFAF color RGB value is (196,207,175).

  • red value is 196;
  • green value is 207;
  • blue value is 175.
RGB:
(196,207,175)
(77%,81%,69%)

RGB channels and saturation

R 196 of 255 = 77%
G 207 of 255 = 81%
B 175 of 255 = 69%

196
207
175

R + G + B ~ 76%. #C4CFAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 207 + 175 = 578 (100%)
R 196 of 578 ~ 33.91%
G 207 of 578 ~ 35.81%
B 175 of 578 ~ 30.28%

%33.91
%35.81
%30.28

CMYK color model

#C4CFAF color CMYK value is (5,0,15,19).

  • cyan value is 5.31%
  • magenta value is 0.00%
  • yellow value is 15.46%
  • key color value is 18.82%
CMYK:
(5,0,15,19)
C5M0Y15K19 
(5%,0%,15%,19%)
(0.05/0.00/0.15/0.19)	

CMYK percentages

%5.31
%0
%15.46
%18.82

Codes

Color #C4CFAF in popluar color models

C4CFAF
RGB196207175
HSL81°25.00%74.90%
HSB/HSV81°15.46%81.18%
CMYK5.31%0.00%15.46%
18.82%

Color #C4CFAF in popluar number systems.

HEXC4CFAF
Decimal196207175
Binary110001001100111110101111
Octal304317257

Shades and tints

Shades of #C4CFAF

#C4CFAF
(196,207,175)
#B3BDA0
(179,189,160)
#A2AB91
(162,171,145)
#919982
(145,153,130)
#808773
(128,135,115)
#6F7564
(111,117,100)
#5E6355
(94,99,85)
#4D5146
(77,81,70)
#3C3F37
(60,63,55)
#2B2D28
(43,45,40)
#1A1B19
(26,27,25)
#000000
(0,0,0)

Tints of #C4CFAF

#C4CFAF
(196,207,175)
#C9D3B6
(201,211,182)
#CED7BD
(206,215,189)
#D3DBC4
(211,219,196)
#D8DFCB
(216,223,203)
#DDE3D2
(221,227,210)
#E2E7D9
(226,231,217)
#E7EBE0
(231,235,224)
#ECEFE7
(236,239,231)
#F1F3EE
(241,243,238)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CFAF; }

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

This text font color is #C4CFAF.


Background Color

.myBgColor { background-color: #C4CFAF; }

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

This div background color is #C4CFAF.


Border color

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

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

This div border color is #C4CFAF.


Opacity

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

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

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

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

This text has shadow with #C4CFAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CFAF on black background.


Color preview on white background

This text has color #C4CFAF on white background.



Black color preview on #C4CFAF background

This text has black color on #C4CFAF background.


White color preview on #C4CFAF background

This text has white color on #C4CFAF background.