COLOR #C0C7F4

HEX: #C0C7F4
RGB: (192,199,244)

Color info

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

RGB color model

#C0C7F4 color RGB value is (192,199,244).

  • red value is 192;
  • green value is 199;
  • blue value is 244.
RGB:
(192,199,244)
(75%,78%,96%)

RGB channels and saturation

R 192 of 255 = 75%
G 199 of 255 = 78%
B 244 of 255 = 96%

192
199
244

R + G + B ~ 83%. #C0C7F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 199 + 244 = 635 (100%)
R 192 of 635 ~ 30.24%
G 199 of 635 ~ 31.34%
B 244 of 635 ~ 38.43%

%30.24
%31.34
%38.43

CMYK color model

#C0C7F4 color CMYK value is (21,18,0,4).

  • cyan value is 21.31%
  • magenta value is 18.44%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(21,18,0,4)
C21M18Y0K4 
(21%,18%,0%,4%)
(0.21/0.18/0.00/0.04)	

CMYK percentages

%21.31
%18.44
%0
%4.31

Codes

Color #C0C7F4 in popluar color models

C0C7F4
RGB192199244
HSL232°70.27%85.49%
HSB/HSV232°21.31%95.69%
CMYK21.31%18.44%0.00%
4.31%

Color #C0C7F4 in popluar number systems.

HEXC0C7F4
Decimal192199244
Binary110000001100011111110100
Octal300307364

Shades and tints

Shades of #C0C7F4

#C0C7F4
(192,199,244)
#AFB5DE
(175,181,222)
#9EA3C8
(158,163,200)
#8D91B2
(141,145,178)
#7C7F9C
(124,127,156)
#6B6D86
(107,109,134)
#5A5B70
(90,91,112)
#49495A
(73,73,90)
#383744
(56,55,68)
#27252E
(39,37,46)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #C0C7F4

#C0C7F4
(192,199,244)
#C5CCF5
(197,204,245)
#CAD1F6
(202,209,246)
#CFD6F7
(207,214,247)
#D4DBF8
(212,219,248)
#D9E0F9
(217,224,249)
#DEE5FA
(222,229,250)
#E3EAFB
(227,234,251)
#E8EFFC
(232,239,252)
#EDF4FD
(237,244,253)
#F2F9FE
(242,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0C7F4 color. Also use rgb(192,199,244) instead hex code.

Text Font Color

.myTextColor { color: #C0C7F4; }

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

This text font color is #C0C7F4.


Background Color

.myBgColor { background-color: #C0C7F4; }

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

This div background color is #C0C7F4.


Border color

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

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

This div border color is #C0C7F4.


Opacity

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

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

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

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

This text has shadow with #C0C7F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C7F4 on black background.


Color preview on white background

This text has color #C0C7F4 on white background.



Black color preview on #C0C7F4 background

This text has black color on #C0C7F4 background.


White color preview on #C0C7F4 background

This text has white color on #C0C7F4 background.