COLOR #C3CBB9

HEX: #C3CBB9
RGB: (195,203,185)

Color info

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

RGB color model

#C3CBB9 color RGB value is (195,203,185).

  • red value is 195;
  • green value is 203;
  • blue value is 185.
RGB:
(195,203,185)
(76%,80%,73%)

RGB channels and saturation

R 195 of 255 = 76%
G 203 of 255 = 80%
B 185 of 255 = 73%

195
203
185

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

Portions of RGB colors in percentages

R + G + B =
195 + 203 + 185 = 583 (100%)
R 195 of 583 ~ 33.45%
G 203 of 583 ~ 34.82%
B 185 of 583 ~ 31.73%

%33.45
%34.82
%31.73

CMYK color model

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

  • cyan value is 3.94%
  • magenta value is 0.00%
  • yellow value is 8.87%
  • key color value is 20.39%
CMYK:
(4,0,9,20)
C4M0Y9K20 
(4%,0%,9%,20%)
(0.04/0.00/0.09/0.20)	

CMYK percentages

%3.94
%0
%8.87
%20.39

Codes

Color #C3CBB9 in popluar color models

C3CBB9
RGB195203185
HSL87°14.75%76.08%
HSB/HSV87°8.87%79.61%
CMYK3.94%0.00%8.87%
20.39%

Color #C3CBB9 in popluar number systems.

HEXC3CBB9
Decimal195203185
Binary110000111100101110111001
Octal303313271

Shades and tints

Shades of #C3CBB9

#C3CBB9
(195,203,185)
#B2B9A9
(178,185,169)
#A1A799
(161,167,153)
#909589
(144,149,137)
#7F8379
(127,131,121)
#6E7169
(110,113,105)
#5D5F59
(93,95,89)
#4C4D49
(76,77,73)
#3B3B39
(59,59,57)
#2A2929
(42,41,41)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #C3CBB9

#C3CBB9
(195,203,185)
#C8CFBF
(200,207,191)
#CDD3C5
(205,211,197)
#D2D7CB
(210,215,203)
#D7DBD1
(215,219,209)
#DCDFD7
(220,223,215)
#E1E3DD
(225,227,221)
#E6E7E3
(230,231,227)
#EBEBE9
(235,235,233)
#F0EFEF
(240,239,239)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CBB9 color. Also use rgb(195,203,185) instead hex code.

Text Font Color

.myTextColor { color: #C3CBB9; }

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

This text font color is #C3CBB9.


Background Color

.myBgColor { background-color: #C3CBB9; }

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

This div background color is #C3CBB9.


Border color

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

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

This div border color is #C3CBB9.


Opacity

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

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

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

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

This text has shadow with #C3CBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CBB9 on black background.


Color preview on white background

This text has color #C3CBB9 on white background.



Black color preview on #C3CBB9 background

This text has black color on #C3CBB9 background.


White color preview on #C3CBB9 background

This text has white color on #C3CBB9 background.