COLOR #C8CCF1

HEX: #C8CCF1 RGB: (200,204,241)

Color info

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

RGB color model

#C8CCF1 color RGB value is (200,204,241).

RGB: (200,204,241) (78%, 80%, 95%)

RGB channels and saturation

R 200 of 255 = 78%
G 204 of 255 = 80%
B 241 of 255 = 95%

200
204
241

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

Portions of RGB colors in percentages

R + G + B = 200 + 204 + 241 = 645 (100%)
R 200 of 645 ~ 31.01%
G 204 of 645 ~ 31.63%
B 241 of 645 ~ 37.36'%

%31.01
%31.63
%37.36

CMYK color model

#C8CCF1 color CMYK value is (17,15,0,5).

  • cyan value is 17.01%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK: (17,15,0,5) C17M15Y0K5 (17%,15%,0%,5%) (0.17/0.15/0.00/0.05) 

CMYK percentages

%17.01
%15.35
%0
%5.49

Codes

Color #C8CCF1 in popluar color models

C8 CC F1
RGB 200 204 241
HSL 234° 59.42% 86.47%
HSB/HSV 234° 17.01% 94.51%
CMYK 17.01% 15.35% 0.00%
5.49%

Color #C8CCF1 in popluar number systems.

HEX C8 CC F1
Decimal 200 204 241
Binary 11001000 11001100 11110001
Octal 310 314 361

Shades and tints

Shades of #C8CCF1

#C8CCF1
(200,204,241)
#B6BADC
(182,186,220)
#A4A8C7
(164,168,199)
#9296B2
(146,150,178)
#80849D
(128,132,157)
#6E7288
(110,114,136)
#5C6073
(92,96,115)
#4A4E5E
(74,78,94)
#383C49
(56,60,73)
#262A34
(38,42,52)
#14181F
(20,24,31)
#000000
(0,0,0)

Tints of #C8CCF1

#C8CCF1
(200,204,241)
#CDD0F2
(205,208,242)
#D2D4F3
(210,212,243)
#D7D8F4
(215,216,244)
#DCDCF5
(220,220,245)
#E1E0F6
(225,224,246)
#E6E4F7
(230,228,247)
#EBE8F8
(235,232,248)
#F0ECF9
(240,236,249)
#F5F0FA
(245,240,250)
#FAF4FB
(250,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CCF1; }

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

This text font color is #C8CCF1.

Background Color

.myBgColor { background-color: #C8CCF1; }

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

This div background color is #C8CCF1.

Border color

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

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

This div border color is #C8CCF1.

Opacity

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

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

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

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

This text has shadow with #C8CCF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8CCF1.

Preview

Color preview on black background

This text has color #C8CCF1 on black background.


Color preview on white background

This text has color #C8CCF1 on white background.


Black color preview on #C8CCF1 background

This text has black color on #C8CCF1 background.


White color preview on #C8CCF1 background

This text has white color on #C8CCF1 background.


Related colors

Complementary color

Complementary color for #hex is #37330E.


I love getcolorcode.com

Triadic colors

1 #F1C8CC and #CCF1C8 with #C8CCF1 are triadic colors.

2 #F1CCC8 and #CCC8F1 with #C8CCF1 are triadic colors.