COLOR #C3CCF8

HEX: #C3CCF8
RGB: (195,204,248)

Color info

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

RGB color model

#C3CCF8 color RGB value is (195,204,248).

  • red value is 195;
  • green value is 204;
  • blue value is 248.
RGB:
(195,204,248)
(76%,80%,97%)

RGB channels and saturation

R 195 of 255 = 76%
G 204 of 255 = 80%
B 248 of 255 = 97%

195
204
248

R + G + B ~ 84%. #C3CCF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 204 + 248 = 647 (100%)
R 195 of 647 ~ 30.14%
G 204 of 647 ~ 31.53%
B 248 of 647 ~ 38.33%

%30.14
%31.53
%38.33

CMYK color model

#C3CCF8 color CMYK value is (21,18,0,3).

  • cyan value is 21.37%
  • magenta value is 17.74%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(21,18,0,3)
C21M18Y0K3 
(21%,18%,0%,3%)
(0.21/0.18/0.00/0.03)	

CMYK percentages

%21.37
%17.74
%0
%2.75

Codes

Color #C3CCF8 in popluar color models

C3CCF8
RGB195204248
HSL230°79.10%86.86%
HSB/HSV230°21.37%97.25%
CMYK21.37%17.74%0.00%
2.75%

Color #C3CCF8 in popluar number systems.

HEXC3CCF8
Decimal195204248
Binary110000111100110011111000
Octal303314370

Shades and tints

Shades of #C3CCF8

#C3CCF8
(195,204,248)
#B2BAE2
(178,186,226)
#A1A8CC
(161,168,204)
#9096B6
(144,150,182)
#7F84A0
(127,132,160)
#6E728A
(110,114,138)
#5D6074
(93,96,116)
#4C4E5E
(76,78,94)
#3B3C48
(59,60,72)
#2A2A32
(42,42,50)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #C3CCF8

#C3CCF8
(195,204,248)
#C8D0F8
(200,208,248)
#CDD4F8
(205,212,248)
#D2D8F8
(210,216,248)
#D7DCF8
(215,220,248)
#DCE0F8
(220,224,248)
#E1E4F8
(225,228,248)
#E6E8F8
(230,232,248)
#EBECF8
(235,236,248)
#F0F0F8
(240,240,248)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CCF8; }

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

This text font color is #C3CCF8.


Background Color

.myBgColor { background-color: #C3CCF8; }

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

This div background color is #C3CCF8.


Border color

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

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

This div border color is #C3CCF8.


Opacity

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

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

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

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

This text has shadow with #C3CCF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CCF8 on black background.


Color preview on white background

This text has color #C3CCF8 on white background.



Black color preview on #C3CCF8 background

This text has black color on #C3CCF8 background.


White color preview on #C3CCF8 background

This text has white color on #C3CCF8 background.