COLOR #CC8CF7

HEX: #CC8CF7 RGB: (204,140,247)

Color info

#CC8CF7 contains mainly red and blue colors. Web safe color of #CC8CF7 is #CC99FF (or #C9F).

RGB color model

#CC8CF7 color RGB value is (204,140,247).

RGB: (204,140,247) (80%, 55%, 97%)

RGB channels and saturation

R 204 of 255 = 80%
G 140 of 255 = 55%
B 247 of 255 = 97%

204
140
247

R + G + B ~ 77%. #CC8CF7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 140 + 247 = 591 (100%)
R 204 of 591 ~ 34.52%
G 140 of 591 ~ 23.69%
B 247 of 591 ~ 41.79'%

%34.52
%23.69
%41.79

CMYK color model

#CC8CF7 color CMYK value is (17,43,0,3).

  • cyan value is 17.41%
  • magenta value is 43.32%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (17,43,0,3)
C17M43Y0K3 (17%, 43%, 0%, 3%)
(0.17 / 0.43 / 0.00 / 0.03)

CMYK percentages

%17.41
%43.32
%0
%3.14

Codes

Color #CC8CF7 in popluar color models

CC 8C F7
RGB 204 140 247
HSL 276° 86.99% 75.88%
HSB/HSV 276° 43.32% 96.86%
CMYK 17.41% 43.32% 0.00%
3.14%

Color #CC8CF7 in popluar number systems.

HEX CC 8C F7
Decimal 204 140 247
Binary 11001100 10001100 11110111
Octal 314 214 367

Shades and tints

Shades of #CC8CF7

#CC8CF7
(204,140,247)
#BA80E1
(186,128,225)
#A874CB
(168,116,203)
#9668B5
(150,104,181)
#845C9F
(132,92,159)
#725089
(114,80,137)
#604473
(96,68,115)
#4E385D
(78,56,93)
#3C2C47
(60,44,71)
#2A2031
(42,32,49)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #CC8CF7

#CC8CF7
(204,140,247)
#D096F7
(208,150,247)
#D4A0F7
(212,160,247)
#D8AAF7
(216,170,247)
#DCB4F7
(220,180,247)
#E0BEF7
(224,190,247)
#E4C8F7
(228,200,247)
#E8D2F7
(232,210,247)
#ECDCF7
(236,220,247)
#F0E6F7
(240,230,247)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC8CF7; }

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

This text font color is #CC8CF7.

Background Color

.myBgColor { background-color: #CC8CF7; }

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

This div background color is #CC8CF7.

Border color

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

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

This div border color is #CC8CF7.

Opacity

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

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

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

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

This text has shadow with #CC8CF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC8CF7.

Preview

Color preview on black background

This text has color #CC8CF7 on black background.


Color preview on white background

This text has color #CC8CF7 on white background.


Black color preview on #CC8CF7 background

This text has black color on #CC8CF7 background.


White color preview on #CC8CF7 background

This text has white color on #CC8CF7 background.


Related colors

Complementary color

Complementary color for #hex is #337308.


I love getcolorcode.com

Triadic colors

1 #F7CC8C and #8CF7CC with #CC8CF7 are triadic colors.

2 #F78CCC and #8CCCF7 with #CC8CF7 are triadic colors.