COLOR #C7C9FE

HEX: #C7C9FE RGB: (199,201,254)

Color info

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

RGB color model

#C7C9FE color RGB value is (199,201,254).

RGB: (199,201,254) (78%, 79%, 100%)

RGB channels and saturation

R 199 of 255 = 78%
G 201 of 255 = 79%
B 254 of 255 = 100%

199
201
254

R + G + B ~ 86%. #C7C9FE is light color.

Portions of RGB colors in percentages

R + G + B = 199 + 201 + 254 = 654 (100%)
R 199 of 654 ~ 30.43%
G 201 of 654 ~ 30.73%
B 254 of 654 ~ 38.84'%

%30.43
%30.73
%38.84

CMYK color model

#C7C9FE color CMYK value is (22,21,0,0).

  • cyan value is 21.65%
  • magenta value is 20.87%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (22,21,0,0) C22M21Y0K0 (22%,21%,0%,0%) (0.22/0.21/0.00/0.00) 

CMYK percentages

%21.65
%20.87
%0
%0.39

Codes

Color #C7C9FE in popluar color models

C7 C9 FE
RGB 199 201 254
HSL 238° 96.49% 88.82%
HSB/HSV 238° 21.65% 99.61%
CMYK 21.65% 20.87% 0.00%
0.39%

Color #C7C9FE in popluar number systems.

HEX C7 C9 FE
Decimal 199 201 254
Binary 11000111 11001001 11111110
Octal 307 311 376

Shades and tints

Shades of #C7C9FE

#C7C9FE
(199,201,254)
#B5B7E7
(181,183,231)
#A3A5D0
(163,165,208)
#9193B9
(145,147,185)
#7F81A2
(127,129,162)
#6D6F8B
(109,111,139)
#5B5D74
(91,93,116)
#494B5D
(73,75,93)
#373946
(55,57,70)
#25272F
(37,39,47)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #C7C9FE

#C7C9FE
(199,201,254)
#CCCDFE
(204,205,254)
#D1D1FE
(209,209,254)
#D6D5FE
(214,213,254)
#DBD9FE
(219,217,254)
#E0DDFE
(224,221,254)
#E5E1FE
(229,225,254)
#EAE5FE
(234,229,254)
#EFE9FE
(239,233,254)
#F4EDFE
(244,237,254)
#F9F1FE
(249,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C9FE; }

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

This text font color is #C7C9FE.

Background Color

.myBgColor { background-color: #C7C9FE; }

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

This div background color is #C7C9FE.

Border color

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

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

This div border color is #C7C9FE.

Opacity

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

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

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

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

This text has shadow with #C7C9FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C9FE.

Preview

Color preview on black background

This text has color #C7C9FE on black background.


Color preview on white background

This text has color #C7C9FE on white background.


Black color preview on #C7C9FE background

This text has black color on #C7C9FE background.


White color preview on #C7C9FE background

This text has white color on #C7C9FE background.


Related colors

Complementary color

Complementary color for #hex is #383601.


I love getcolorcode.com

Triadic colors

1 #FEC7C9 and #C9FEC7 with #C7C9FE are triadic colors.

2 #FEC9C7 and #C9C7FE with #C7C9FE are triadic colors.