COLOR #C3CDEC

HEX: #C3CDEC
RGB: (195,205,236)

Color info

#C3CDEC contains red, green and blue colors in about the same proportion. Web safe color of #C3CDEC is #CCCCFF (or #CCF).

RGB color model

#C3CDEC color RGB value is (195,205,236).

  • red value is 195;
  • green value is 205;
  • blue value is 236.
RGB:
(195,205,236)
(76%,80%,93%)

RGB channels and saturation

R 195 of 255 = 76%
G 205 of 255 = 80%
B 236 of 255 = 93%

195
205
236

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

Portions of RGB colors in percentages

R + G + B =
195 + 205 + 236 = 636 (100%)
R 195 of 636 ~ 30.66%
G 205 of 636 ~ 32.23%
B 236 of 636 ~ 37.11%

%30.66
%32.23
%37.11

CMYK color model

#C3CDEC color CMYK value is (17,13,0,7).

  • cyan value is 17.37%
  • magenta value is 13.14%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(17,13,0,7)
C17M13Y0K7 
(17%,13%,0%,7%)
(0.17/0.13/0.00/0.07)	

CMYK percentages

%17.37
%13.14
%0
%7.45

Codes

Color #C3CDEC in popluar color models

C3CDEC
RGB195205236
HSL225°51.90%84.51%
HSB/HSV225°17.37%92.55%
CMYK17.37%13.14%0.00%
7.45%

Color #C3CDEC in popluar number systems.

HEXC3CDEC
Decimal195205236
Binary110000111100110111101100
Octal303315354

Shades and tints

Shades of #C3CDEC

#C3CDEC
(195,205,236)
#B2BBD7
(178,187,215)
#A1A9C2
(161,169,194)
#9097AD
(144,151,173)
#7F8598
(127,133,152)
#6E7383
(110,115,131)
#5D616E
(93,97,110)
#4C4F59
(76,79,89)
#3B3D44
(59,61,68)
#2A2B2F
(42,43,47)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #C3CDEC

#C3CDEC
(195,205,236)
#C8D1ED
(200,209,237)
#CDD5EE
(205,213,238)
#D2D9EF
(210,217,239)
#D7DDF0
(215,221,240)
#DCE1F1
(220,225,241)
#E1E5F2
(225,229,242)
#E6E9F3
(230,233,243)
#EBEDF4
(235,237,244)
#F0F1F5
(240,241,245)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CDEC color. Also use rgb(195,205,236) instead hex code.

Text Font Color

.myTextColor { color: #C3CDEC; }

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

This text font color is #C3CDEC.


Background Color

.myBgColor { background-color: #C3CDEC; }

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

This div background color is #C3CDEC.


Border color

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

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

This div border color is #C3CDEC.


Opacity

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

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

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

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

This text has shadow with #C3CDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CDEC on black background.


Color preview on white background

This text has color #C3CDEC on white background.



Black color preview on #C3CDEC background

This text has black color on #C3CDEC background.


White color preview on #C3CDEC background

This text has white color on #C3CDEC background.