COLOR #C7C9F0

HEX: #C7C9F0 RGB: (199,201,240)

Color info

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

RGB color model

#C7C9F0 color RGB value is (199,201,240).

RGB: (199,201,240) (78%, 79%, 94%)

RGB channels and saturation

R 199 of 255 = 78%
G 201 of 255 = 79%
B 240 of 255 = 94%

199
201
240

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

Portions of RGB colors in percentages

R + G + B = 199 + 201 + 240 = 640 (100%)
R 199 of 640 ~ 31.09%
G 201 of 640 ~ 31.41%
B 240 of 640 ~ 37.5'%

%31.09
%31.41
%37.5

CMYK color model

#C7C9F0 color CMYK value is (17,16,0,6).

  • cyan value is 17.08%
  • magenta value is 16.25%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK: (17,16,0,6) C17M16Y0K6 (17%,16%,0%,6%) (0.17/0.16/0.00/0.06) 

CMYK percentages

%17.08
%16.25
%0
%5.88

Codes

Color #C7C9F0 in popluar color models

C7 C9 F0
RGB 199 201 240
HSL 237° 57.75% 86.08%
HSB/HSV 237° 17.08% 94.12%
CMYK 17.08% 16.25% 0.00%
5.88%

Color #C7C9F0 in popluar number systems.

HEX C7 C9 F0
Decimal 199 201 240
Binary 11000111 11001001 11110000
Octal 307 311 360

Shades and tints

Shades of #C7C9F0

#C7C9F0
(199,201,240)
#B5B7DB
(181,183,219)
#A3A5C6
(163,165,198)
#9193B1
(145,147,177)
#7F819C
(127,129,156)
#6D6F87
(109,111,135)
#5B5D72
(91,93,114)
#494B5D
(73,75,93)
#373948
(55,57,72)
#252733
(37,39,51)
#13151E
(19,21,30)
#000000
(0,0,0)

Tints of #C7C9F0

#C7C9F0
(199,201,240)
#CCCDF1
(204,205,241)
#D1D1F2
(209,209,242)
#D6D5F3
(214,213,243)
#DBD9F4
(219,217,244)
#E0DDF5
(224,221,245)
#E5E1F6
(229,225,246)
#EAE5F7
(234,229,247)
#EFE9F8
(239,233,248)
#F4EDF9
(244,237,249)
#F9F1FA
(249,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C9F0 color. Also use rgb(199,201,240) instead hex code.

Text Font Color

.myTextColor { color: #C7C9F0; }

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

This text font color is #C7C9F0.

Background Color

.myBgColor { background-color: #C7C9F0; }

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

This div background color is #C7C9F0.

Border color

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

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

This div border color is #C7C9F0.

Opacity

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

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

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

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

This text has shadow with #C7C9F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C9F0.

Preview

Color preview on black background

This text has color #C7C9F0 on black background.


Color preview on white background

This text has color #C7C9F0 on white background.


Black color preview on #C7C9F0 background

This text has black color on #C7C9F0 background.


White color preview on #C7C9F0 background

This text has white color on #C7C9F0 background.


Related colors

Complementary color

Complementary color for #hex is #38360F.


I love getcolorcode.com

Triadic colors

1 #F0C7C9 and #C9F0C7 with #C7C9F0 are triadic colors.

2 #F0C9C7 and #C9C7F0 with #C7C9F0 are triadic colors.