COLOR #C3CECF

HEX: #C3CECF
RGB: (195,206,207)

Color info

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

RGB color model

#C3CECF color RGB value is (195,206,207).

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

RGB channels and saturation

R 195 of 255 = 76%
G 206 of 255 = 81%
B 207 of 255 = 81%

195
206
207

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

Portions of RGB colors in percentages

R + G + B =
195 + 206 + 207 = 608 (100%)
R 195 of 608 ~ 32.07%
G 206 of 608 ~ 33.88%
B 207 of 608 ~ 34.05%

%32.07
%33.88
%34.05

CMYK color model

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

  • cyan value is 5.80%
  • magenta value is 0.48%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(6,0,0,19)
C6M0Y0K19 
(6%,0%,0%,19%)
(0.06/0.00/0.00/0.19)	

CMYK percentages

%5.8
%0.48
%0
%18.82

Codes

Color #C3CECF in popluar color models

C3CECF
RGB195206207
HSL185°11.11%78.82%
HSB/HSV185°5.80%81.18%
CMYK5.80%0.48%0.00%
18.82%

Color #C3CECF in popluar number systems.

HEXC3CECF
Decimal195206207
Binary110000111100111011001111
Octal303316317

Shades and tints

Shades of #C3CECF

#C3CECF
(195,206,207)
#B2BCBD
(178,188,189)
#A1AAAB
(161,170,171)
#909899
(144,152,153)
#7F8687
(127,134,135)
#6E7475
(110,116,117)
#5D6263
(93,98,99)
#4C5051
(76,80,81)
#3B3E3F
(59,62,63)
#2A2C2D
(42,44,45)
#191A1B
(25,26,27)
#000000
(0,0,0)

Tints of #C3CECF

#C3CECF
(195,206,207)
#C8D2D3
(200,210,211)
#CDD6D7
(205,214,215)
#D2DADB
(210,218,219)
#D7DEDF
(215,222,223)
#DCE2E3
(220,226,227)
#E1E6E7
(225,230,231)
#E6EAEB
(230,234,235)
#EBEEEF
(235,238,239)
#F0F2F3
(240,242,243)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CECF; }

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

This text font color is #C3CECF.


Background Color

.myBgColor { background-color: #C3CECF; }

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

This div background color is #C3CECF.


Border color

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

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

This div border color is #C3CECF.


Opacity

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

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

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

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

This text has shadow with #C3CECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CECF on black background.


Color preview on white background

This text has color #C3CECF on white background.



Black color preview on #C3CECF background

This text has black color on #C3CECF background.


White color preview on #C3CECF background

This text has white color on #C3CECF background.