COLOR #C4CCA3

HEX: #C4CCA3
RGB: (196,204,163)

Color info

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

RGB color model

#C4CCA3 color RGB value is (196,204,163).

  • red value is 196;
  • green value is 204;
  • blue value is 163.
RGB:
(196,204,163)
(77%,80%,64%)

RGB channels and saturation

R 196 of 255 = 77%
G 204 of 255 = 80%
B 163 of 255 = 64%

196
204
163

R + G + B ~ 74%. #C4CCA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 204 + 163 = 563 (100%)
R 196 of 563 ~ 34.81%
G 204 of 563 ~ 36.23%
B 163 of 563 ~ 28.95%

%34.81
%36.23
%28.95

CMYK color model

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

  • cyan value is 3.92%
  • magenta value is 0.00%
  • yellow value is 20.10%
  • key color value is 20.00%
CMYK:
(4,0,20,20)
C4M0Y20K20 
(4%,0%,20%,20%)
(0.04/0.00/0.20/0.20)	

CMYK percentages

%3.92
%0
%20.1
%20

Codes

Color #C4CCA3 in popluar color models

C4CCA3
RGB196204163
HSL72°28.67%71.96%
HSB/HSV72°20.10%80.00%
CMYK3.92%0.00%20.10%
20.00%

Color #C4CCA3 in popluar number systems.

HEXC4CCA3
Decimal196204163
Binary110001001100110010100011
Octal304314243

Shades and tints

Shades of #C4CCA3

#C4CCA3
(196,204,163)
#B3BA95
(179,186,149)
#A2A887
(162,168,135)
#919679
(145,150,121)
#80846B
(128,132,107)
#6F725D
(111,114,93)
#5E604F
(94,96,79)
#4D4E41
(77,78,65)
#3C3C33
(60,60,51)
#2B2A25
(43,42,37)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #C4CCA3

#C4CCA3
(196,204,163)
#C9D0AB
(201,208,171)
#CED4B3
(206,212,179)
#D3D8BB
(211,216,187)
#D8DCC3
(216,220,195)
#DDE0CB
(221,224,203)
#E2E4D3
(226,228,211)
#E7E8DB
(231,232,219)
#ECECE3
(236,236,227)
#F1F0EB
(241,240,235)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4CCA3 color. Also use rgb(196,204,163) instead hex code.

Text Font Color

.myTextColor { color: #C4CCA3; }

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

This text font color is #C4CCA3.


Background Color

.myBgColor { background-color: #C4CCA3; }

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

This div background color is #C4CCA3.


Border color

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

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

This div border color is #C4CCA3.


Opacity

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

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

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

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

This text has shadow with #C4CCA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CCA3 on black background.


Color preview on white background

This text has color #C4CCA3 on white background.



Black color preview on #C4CCA3 background

This text has black color on #C4CCA3 background.


White color preview on #C4CCA3 background

This text has white color on #C4CCA3 background.