COLOR #CCC0F7

HEX: #CCC0F7 RGB: (204,192,247)

Color info

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

RGB color model

#CCC0F7 color RGB value is (204,192,247).

RGB: (204,192,247) (80%, 75%, 97%)

RGB channels and saturation

R 204 of 255 = 80%
G 192 of 255 = 75%
B 247 of 255 = 97%

204
192
247

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

Portions of RGB colors in percentages

R + G + B = 204 + 192 + 247 = 643 (100%)
R 204 of 643 ~ 31.73%
G 192 of 643 ~ 29.86%
B 247 of 643 ~ 38.41'%

%31.73
%29.86
%38.41

CMYK color model

#CCC0F7 color CMYK value is (17,22,0,3).

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

CMYK: (17,22,0,3)
C17M22Y0K3 (17%, 22%, 0%, 3%)
(0.17 / 0.22 / 0.00 / 0.03)

CMYK percentages

%17.41
%22.27
%0
%3.14

Codes

Color #CCC0F7 in popluar color models

CC C0 F7
RGB 204 192 247
HSL 253° 77.46% 86.08%
HSB/HSV 253° 22.27% 96.86%
CMYK 17.41% 22.27% 0.00%
3.14%

Color #CCC0F7 in popluar number systems.

HEX CC C0 F7
Decimal 204 192 247
Binary 11001100 11000000 11110111
Octal 314 300 367

Shades and tints

Shades of #CCC0F7

#CCC0F7
(204,192,247)
#BAAFE1
(186,175,225)
#A89ECB
(168,158,203)
#968DB5
(150,141,181)
#847C9F
(132,124,159)
#726B89
(114,107,137)
#605A73
(96,90,115)
#4E495D
(78,73,93)
#3C3847
(60,56,71)
#2A2731
(42,39,49)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #CCC0F7

#CCC0F7
(204,192,247)
#D0C5F7
(208,197,247)
#D4CAF7
(212,202,247)
#D8CFF7
(216,207,247)
#DCD4F7
(220,212,247)
#E0D9F7
(224,217,247)
#E4DEF7
(228,222,247)
#E8E3F7
(232,227,247)
#ECE8F7
(236,232,247)
#F0EDF7
(240,237,247)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC0F7; }

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

This text font color is #CCC0F7.

Background Color

.myBgColor { background-color: #CCC0F7; }

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

This div background color is #CCC0F7.

Border color

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

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

This div border color is #CCC0F7.

Opacity

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

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

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

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

This text has shadow with #CCC0F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC0F7.

Preview

Color preview on black background

This text has color #CCC0F7 on black background.


Color preview on white background

This text has color #CCC0F7 on white background.


Black color preview on #CCC0F7 background

This text has black color on #CCC0F7 background.


White color preview on #CCC0F7 background

This text has white color on #CCC0F7 background.


Related colors

Complementary color

Complementary color for #hex is #333F08.


I love getcolorcode.com

Triadic colors

1 #F7CCC0 and #C0F7CC with #CCC0F7 are triadic colors.

2 #F7C0CC and #C0CCF7 with #CCC0F7 are triadic colors.