COLOR #C3D2FD

HEX: #C3D2FD
RGB: (195,210,253)

Color info

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

RGB color model

#C3D2FD color RGB value is (195,210,253).

  • red value is 195;
  • green value is 210;
  • blue value is 253.
RGB:
(195,210,253)
(76%,82%,99%)

RGB channels and saturation

R 195 of 255 = 76%
G 210 of 255 = 82%
B 253 of 255 = 99%

195
210
253

R + G + B ~ 86%. #C3D2FD is light color.

Portions of RGB colors in percentages

R + G + B =
195 + 210 + 253 = 658 (100%)
R 195 of 658 ~ 29.64%
G 210 of 658 ~ 31.91%
B 253 of 658 ~ 38.45%

%29.64
%31.91
%38.45

CMYK color model

#C3D2FD color CMYK value is (23,17,0,1).

  • cyan value is 22.92%
  • magenta value is 17.00%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(23,17,0,1)
C23M17Y0K1 
(23%,17%,0%,1%)
(0.23/0.17/0.00/0.01)	

CMYK percentages

%22.92
%17
%0
%0.78

Codes

Color #C3D2FD in popluar color models

C3D2FD
RGB195210253
HSL224°93.55%87.84%
HSB/HSV224°22.92%99.22%
CMYK22.92%17.00%0.00%
0.78%

Color #C3D2FD in popluar number systems.

HEXC3D2FD
Decimal195210253
Binary110000111101001011111101
Octal303322375

Shades and tints

Shades of #C3D2FD

#C3D2FD
(195,210,253)
#B2BFE6
(178,191,230)
#A1ACCF
(161,172,207)
#9099B8
(144,153,184)
#7F86A1
(127,134,161)
#6E738A
(110,115,138)
#5D6073
(93,96,115)
#4C4D5C
(76,77,92)
#3B3A45
(59,58,69)
#2A272E
(42,39,46)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #C3D2FD

#C3D2FD
(195,210,253)
#C8D6FD
(200,214,253)
#CDDAFD
(205,218,253)
#D2DEFD
(210,222,253)
#D7E2FD
(215,226,253)
#DCE6FD
(220,230,253)
#E1EAFD
(225,234,253)
#E6EEFD
(230,238,253)
#EBF2FD
(235,242,253)
#F0F6FD
(240,246,253)
#F5FAFD
(245,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3D2FD color. Also use rgb(195,210,253) instead hex code.

Text Font Color

.myTextColor { color: #C3D2FD; }

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

This text font color is #C3D2FD.


Background Color

.myBgColor { background-color: #C3D2FD; }

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

This div background color is #C3D2FD.


Border color

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

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

This div border color is #C3D2FD.


Opacity

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

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

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

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

This text has shadow with #C3D2FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D2FD on black background.


Color preview on white background

This text has color #C3D2FD on white background.



Black color preview on #C3D2FD background

This text has black color on #C3D2FD background.


White color preview on #C3D2FD background

This text has white color on #C3D2FD background.