COLOR #C3C8CC

HEX: #C3C8CC RGB: (195,200,204)

Color info

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

RGB color model

#C3C8CC color RGB value is (195,200,204).

RGB: (195,200,204) (76%, 78%, 80%)

RGB channels and saturation

R 195 of 255 = 76%
G 200 of 255 = 78%
B 204 of 255 = 80%

195
200
204

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

Portions of RGB colors in percentages

R + G + B = 195 + 200 + 204 = 599 (100%)
R 195 of 599 ~ 32.55%
G 200 of 599 ~ 33.39%
B 204 of 599 ~ 34.06'%

%32.55
%33.39
%34.06

CMYK color model

#C3C8CC color CMYK value is (4,2,0,20).

  • cyan value is 4.41%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (4,2,0,20) C4M2Y0K20 (4%,2%,0%,20%) (0.04/0.02/0.00/0.20) 

CMYK percentages

%4.41
%1.96
%0
%20

Codes

Color #C3C8CC in popluar color models

C3 C8 CC
RGB 195 200 204
HSL 207° 8.11% 78.24%
HSB/HSV 207° 4.41% 80.00%
CMYK 4.41% 1.96% 0.00%
20.00%

Color #C3C8CC in popluar number systems.

HEX C3 C8 CC
Decimal 195 200 204
Binary 11000011 11001000 11001100
Octal 303 310 314

Shades and tints

Shades of #C3C8CC

#C3C8CC
(195,200,204)
#B2B6BA
(178,182,186)
#A1A4A8
(161,164,168)
#909296
(144,146,150)
#7F8084
(127,128,132)
#6E6E72
(110,110,114)
#5D5C60
(93,92,96)
#4C4A4E
(76,74,78)
#3B383C
(59,56,60)
#2A262A
(42,38,42)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #C3C8CC

#C3C8CC
(195,200,204)
#C8CDD0
(200,205,208)
#CDD2D4
(205,210,212)
#D2D7D8
(210,215,216)
#D7DCDC
(215,220,220)
#DCE1E0
(220,225,224)
#E1E6E4
(225,230,228)
#E6EBE8
(230,235,232)
#EBF0EC
(235,240,236)
#F0F5F0
(240,245,240)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C8CC; }

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

This text font color is #C3C8CC.

Background Color

.myBgColor { background-color: #C3C8CC; }

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

This div background color is #C3C8CC.

Border color

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

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

This div border color is #C3C8CC.

Opacity

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

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

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

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

This text has shadow with #C3C8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3C8CC.

Preview

Color preview on black background

This text has color #C3C8CC on black background.


Color preview on white background

This text has color #C3C8CC on white background.


Black color preview on #C3C8CC background

This text has black color on #C3C8CC background.


White color preview on #C3C8CC background

This text has white color on #C3C8CC background.


Related colors

Complementary color

Complementary color for #hex is #3C3733.


I love getcolorcode.com

Triadic colors

1 #CCC3C8 and #C8CCC3 with #C3C8CC are triadic colors.

2 #CCC8C3 and #C8C3CC with #C3C8CC are triadic colors.