COLOR #CCC4F9

HEX: #CCC4F9
RGB: (204,196,249)

Color info

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

RGB color model

#CCC4F9 color RGB value is (204,196,249).

  • red value is 204;
  • green value is 196;
  • blue value is 249.
RGB:
(204,196,249)
(80%,77%,98%)

RGB channels and saturation

R 204 of 255 = 80%
G 196 of 255 = 77%
B 249 of 255 = 98%

204
196
249

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

Portions of RGB colors in percentages

R + G + B =
204 + 196 + 249 = 649 (100%)
R 204 of 649 ~ 31.43%
G 196 of 649 ~ 30.2%
B 249 of 649 ~ 38.37%

%31.43
%30.2
%38.37

CMYK color model

#CCC4F9 color CMYK value is (18,21,0,2).

  • cyan value is 18.07%
  • magenta value is 21.29%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(18,21,0,2)
C18M21Y0K2 
(18%,21%,0%,2%)
(0.18/0.21/0.00/0.02)	

CMYK percentages

%18.07
%21.29
%0
%2.35

Codes

Color #CCC4F9 in popluar color models

CCC4F9
RGB204196249
HSL249°81.54%87.25%
HSB/HSV249°21.29%97.65%
CMYK18.07%21.29%0.00%
2.35%

Color #CCC4F9 in popluar number systems.

HEXCCC4F9
Decimal204196249
Binary110011001100010011111001
Octal314304371

Shades and tints

Shades of #CCC4F9

#CCC4F9
(204,196,249)
#BAB3E3
(186,179,227)
#A8A2CD
(168,162,205)
#9691B7
(150,145,183)
#8480A1
(132,128,161)
#726F8B
(114,111,139)
#605E75
(96,94,117)
#4E4D5F
(78,77,95)
#3C3C49
(60,60,73)
#2A2B33
(42,43,51)
#181A1D
(24,26,29)
#000000
(0,0,0)

Tints of #CCC4F9

#CCC4F9
(204,196,249)
#D0C9F9
(208,201,249)
#D4CEF9
(212,206,249)
#D8D3F9
(216,211,249)
#DCD8F9
(220,216,249)
#E0DDF9
(224,221,249)
#E4E2F9
(228,226,249)
#E8E7F9
(232,231,249)
#ECECF9
(236,236,249)
#F0F1F9
(240,241,249)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC4F9; }

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

This text font color is #CCC4F9.


Background Color

.myBgColor { background-color: #CCC4F9; }

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

This div background color is #CCC4F9.


Border color

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

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

This div border color is #CCC4F9.


Opacity

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

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

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

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

This text has shadow with #CCC4F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC4F9 on black background.


Color preview on white background

This text has color #CCC4F9 on white background.



Black color preview on #CCC4F9 background

This text has black color on #CCC4F9 background.


White color preview on #CCC4F9 background

This text has white color on #CCC4F9 background.