COLOR #C3CCFD

HEX: #C3CCFD RGB: (195,204,253)

Color info

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

RGB color model

#C3CCFD color RGB value is (195,204,253).

RGB: (195,204,253) (76%, 80%, 99%)

RGB channels and saturation

R 195 of 255 = 76%
G 204 of 255 = 80%
B 253 of 255 = 99%

195
204
253

R + G + B ~ 85%. #C3CCFD is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 204 + 253 = 652 (100%)
R 195 of 652 ~ 29.91%
G 204 of 652 ~ 31.29%
B 253 of 652 ~ 38.8'%

%29.91
%31.29
%38.8

CMYK color model

#C3CCFD color CMYK value is (23,19,0,1).

  • cyan value is 22.92%
  • magenta value is 19.37%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (23,19,0,1)
C23M19Y0K1 (23%, 19%, 0%, 1%)
(0.23 / 0.19 / 0.00 / 0.01)

CMYK percentages

%22.92
%19.37
%0
%0.78

Codes

Color #C3CCFD in popluar color models

C3 CC FD
RGB 195 204 253
HSL 231° 93.55% 87.84%
HSB/HSV 231° 22.92% 99.22%
CMYK 22.92% 19.37% 0.00%
0.78%

Color #C3CCFD in popluar number systems.

HEX C3 CC FD
Decimal 195 204 253
Binary 11000011 11001100 11111101
Octal 303 314 375

Shades and tints

Shades of #C3CCFD

#C3CCFD
(195,204,253)
#B2BAE6
(178,186,230)
#A1A8CF
(161,168,207)
#9096B8
(144,150,184)
#7F84A1
(127,132,161)
#6E728A
(110,114,138)
#5D6073
(93,96,115)
#4C4E5C
(76,78,92)
#3B3C45
(59,60,69)
#2A2A2E
(42,42,46)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #C3CCFD

#C3CCFD
(195,204,253)
#C8D0FD
(200,208,253)
#CDD4FD
(205,212,253)
#D2D8FD
(210,216,253)
#D7DCFD
(215,220,253)
#DCE0FD
(220,224,253)
#E1E4FD
(225,228,253)
#E6E8FD
(230,232,253)
#EBECFD
(235,236,253)
#F0F0FD
(240,240,253)
#F5F4FD
(245,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CCFD; }

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

This text font color is #C3CCFD.

Background Color

.myBgColor { background-color: #C3CCFD; }

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

This div background color is #C3CCFD.

Border color

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

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

This div border color is #C3CCFD.

Opacity

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

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

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

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

This text has shadow with #C3CCFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3CCFD.

Preview

Color preview on black background

This text has color #C3CCFD on black background.


Color preview on white background

This text has color #C3CCFD on white background.


Black color preview on #C3CCFD background

This text has black color on #C3CCFD background.


White color preview on #C3CCFD background

This text has white color on #C3CCFD background.


Related colors

Complementary color

Complementary color for #hex is #3C3302.


I love getcolorcode.com

Triadic colors

1 #FDC3CC and #CCFDC3 with #C3CCFD are triadic colors.

2 #FDCCC3 and #CCC3FD with #C3CCFD are triadic colors.