COLOR #CCCCF3

HEX: #CCCCF3
RGB: (204,204,243)

Color info

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

RGB color model

#CCCCF3 color RGB value is (204,204,243).

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

RGB channels and saturation

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

204
204
243

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

Portions of RGB colors in percentages

R + G + B =
204 + 204 + 243 = 651 (100%)
R 204 of 651 ~ 31.34%
G 204 of 651 ~ 31.34%
B 243 of 651 ~ 37.33%

%31.34
%31.34
%37.33

CMYK color model

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

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

CMYK percentages

%16.05
%16.05
%0
%4.71

Codes

Color #CCCCF3 in popluar color models

CCCCF3
RGB204204243
HSL240°61.90%87.65%
HSB/HSV240°16.05%95.29%
CMYK16.05%16.05%0.00%
4.71%

Color #CCCCF3 in popluar number systems.

HEXCCCCF3
Decimal204204243
Binary110011001100110011110011
Octal314314363

Shades and tints

Shades of #CCCCF3

#CCCCF3
(204,204,243)
#BABADD
(186,186,221)
#A8A8C7
(168,168,199)
#9696B1
(150,150,177)
#84849B
(132,132,155)
#727285
(114,114,133)
#60606F
(96,96,111)
#4E4E59
(78,78,89)
#3C3C43
(60,60,67)
#2A2A2D
(42,42,45)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #CCCCF3

#CCCCF3
(204,204,243)
#D0D0F4
(208,208,244)
#D4D4F5
(212,212,245)
#D8D8F6
(216,216,246)
#DCDCF7
(220,220,247)
#E0E0F8
(224,224,248)
#E4E4F9
(228,228,249)
#E8E8FA
(232,232,250)
#ECECFB
(236,236,251)
#F0F0FC
(240,240,252)
#F4F4FD
(244,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCCF3; }

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

This text font color is #CCCCF3.


Background Color

.myBgColor { background-color: #CCCCF3; }

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

This div background color is #CCCCF3.


Border color

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

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

This div border color is #CCCCF3.


Opacity

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

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

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

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

This text has shadow with #CCCCF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCCF3 on black background.


Color preview on white background

This text has color #CCCCF3 on white background.



Black color preview on #CCCCF3 background

This text has black color on #CCCCF3 background.


White color preview on #CCCCF3 background

This text has white color on #CCCCF3 background.