COLOR #C3C5CC

HEX: #C3C5CC RGB: (195,197,204)

Color info

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

RGB color model

#C3C5CC color RGB value is (195,197,204).

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

RGB channels and saturation

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

195
197
204

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

Portions of RGB colors in percentages

R + G + B = 195 + 197 + 204 = 596 (100%)
R 195 of 596 ~ 32.72%
G 197 of 596 ~ 33.05%
B 204 of 596 ~ 34.23'%

%32.72
%33.05
%34.23

CMYK color model

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

  • cyan value is 4.41%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (4,3,0,20) C4M3Y0K20 (4%,3%,0%,20%) (0.04/0.03/0.00/0.20) 

CMYK percentages

%4.41
%3.43
%0
%20

Codes

Color #C3C5CC in popluar color models

C3 C5 CC
RGB 195 197 204
HSL 227° 8.11% 78.24%
HSB/HSV 227° 4.41% 80.00%
CMYK 4.41% 3.43% 0.00%
20.00%

Color #C3C5CC in popluar number systems.

HEX C3 C5 CC
Decimal 195 197 204
Binary 11000011 11000101 11001100
Octal 303 305 314

Shades and tints

Shades of #C3C5CC

#C3C5CC
(195,197,204)
#B2B4BA
(178,180,186)
#A1A3A8
(161,163,168)
#909296
(144,146,150)
#7F8184
(127,129,132)
#6E7072
(110,112,114)
#5D5F60
(93,95,96)
#4C4E4E
(76,78,78)
#3B3D3C
(59,61,60)
#2A2C2A
(42,44,42)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #C3C5CC

#C3C5CC
(195,197,204)
#C8CAD0
(200,202,208)
#CDCFD4
(205,207,212)
#D2D4D8
(210,212,216)
#D7D9DC
(215,217,220)
#DCDEE0
(220,222,224)
#E1E3E4
(225,227,228)
#E6E8E8
(230,232,232)
#EBEDEC
(235,237,236)
#F0F2F0
(240,242,240)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C5CC; }

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

This text font color is #C3C5CC.

Background Color

.myBgColor { background-color: #C3C5CC; }

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

This div background color is #C3C5CC.

Border color

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

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

This div border color is #C3C5CC.

Opacity

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

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

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

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

This text has shadow with #C3C5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3C5CC.

Preview

Color preview on black background

This text has color #C3C5CC on black background.


Color preview on white background

This text has color #C3C5CC on white background.


Black color preview on #C3C5CC background

This text has black color on #C3C5CC background.


White color preview on #C3C5CC background

This text has white color on #C3C5CC background.


Related colors

Complementary color

Complementary color for #hex is #3C3A33.


I love getcolorcode.com

Triadic colors

1 #CCC3C5 and #C5CCC3 with #C3C5CC are triadic colors.

2 #CCC5C3 and #C5C3CC with #C3C5CC are triadic colors.