COLOR #C3CCC9

HEX: #C3CCC9
RGB: (195,204,201)

Color info

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

RGB color model

#C3CCC9 color RGB value is (195,204,201).

  • red value is 195;
  • green value is 204;
  • blue value is 201.
RGB:
(195,204,201)
(76%,80%,79%)

RGB channels and saturation

R 195 of 255 = 76%
G 204 of 255 = 80%
B 201 of 255 = 79%

195
204
201

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

Portions of RGB colors in percentages

R + G + B =
195 + 204 + 201 = 600 (100%)
R 195 of 600 ~ 32.5%
G 204 of 600 ~ 34%
B 201 of 600 ~ 33.5%

%32.5
%34
%33.5

CMYK color model

#C3CCC9 color CMYK value is (4,0,1,20).

  • cyan value is 4.41%
  • magenta value is 0.00%
  • yellow value is 1.47%
  • key color value is 20.00%
CMYK:
(4,0,1,20)
C4M0Y1K20 
(4%,0%,1%,20%)
(0.04/0.00/0.01/0.20)	

CMYK percentages

%4.41
%0
%1.47
%20

Codes

Color #C3CCC9 in popluar color models

C3CCC9
RGB195204201
HSL160°8.11%78.24%
HSB/HSV160°4.41%80.00%
CMYK4.41%0.00%1.47%
20.00%

Color #C3CCC9 in popluar number systems.

HEXC3CCC9
Decimal195204201
Binary110000111100110011001001
Octal303314311

Shades and tints

Shades of #C3CCC9

#C3CCC9
(195,204,201)
#B2BAB7
(178,186,183)
#A1A8A5
(161,168,165)
#909693
(144,150,147)
#7F8481
(127,132,129)
#6E726F
(110,114,111)
#5D605D
(93,96,93)
#4C4E4B
(76,78,75)
#3B3C39
(59,60,57)
#2A2A27
(42,42,39)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #C3CCC9

#C3CCC9
(195,204,201)
#C8D0CD
(200,208,205)
#CDD4D1
(205,212,209)
#D2D8D5
(210,216,213)
#D7DCD9
(215,220,217)
#DCE0DD
(220,224,221)
#E1E4E1
(225,228,225)
#E6E8E5
(230,232,229)
#EBECE9
(235,236,233)
#F0F0ED
(240,240,237)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CCC9; }

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

This text font color is #C3CCC9.


Background Color

.myBgColor { background-color: #C3CCC9; }

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

This div background color is #C3CCC9.


Border color

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

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

This div border color is #C3CCC9.


Opacity

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

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

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

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

This text has shadow with #C3CCC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CCC9 on black background.


Color preview on white background

This text has color #C3CCC9 on white background.



Black color preview on #C3CCC9 background

This text has black color on #C3CCC9 background.


White color preview on #C3CCC9 background

This text has white color on #C3CCC9 background.