COLOR #C3CABB

HEX: #C3CABB
RGB: (195,202,187)

Color info

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

RGB color model

#C3CABB color RGB value is (195,202,187).

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

RGB channels and saturation

R 195 of 255 = 76%
G 202 of 255 = 79%
B 187 of 255 = 73%

195
202
187

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

Portions of RGB colors in percentages

R + G + B =
195 + 202 + 187 = 584 (100%)
R 195 of 584 ~ 33.39%
G 202 of 584 ~ 34.59%
B 187 of 584 ~ 32.02%

%33.39
%34.59
%32.02

CMYK color model

#C3CABB color CMYK value is (3,0,7,21).

  • cyan value is 3.47%
  • magenta value is 0.00%
  • yellow value is 7.43%
  • key color value is 20.78%
CMYK:
(3,0,7,21)
C3M0Y7K21 
(3%,0%,7%,21%)
(0.03/0.00/0.07/0.21)	

CMYK percentages

%3.47
%0
%7.43
%20.78

Codes

Color #C3CABB in popluar color models

C3CABB
RGB195202187
HSL88°12.40%76.27%
HSB/HSV88°7.43%79.22%
CMYK3.47%0.00%7.43%
20.78%

Color #C3CABB in popluar number systems.

HEXC3CABB
Decimal195202187
Binary110000111100101010111011
Octal303312273

Shades and tints

Shades of #C3CABB

#C3CABB
(195,202,187)
#B2B8AA
(178,184,170)
#A1A699
(161,166,153)
#909488
(144,148,136)
#7F8277
(127,130,119)
#6E7066
(110,112,102)
#5D5E55
(93,94,85)
#4C4C44
(76,76,68)
#3B3A33
(59,58,51)
#2A2822
(42,40,34)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #C3CABB

#C3CABB
(195,202,187)
#C8CEC1
(200,206,193)
#CDD2C7
(205,210,199)
#D2D6CD
(210,214,205)
#D7DAD3
(215,218,211)
#DCDED9
(220,222,217)
#E1E2DF
(225,226,223)
#E6E6E5
(230,230,229)
#EBEAEB
(235,234,235)
#F0EEF1
(240,238,241)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CABB; }

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

This text font color is #C3CABB.


Background Color

.myBgColor { background-color: #C3CABB; }

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

This div background color is #C3CABB.


Border color

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

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

This div border color is #C3CABB.


Opacity

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

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

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

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

This text has shadow with #C3CABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CABB on black background.


Color preview on white background

This text has color #C3CABB on white background.



Black color preview on #C3CABB background

This text has black color on #C3CABB background.


White color preview on #C3CABB background

This text has white color on #C3CABB background.