COLOR #C3D4D6

HEX: #C3D4D6
RGB: (195,212,214)

Color info

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

RGB color model

#C3D4D6 color RGB value is (195,212,214).

  • red value is 195;
  • green value is 212;
  • blue value is 214.
RGB:
(195,212,214)
(76%,83%,84%)

RGB channels and saturation

R 195 of 255 = 76%
G 212 of 255 = 83%
B 214 of 255 = 84%

195
212
214

R + G + B ~ 81%. #C3D4D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 212 + 214 = 621 (100%)
R 195 of 621 ~ 31.4%
G 212 of 621 ~ 34.14%
B 214 of 621 ~ 34.46%

%31.4
%34.14
%34.46

CMYK color model

#C3D4D6 color CMYK value is (9,1,0,16).

  • cyan value is 8.88%
  • magenta value is 0.93%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(9,1,0,16)
C9M1Y0K16 
(9%,1%,0%,16%)
(0.09/0.01/0.00/0.16)	

CMYK percentages

%8.88
%0.93
%0
%16.08

Codes

Color #C3D4D6 in popluar color models

C3D4D6
RGB195212214
HSL186°18.81%80.20%
HSB/HSV186°8.88%83.92%
CMYK8.88%0.93%0.00%
16.08%

Color #C3D4D6 in popluar number systems.

HEXC3D4D6
Decimal195212214
Binary110000111101010011010110
Octal303324326

Shades and tints

Shades of #C3D4D6

#C3D4D6
(195,212,214)
#B2C1C3
(178,193,195)
#A1AEB0
(161,174,176)
#909B9D
(144,155,157)
#7F888A
(127,136,138)
#6E7577
(110,117,119)
#5D6264
(93,98,100)
#4C4F51
(76,79,81)
#3B3C3E
(59,60,62)
#2A292B
(42,41,43)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #C3D4D6

#C3D4D6
(195,212,214)
#C8D7D9
(200,215,217)
#CDDADC
(205,218,220)
#D2DDDF
(210,221,223)
#D7E0E2
(215,224,226)
#DCE3E5
(220,227,229)
#E1E6E8
(225,230,232)
#E6E9EB
(230,233,235)
#EBECEE
(235,236,238)
#F0EFF1
(240,239,241)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3D4D6 color. Also use rgb(195,212,214) instead hex code.

Text Font Color

.myTextColor { color: #C3D4D6; }

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

This text font color is #C3D4D6.


Background Color

.myBgColor { background-color: #C3D4D6; }

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

This div background color is #C3D4D6.


Border color

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

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

This div border color is #C3D4D6.


Opacity

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

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

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

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

This text has shadow with #C3D4D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D4D6 on black background.


Color preview on white background

This text has color #C3D4D6 on white background.



Black color preview on #C3D4D6 background

This text has black color on #C3D4D6 background.


White color preview on #C3D4D6 background

This text has white color on #C3D4D6 background.