COLOR #C7CCE0

HEX: #C7CCE0 RGB: (199,204,224)

Color info

#C7CCE0 contains red, green and blue colors in about the same proportion. Web safe color of #C7CCE0 is #CCCCCC (or #CCC).

RGB color model

#C7CCE0 color RGB value is (199,204,224).

RGB: (199,204,224) (78%, 80%, 88%)

RGB channels and saturation

R 199 of 255 = 78%
G 204 of 255 = 80%
B 224 of 255 = 88%

199
204
224

R + G + B ~ 82%. #C7CCE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 204 + 224 = 627 (100%)
R 199 of 627 ~ 31.74%
G 204 of 627 ~ 32.54%
B 224 of 627 ~ 35.73'%

%31.74
%32.54
%35.73

CMYK color model

#C7CCE0 color CMYK value is (11,9,0,12).

  • cyan value is 11.16%
  • magenta value is 8.93%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (11,9,0,12)
C11M9Y0K12 (11%, 9%, 0%, 12%)
(0.11 / 0.09 / 0.00 / 0.12)

CMYK percentages

%11.16
%8.93
%0
%12.16

Codes

Color #C7CCE0 in popluar color models

C7 CC E0
RGB 199 204 224
HSL 228° 28.74% 82.94%
HSB/HSV 228° 11.16% 87.84%
CMYK 11.16% 8.93% 0.00%
12.16%

Color #C7CCE0 in popluar number systems.

HEX C7 CC E0
Decimal 199 204 224
Binary 11000111 11001100 11100000
Octal 307 314 340

Shades and tints

Shades of #C7CCE0

#C7CCE0
(199,204,224)
#B5BACC
(181,186,204)
#A3A8B8
(163,168,184)
#9196A4
(145,150,164)
#7F8490
(127,132,144)
#6D727C
(109,114,124)
#5B6068
(91,96,104)
#494E54
(73,78,84)
#373C40
(55,60,64)
#252A2C
(37,42,44)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #C7CCE0

#C7CCE0
(199,204,224)
#CCD0E2
(204,208,226)
#D1D4E4
(209,212,228)
#D6D8E6
(214,216,230)
#DBDCE8
(219,220,232)
#E0E0EA
(224,224,234)
#E5E4EC
(229,228,236)
#EAE8EE
(234,232,238)
#EFECF0
(239,236,240)
#F4F0F2
(244,240,242)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CCE0 color. Also use rgb(199,204,224) instead hex code.

Text Font Color

.myTextColor { color: #C7CCE0; }

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

This text font color is #C7CCE0.

Background Color

.myBgColor { background-color: #C7CCE0; }

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

This div background color is #C7CCE0.

Border color

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

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

This div border color is #C7CCE0.

Opacity

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

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

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

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

This text has shadow with #C7CCE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CCE0.

Preview

Color preview on black background

This text has color #C7CCE0 on black background.


Color preview on white background

This text has color #C7CCE0 on white background.


Black color preview on #C7CCE0 background

This text has black color on #C7CCE0 background.


White color preview on #C7CCE0 background

This text has white color on #C7CCE0 background.


Related colors

Complementary color

Complementary color for #hex is #38331F.


I love getcolorcode.com

Triadic colors

1 #E0C7CC and #CCE0C7 with #C7CCE0 are triadic colors.

2 #E0CCC7 and #CCC7E0 with #C7CCE0 are triadic colors.