COLOR #C3CFD7

HEX: #C3CFD7
RGB: (195,207,215)

Color info

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

RGB color model

#C3CFD7 color RGB value is (195,207,215).

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

RGB channels and saturation

R 195 of 255 = 76%
G 207 of 255 = 81%
B 215 of 255 = 84%

195
207
215

R + G + B ~ 80%. #C3CFD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 207 + 215 = 617 (100%)
R 195 of 617 ~ 31.6%
G 207 of 617 ~ 33.55%
B 215 of 617 ~ 34.85%

%31.6
%33.55
%34.85

CMYK color model

#C3CFD7 color CMYK value is (9,4,0,16).

  • cyan value is 9.30%
  • magenta value is 3.72%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(9,4,0,16)
C9M4Y0K16 
(9%,4%,0%,16%)
(0.09/0.04/0.00/0.16)	

CMYK percentages

%9.3
%3.72
%0
%15.69

Codes

Color #C3CFD7 in popluar color models

C3CFD7
RGB195207215
HSL204°20.00%80.39%
HSB/HSV204°9.30%84.31%
CMYK9.30%3.72%0.00%
15.69%

Color #C3CFD7 in popluar number systems.

HEXC3CFD7
Decimal195207215
Binary110000111100111111010111
Octal303317327

Shades and tints

Shades of #C3CFD7

#C3CFD7
(195,207,215)
#B2BDC4
(178,189,196)
#A1ABB1
(161,171,177)
#90999E
(144,153,158)
#7F878B
(127,135,139)
#6E7578
(110,117,120)
#5D6365
(93,99,101)
#4C5152
(76,81,82)
#3B3F3F
(59,63,63)
#2A2D2C
(42,45,44)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #C3CFD7

#C3CFD7
(195,207,215)
#C8D3DA
(200,211,218)
#CDD7DD
(205,215,221)
#D2DBE0
(210,219,224)
#D7DFE3
(215,223,227)
#DCE3E6
(220,227,230)
#E1E7E9
(225,231,233)
#E6EBEC
(230,235,236)
#EBEFEF
(235,239,239)
#F0F3F2
(240,243,242)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CFD7; }

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

This text font color is #C3CFD7.


Background Color

.myBgColor { background-color: #C3CFD7; }

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

This div background color is #C3CFD7.


Border color

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

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

This div border color is #C3CFD7.


Opacity

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

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

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

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

This text has shadow with #C3CFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CFD7 on black background.


Color preview on white background

This text has color #C3CFD7 on white background.



Black color preview on #C3CFD7 background

This text has black color on #C3CFD7 background.


White color preview on #C3CFD7 background

This text has white color on #C3CFD7 background.