COLOR #C3CBC0

HEX: #C3CBC0 RGB: (195,203,192)

Color info

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

RGB color model

#C3CBC0 color RGB value is (195,203,192).

RGB: (195,203,192) (76%, 80%, 75%)

RGB channels and saturation

R 195 of 255 = 76%
G 203 of 255 = 80%
B 192 of 255 = 75%

195
203
192

R + G + B ~ 77%. #C3CBC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 203 + 192 = 590 (100%)
R 195 of 590 ~ 33.05%
G 203 of 590 ~ 34.41%
B 192 of 590 ~ 32.54'%

%33.05
%34.41
%32.54

CMYK color model

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

  • cyan value is 3.94%
  • magenta value is 0.00%
  • yellow value is 5.42%
  • key color value is 20.39%
CMYK: (4,0,5,20) C4M0Y5K20 (4%,0%,5%,20%) (0.04/0.00/0.05/0.20) 

CMYK percentages

%3.94
%0
%5.42
%20.39

Codes

Color #C3CBC0 in popluar color models

C3 CB C0
RGB 195 203 192
HSL 104° 9.57% 77.45%
HSB/HSV 104° 5.42% 79.61%
CMYK 3.94% 0.00% 5.42%
20.39%

Color #C3CBC0 in popluar number systems.

HEX C3 CB C0
Decimal 195 203 192
Binary 11000011 11001011 11000000
Octal 303 313 300

Shades and tints

Shades of #C3CBC0

#C3CBC0
(195,203,192)
#B2B9AF
(178,185,175)
#A1A79E
(161,167,158)
#90958D
(144,149,141)
#7F837C
(127,131,124)
#6E716B
(110,113,107)
#5D5F5A
(93,95,90)
#4C4D49
(76,77,73)
#3B3B38
(59,59,56)
#2A2927
(42,41,39)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #C3CBC0

#C3CBC0
(195,203,192)
#C8CFC5
(200,207,197)
#CDD3CA
(205,211,202)
#D2D7CF
(210,215,207)
#D7DBD4
(215,219,212)
#DCDFD9
(220,223,217)
#E1E3DE
(225,227,222)
#E6E7E3
(230,231,227)
#EBEBE8
(235,235,232)
#F0EFED
(240,239,237)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CBC0; }

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

This text font color is #C3CBC0.

Background Color

.myBgColor { background-color: #C3CBC0; }

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

This div background color is #C3CBC0.

Border color

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

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

This div border color is #C3CBC0.

Opacity

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

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

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

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

This text has shadow with #C3CBC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3CBC0.

Preview

Color preview on black background

This text has color #C3CBC0 on black background.


Color preview on white background

This text has color #C3CBC0 on white background.


Black color preview on #C3CBC0 background

This text has black color on #C3CBC0 background.


White color preview on #C3CBC0 background

This text has white color on #C3CBC0 background.


Related colors

Complementary color

Complementary color for #hex is #3C343F.


I love getcolorcode.com

Triadic colors

1 #C0C3CB and #CBC0C3 with #C3CBC0 are triadic colors.

2 #C0CBC3 and #CBC3C0 with #C3CBC0 are triadic colors.