COLOR #C3CAB4

HEX: #C3CAB4
RGB: (195,202,180)

Color info

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

RGB color model

#C3CAB4 color RGB value is (195,202,180).

  • red value is 195;
  • green value is 202;
  • blue value is 180.
RGB:
(195,202,180)
(76%,79%,71%)

RGB channels and saturation

R 195 of 255 = 76%
G 202 of 255 = 79%
B 180 of 255 = 71%

195
202
180

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

Portions of RGB colors in percentages

R + G + B =
195 + 202 + 180 = 577 (100%)
R 195 of 577 ~ 33.8%
G 202 of 577 ~ 35.01%
B 180 of 577 ~ 31.2%

%33.8
%35.01
%31.2

CMYK color model

#C3CAB4 color CMYK value is (3,0,11,21).

  • cyan value is 3.47%
  • magenta value is 0.00%
  • yellow value is 10.89%
  • key color value is 20.78%
CMYK:
(3,0,11,21)
C3M0Y11K21 
(3%,0%,11%,21%)
(0.03/0.00/0.11/0.21)	

CMYK percentages

%3.47
%0
%10.89
%20.78

Codes

Color #C3CAB4 in popluar color models

C3CAB4
RGB195202180
HSL79°17.19%74.90%
HSB/HSV79°10.89%79.22%
CMYK3.47%0.00%10.89%
20.78%

Color #C3CAB4 in popluar number systems.

HEXC3CAB4
Decimal195202180
Binary110000111100101010110100
Octal303312264

Shades and tints

Shades of #C3CAB4

#C3CAB4
(195,202,180)
#B2B8A4
(178,184,164)
#A1A694
(161,166,148)
#909484
(144,148,132)
#7F8274
(127,130,116)
#6E7064
(110,112,100)
#5D5E54
(93,94,84)
#4C4C44
(76,76,68)
#3B3A34
(59,58,52)
#2A2824
(42,40,36)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #C3CAB4

#C3CAB4
(195,202,180)
#C8CEBA
(200,206,186)
#CDD2C0
(205,210,192)
#D2D6C6
(210,214,198)
#D7DACC
(215,218,204)
#DCDED2
(220,222,210)
#E1E2D8
(225,226,216)
#E6E6DE
(230,230,222)
#EBEAE4
(235,234,228)
#F0EEEA
(240,238,234)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CAB4 color. Also use rgb(195,202,180) instead hex code.

Text Font Color

.myTextColor { color: #C3CAB4; }

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

This text font color is #C3CAB4.


Background Color

.myBgColor { background-color: #C3CAB4; }

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

This div background color is #C3CAB4.


Border color

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

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

This div border color is #C3CAB4.


Opacity

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

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

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

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

This text has shadow with #C3CAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CAB4 on black background.


Color preview on white background

This text has color #C3CAB4 on white background.



Black color preview on #C3CAB4 background

This text has black color on #C3CAB4 background.


White color preview on #C3CAB4 background

This text has white color on #C3CAB4 background.