COLOR #C3CED7

HEX: #C3CED7
RGB: (195,206,215)

Color info

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

RGB color model

#C3CED7 color RGB value is (195,206,215).

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

RGB channels and saturation

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

195
206
215

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

Portions of RGB colors in percentages

R + G + B =
195 + 206 + 215 = 616 (100%)
R 195 of 616 ~ 31.66%
G 206 of 616 ~ 33.44%
B 215 of 616 ~ 34.9%

%31.66
%33.44
%34.9

CMYK color model

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

  • cyan value is 9.30%
  • magenta value is 4.19%
  • 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
%4.19
%0
%15.69

Codes

Color #C3CED7 in popluar color models

C3CED7
RGB195206215
HSL207°20.00%80.39%
HSB/HSV207°9.30%84.31%
CMYK9.30%4.19%0.00%
15.69%

Color #C3CED7 in popluar number systems.

HEXC3CED7
Decimal195206215
Binary110000111100111011010111
Octal303316327

Shades and tints

Shades of #C3CED7

#C3CED7
(195,206,215)
#B2BCC4
(178,188,196)
#A1AAB1
(161,170,177)
#90989E
(144,152,158)
#7F868B
(127,134,139)
#6E7478
(110,116,120)
#5D6265
(93,98,101)
#4C5052
(76,80,82)
#3B3E3F
(59,62,63)
#2A2C2C
(42,44,44)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #C3CED7

#C3CED7
(195,206,215)
#C8D2DA
(200,210,218)
#CDD6DD
(205,214,221)
#D2DAE0
(210,218,224)
#D7DEE3
(215,222,227)
#DCE2E6
(220,226,230)
#E1E6E9
(225,230,233)
#E6EAEC
(230,234,236)
#EBEEEF
(235,238,239)
#F0F2F2
(240,242,242)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CED7; }

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

This text font color is #C3CED7.


Background Color

.myBgColor { background-color: #C3CED7; }

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

This div background color is #C3CED7.


Border color

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

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

This div border color is #C3CED7.


Opacity

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

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

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

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

This text has shadow with #C3CED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CED7 on black background.


Color preview on white background

This text has color #C3CED7 on white background.



Black color preview on #C3CED7 background

This text has black color on #C3CED7 background.


White color preview on #C3CED7 background

This text has white color on #C3CED7 background.