COLOR #C3CBC5

HEX: #C3CBC5 RGB: (195,203,197)

Color info

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

RGB color model

#C3CBC5 color RGB value is (195,203,197).

RGB: (195,203,197) (76%, 80%, 77%)

RGB channels and saturation

R 195 of 255 = 76%
G 203 of 255 = 80%
B 197 of 255 = 77%

195
203
197

R + G + B ~ 78%. #C3CBC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 203 + 197 = 595 (100%)
R 195 of 595 ~ 32.77%
G 203 of 595 ~ 34.12%
B 197 of 595 ~ 33.11'%

%32.77
%34.12
%33.11

CMYK color model

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

  • cyan value is 3.94%
  • magenta value is 0.00%
  • yellow value is 2.96%
  • key color value is 20.39%

CMYK: (4,0,3,20)
C4M0Y3K20 (4%, 0%, 3%, 20%)
(0.04 / 0.00 / 0.03 / 0.20)

CMYK percentages

%3.94
%0
%2.96
%20.39

Codes

Color #C3CBC5 in popluar color models

C3 CB C5
RGB 195 203 197
HSL 135° 7.14% 78.04%
HSB/HSV 135° 3.94% 79.61%
CMYK 3.94% 0.00% 2.96%
20.39%

Color #C3CBC5 in popluar number systems.

HEX C3 CB C5
Decimal 195 203 197
Binary 11000011 11001011 11000101
Octal 303 313 305

Shades and tints

Shades of #C3CBC5

#C3CBC5
(195,203,197)
#B2B9B4
(178,185,180)
#A1A7A3
(161,167,163)
#909592
(144,149,146)
#7F8381
(127,131,129)
#6E7170
(110,113,112)
#5D5F5F
(93,95,95)
#4C4D4E
(76,77,78)
#3B3B3D
(59,59,61)
#2A292C
(42,41,44)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #C3CBC5

#C3CBC5
(195,203,197)
#C8CFCA
(200,207,202)
#CDD3CF
(205,211,207)
#D2D7D4
(210,215,212)
#D7DBD9
(215,219,217)
#DCDFDE
(220,223,222)
#E1E3E3
(225,227,227)
#E6E7E8
(230,231,232)
#EBEBED
(235,235,237)
#F0EFF2
(240,239,242)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CBC5; }

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

This text font color is #C3CBC5.

Background Color

.myBgColor { background-color: #C3CBC5; }

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

This div background color is #C3CBC5.

Border color

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

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

This div border color is #C3CBC5.

Opacity

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

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

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

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

This text has shadow with #C3CBC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3CBC5.

Preview

Color preview on black background

This text has color #C3CBC5 on black background.


Color preview on white background

This text has color #C3CBC5 on white background.


Black color preview on #C3CBC5 background

This text has black color on #C3CBC5 background.


White color preview on #C3CBC5 background

This text has white color on #C3CBC5 background.


Related colors

Complementary color

Complementary color for #hex is #3C343A.


I love getcolorcode.com

Triadic colors

1 #C5C3CB and #CBC5C3 with #C3CBC5 are triadic colors.

2 #C5CBC3 and #CBC3C5 with #C3CBC5 are triadic colors.