COLOR #C3CDF0

HEX: #C3CDF0
RGB: (195,205,240)

Color info

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

RGB color model

#C3CDF0 color RGB value is (195,205,240).

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

RGB channels and saturation

R 195 of 255 = 76%
G 205 of 255 = 80%
B 240 of 255 = 94%

195
205
240

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

Portions of RGB colors in percentages

R + G + B =
195 + 205 + 240 = 640 (100%)
R 195 of 640 ~ 30.47%
G 205 of 640 ~ 32.03%
B 240 of 640 ~ 37.5%

%30.47
%32.03
%37.5

CMYK color model

#C3CDF0 color CMYK value is (19,15,0,6).

  • cyan value is 18.75%
  • magenta value is 14.58%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(19,15,0,6)
C19M15Y0K6 
(19%,15%,0%,6%)
(0.19/0.15/0.00/0.06)	

CMYK percentages

%18.75
%14.58
%0
%5.88

Codes

Color #C3CDF0 in popluar color models

C3CDF0
RGB195205240
HSL227°60.00%85.29%
HSB/HSV227°18.75%94.12%
CMYK18.75%14.58%0.00%
5.88%

Color #C3CDF0 in popluar number systems.

HEXC3CDF0
Decimal195205240
Binary110000111100110111110000
Octal303315360

Shades and tints

Shades of #C3CDF0

#C3CDF0
(195,205,240)
#B2BBDB
(178,187,219)
#A1A9C6
(161,169,198)
#9097B1
(144,151,177)
#7F859C
(127,133,156)
#6E7387
(110,115,135)
#5D6172
(93,97,114)
#4C4F5D
(76,79,93)
#3B3D48
(59,61,72)
#2A2B33
(42,43,51)
#19191E
(25,25,30)
#000000
(0,0,0)

Tints of #C3CDF0

#C3CDF0
(195,205,240)
#C8D1F1
(200,209,241)
#CDD5F2
(205,213,242)
#D2D9F3
(210,217,243)
#D7DDF4
(215,221,244)
#DCE1F5
(220,225,245)
#E1E5F6
(225,229,246)
#E6E9F7
(230,233,247)
#EBEDF8
(235,237,248)
#F0F1F9
(240,241,249)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CDF0; }

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

This text font color is #C3CDF0.


Background Color

.myBgColor { background-color: #C3CDF0; }

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

This div background color is #C3CDF0.


Border color

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

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

This div border color is #C3CDF0.


Opacity

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

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

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

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

This text has shadow with #C3CDF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CDF0 on black background.


Color preview on white background

This text has color #C3CDF0 on white background.



Black color preview on #C3CDF0 background

This text has black color on #C3CDF0 background.


White color preview on #C3CDF0 background

This text has white color on #C3CDF0 background.