COLOR #C3CCD7

HEX: #C3CCD7
RGB: (195,204,215)

Color info

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

RGB color model

#C3CCD7 color RGB value is (195,204,215).

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

RGB channels and saturation

R 195 of 255 = 76%
G 204 of 255 = 80%
B 215 of 255 = 84%

195
204
215

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

Portions of RGB colors in percentages

R + G + B =
195 + 204 + 215 = 614 (100%)
R 195 of 614 ~ 31.76%
G 204 of 614 ~ 33.22%
B 215 of 614 ~ 35.02%

%31.76
%33.22
%35.02

CMYK color model

#C3CCD7 color CMYK value is (9,5,0,16).

  • cyan value is 9.30%
  • magenta value is 5.12%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK: (9,5,0,16) C9M5Y0K16 (9%,5%,0%,16%) (0.09/0.05/0.00/0.16)

CMYK percentages

%9.3
%5.12
%0
%15.69

Codes

Color #C3CCD7 in popluar color models

C3CCD7
RGB195204215
HSL213°20.00%80.39%
HSB/HSV213°9.30%84.31%
CMYK9.30%5.12%0.00%
15.69%

Color #C3CCD7 in popluar number systems.

HEXC3CCD7
Decimal195204215
Binary110000111100110011010111
Octal303314327

Shades and tints

Shades of #C3CCD7

#C3CCD7
(195,204,215)
#B2BAC4
(178,186,196)
#A1A8B1
(161,168,177)
#90969E
(144,150,158)
#7F848B
(127,132,139)
#6E7278
(110,114,120)
#5D6065
(93,96,101)
#4C4E52
(76,78,82)
#3B3C3F
(59,60,63)
#2A2A2C
(42,42,44)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #C3CCD7

#C3CCD7
(195,204,215)
#C8D0DA
(200,208,218)
#CDD4DD
(205,212,221)
#D2D8E0
(210,216,224)
#D7DCE3
(215,220,227)
#DCE0E6
(220,224,230)
#E1E4E9
(225,228,233)
#E6E8EC
(230,232,236)
#EBECEF
(235,236,239)
#F0F0F2
(240,240,242)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CCD7; }

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

This text font color is #C3CCD7.


Background Color

.myBgColor { background-color: #C3CCD7; }

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

This div background color is #C3CCD7.


Border color

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

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

This div border color is #C3CCD7.


Opacity

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

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

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

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

This text has shadow with #C3CCD7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C3CCD7 on black background.


Color preview on white background

This text has color #C3CCD7 on white background.



Black color preview on #C3CCD7 background

This text has black color on #C3CCD7 background.


White color preview on #C3CCD7 background

This text has white color on #C3CCD7 background.