COLOR #CCC3F3

HEX: #CCC3F3
RGB: (204,195,243)

Color info

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

RGB color model

#CCC3F3 color RGB value is (204,195,243).

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

RGB channels and saturation

R 204 of 255 = 80%
G 195 of 255 = 76%
B 243 of 255 = 95%

204
195
243

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

Portions of RGB colors in percentages

R + G + B =
204 + 195 + 243 = 642 (100%)
R 204 of 642 ~ 31.78%
G 195 of 642 ~ 30.37%
B 243 of 642 ~ 37.85%

%31.78
%30.37
%37.85

CMYK color model

#CCC3F3 color CMYK value is (16,20,0,5).

  • cyan value is 16.05%
  • magenta value is 19.75%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(16,20,0,5)
C16M20Y0K5 
(16%,20%,0%,5%)
(0.16/0.20/0.00/0.05)	

CMYK percentages

%16.05
%19.75
%0
%4.71

Codes

Color #CCC3F3 in popluar color models

CCC3F3
RGB204195243
HSL251°66.67%85.88%
HSB/HSV251°19.75%95.29%
CMYK16.05%19.75%0.00%
4.71%

Color #CCC3F3 in popluar number systems.

HEXCCC3F3
Decimal204195243
Binary110011001100001111110011
Octal314303363

Shades and tints

Shades of #CCC3F3

#CCC3F3
(204,195,243)
#BAB2DD
(186,178,221)
#A8A1C7
(168,161,199)
#9690B1
(150,144,177)
#847F9B
(132,127,155)
#726E85
(114,110,133)
#605D6F
(96,93,111)
#4E4C59
(78,76,89)
#3C3B43
(60,59,67)
#2A2A2D
(42,42,45)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #CCC3F3

#CCC3F3
(204,195,243)
#D0C8F4
(208,200,244)
#D4CDF5
(212,205,245)
#D8D2F6
(216,210,246)
#DCD7F7
(220,215,247)
#E0DCF8
(224,220,248)
#E4E1F9
(228,225,249)
#E8E6FA
(232,230,250)
#ECEBFB
(236,235,251)
#F0F0FC
(240,240,252)
#F4F5FD
(244,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC3F3; }

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

This text font color is #CCC3F3.


Background Color

.myBgColor { background-color: #CCC3F3; }

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

This div background color is #CCC3F3.


Border color

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

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

This div border color is #CCC3F3.


Opacity

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

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

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

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

This text has shadow with #CCC3F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC3F3 on black background.


Color preview on white background

This text has color #CCC3F3 on white background.



Black color preview on #CCC3F3 background

This text has black color on #CCC3F3 background.


White color preview on #CCC3F3 background

This text has white color on #CCC3F3 background.