COLOR #C3DCE1

HEX: #C3DCE1
RGB: (195,220,225)

Color info

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

RGB color model

#C3DCE1 color RGB value is (195,220,225).

  • red value is 195;
  • green value is 220;
  • blue value is 225.
RGB:
(195,220,225)
(76%,86%,88%)

RGB channels and saturation

R 195 of 255 = 76%
G 220 of 255 = 86%
B 225 of 255 = 88%

195
220
225

R + G + B ~ 83%. #C3DCE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 220 + 225 = 640 (100%)
R 195 of 640 ~ 30.47%
G 220 of 640 ~ 34.38%
B 225 of 640 ~ 35.16%

%30.47
%34.38
%35.16

CMYK color model

#C3DCE1 color CMYK value is (13,2,0,12).

  • cyan value is 13.33%
  • magenta value is 2.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(13,2,0,12)
C13M2Y0K12 
(13%,2%,0%,12%)
(0.13/0.02/0.00/0.12)	

CMYK percentages

%13.33
%2.22
%0
%11.76

Codes

Color #C3DCE1 in popluar color models

C3DCE1
RGB195220225
HSL190°33.33%82.35%
HSB/HSV190°13.33%88.24%
CMYK13.33%2.22%0.00%
11.76%

Color #C3DCE1 in popluar number systems.

HEXC3DCE1
Decimal195220225
Binary110000111101110011100001
Octal303334341

Shades and tints

Shades of #C3DCE1

#C3DCE1
(195,220,225)
#B2C8CD
(178,200,205)
#A1B4B9
(161,180,185)
#90A0A5
(144,160,165)
#7F8C91
(127,140,145)
#6E787D
(110,120,125)
#5D6469
(93,100,105)
#4C5055
(76,80,85)
#3B3C41
(59,60,65)
#2A282D
(42,40,45)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #C3DCE1

#C3DCE1
(195,220,225)
#C8DFE3
(200,223,227)
#CDE2E5
(205,226,229)
#D2E5E7
(210,229,231)
#D7E8E9
(215,232,233)
#DCEBEB
(220,235,235)
#E1EEED
(225,238,237)
#E6F1EF
(230,241,239)
#EBF4F1
(235,244,241)
#F0F7F3
(240,247,243)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DCE1 color. Also use rgb(195,220,225) instead hex code.

Text Font Color

.myTextColor { color: #C3DCE1; }

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

This text font color is #C3DCE1.


Background Color

.myBgColor { background-color: #C3DCE1; }

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

This div background color is #C3DCE1.


Border color

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

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

This div border color is #C3DCE1.


Opacity

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

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

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

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

This text has shadow with #C3DCE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DCE1 on black background.


Color preview on white background

This text has color #C3DCE1 on white background.



Black color preview on #C3DCE1 background

This text has black color on #C3DCE1 background.


White color preview on #C3DCE1 background

This text has white color on #C3DCE1 background.