COLOR #CC7EFC

HEX: #CC7EFC
RGB: (204,126,252)

Color info

#CC7EFC contains mainly red and blue colors. Web safe color of #CC7EFC is #CC66FF (or #C6F).

RGB color model

#CC7EFC color RGB value is (204,126,252).

  • red value is 204;
  • green value is 126;
  • blue value is 252.
RGB:
(204,126,252)
(80%,49%,99%)

RGB channels and saturation

R 204 of 255 = 80%
G 126 of 255 = 49%
B 252 of 255 = 99%

204
126
252

R + G + B ~ 76%. #CC7EFC is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 126 + 252 = 582 (100%)
R 204 of 582 ~ 35.05%
G 126 of 582 ~ 21.65%
B 252 of 582 ~ 43.3%

%35.05
%21.65
%43.3

CMYK color model

#CC7EFC color CMYK value is (19,50,0,1).

  • cyan value is 19.05%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(19,50,0,1)
C19M50Y0K1 
(19%,50%,0%,1%)
(0.19/0.50/0.00/0.01)	

CMYK percentages

%19.05
%50
%0
%1.18

Codes

Color #CC7EFC in popluar color models

CC7EFC
RGB204126252
HSL277°95.45%74.12%
HSB/HSV277°50.00%98.82%
CMYK19.05%50.00%0.00%
1.18%

Color #CC7EFC in popluar number systems.

HEXCC7EFC
Decimal204126252
Binary11001100111111011111100
Octal314176374

Shades and tints

Shades of #CC7EFC

#CC7EFC
(204,126,252)
#BA73E6
(186,115,230)
#A868D0
(168,104,208)
#965DBA
(150,93,186)
#8452A4
(132,82,164)
#72478E
(114,71,142)
#603C78
(96,60,120)
#4E3162
(78,49,98)
#3C264C
(60,38,76)
#2A1B36
(42,27,54)
#181020
(24,16,32)
#000000
(0,0,0)

Tints of #CC7EFC

#CC7EFC
(204,126,252)
#D089FC
(208,137,252)
#D494FC
(212,148,252)
#D89FFC
(216,159,252)
#DCAAFC
(220,170,252)
#E0B5FC
(224,181,252)
#E4C0FC
(228,192,252)
#E8CBFC
(232,203,252)
#ECD6FC
(236,214,252)
#F0E1FC
(240,225,252)
#F4ECFC
(244,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC7EFC; }

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

This text font color is #CC7EFC.


Background Color

.myBgColor { background-color: #CC7EFC; }

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

This div background color is #CC7EFC.


Border color

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

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

This div border color is #CC7EFC.


Opacity

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

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

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

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

This text has shadow with #CC7EFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7EFC on black background.


Color preview on white background

This text has color #CC7EFC on white background.



Black color preview on #CC7EFC background

This text has black color on #CC7EFC background.


White color preview on #CC7EFC background

This text has white color on #CC7EFC background.