COLOR #C3CFCC

HEX: #C3CFCC
RGB: (195,207,204)

Color info

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

RGB color model

#C3CFCC color RGB value is (195,207,204).

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

RGB channels and saturation

R 195 of 255 = 76%
G 207 of 255 = 81%
B 204 of 255 = 80%

195
207
204

R + G + B ~ 79%. #C3CFCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 207 + 204 = 606 (100%)
R 195 of 606 ~ 32.18%
G 207 of 606 ~ 34.16%
B 204 of 606 ~ 33.66%

%32.18
%34.16
%33.66

CMYK color model

#C3CFCC color CMYK value is (6,0,1,19).

  • cyan value is 5.80%
  • magenta value is 0.00%
  • yellow value is 1.45%
  • key color value is 18.82%
CMYK:
(6,0,1,19)
C6M0Y1K19 
(6%,0%,1%,19%)
(0.06/0.00/0.01/0.19)	

CMYK percentages

%5.8
%0
%1.45
%18.82

Codes

Color #C3CFCC in popluar color models

C3CFCC
RGB195207204
HSL165°11.11%78.82%
HSB/HSV165°5.80%81.18%
CMYK5.80%0.00%1.45%
18.82%

Color #C3CFCC in popluar number systems.

HEXC3CFCC
Decimal195207204
Binary110000111100111111001100
Octal303317314

Shades and tints

Shades of #C3CFCC

#C3CFCC
(195,207,204)
#B2BDBA
(178,189,186)
#A1ABA8
(161,171,168)
#909996
(144,153,150)
#7F8784
(127,135,132)
#6E7572
(110,117,114)
#5D6360
(93,99,96)
#4C514E
(76,81,78)
#3B3F3C
(59,63,60)
#2A2D2A
(42,45,42)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #C3CFCC

#C3CFCC
(195,207,204)
#C8D3D0
(200,211,208)
#CDD7D4
(205,215,212)
#D2DBD8
(210,219,216)
#D7DFDC
(215,223,220)
#DCE3E0
(220,227,224)
#E1E7E4
(225,231,228)
#E6EBE8
(230,235,232)
#EBEFEC
(235,239,236)
#F0F3F0
(240,243,240)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CFCC; }

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

This text font color is #C3CFCC.


Background Color

.myBgColor { background-color: #C3CFCC; }

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

This div background color is #C3CFCC.


Border color

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

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

This div border color is #C3CFCC.


Opacity

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

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

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

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

This text has shadow with #C3CFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CFCC on black background.


Color preview on white background

This text has color #C3CFCC on white background.



Black color preview on #C3CFCC background

This text has black color on #C3CFCC background.


White color preview on #C3CFCC background

This text has white color on #C3CFCC background.