COLOR #C4CBAE

HEX: #C4CBAE
RGB: (196,203,174)

Color info

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

RGB color model

#C4CBAE color RGB value is (196,203,174).

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

RGB channels and saturation

R 196 of 255 = 77%
G 203 of 255 = 80%
B 174 of 255 = 68%

196
203
174

R + G + B ~ 75%. #C4CBAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 203 + 174 = 573 (100%)
R 196 of 573 ~ 34.21%
G 203 of 573 ~ 35.43%
B 174 of 573 ~ 30.37%

%34.21
%35.43
%30.37

CMYK color model

#C4CBAE color CMYK value is (3,0,14,20).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 20.39%
CMYK:
(3,0,14,20)
C3M0Y14K20 
(3%,0%,14%,20%)
(0.03/0.00/0.14/0.20)	

CMYK percentages

%3.45
%0
%14.29
%20.39

Codes

Color #C4CBAE in popluar color models

C4CBAE
RGB196203174
HSL74°21.80%73.92%
HSB/HSV74°14.29%79.61%
CMYK3.45%0.00%14.29%
20.39%

Color #C4CBAE in popluar number systems.

HEXC4CBAE
Decimal196203174
Binary110001001100101110101110
Octal304313256

Shades and tints

Shades of #C4CBAE

#C4CBAE
(196,203,174)
#B3B99F
(179,185,159)
#A2A790
(162,167,144)
#919581
(145,149,129)
#808372
(128,131,114)
#6F7163
(111,113,99)
#5E5F54
(94,95,84)
#4D4D45
(77,77,69)
#3C3B36
(60,59,54)
#2B2927
(43,41,39)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #C4CBAE

#C4CBAE
(196,203,174)
#C9CFB5
(201,207,181)
#CED3BC
(206,211,188)
#D3D7C3
(211,215,195)
#D8DBCA
(216,219,202)
#DDDFD1
(221,223,209)
#E2E3D8
(226,227,216)
#E7E7DF
(231,231,223)
#ECEBE6
(236,235,230)
#F1EFED
(241,239,237)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CBAE; }

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

This text font color is #C4CBAE.


Background Color

.myBgColor { background-color: #C4CBAE; }

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

This div background color is #C4CBAE.


Border color

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

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

This div border color is #C4CBAE.


Opacity

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

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

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

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

This text has shadow with #C4CBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CBAE on black background.


Color preview on white background

This text has color #C4CBAE on white background.



Black color preview on #C4CBAE background

This text has black color on #C4CBAE background.


White color preview on #C4CBAE background

This text has white color on #C4CBAE background.