COLOR #C0CFE7

HEX: #C0CFE7
RGB: (192,207,231)

Color info

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

RGB color model

#C0CFE7 color RGB value is (192,207,231).

  • red value is 192;
  • green value is 207;
  • blue value is 231.
RGB:
(192,207,231)
(75%,81%,91%)

RGB channels and saturation

R 192 of 255 = 75%
G 207 of 255 = 81%
B 231 of 255 = 91%

192
207
231

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

Portions of RGB colors in percentages

R + G + B =
192 + 207 + 231 = 630 (100%)
R 192 of 630 ~ 30.48%
G 207 of 630 ~ 32.86%
B 231 of 630 ~ 36.67%

%30.48
%32.86
%36.67

CMYK color model

#C0CFE7 color CMYK value is (17,10,0,9).

  • cyan value is 16.88%
  • magenta value is 10.39%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(17,10,0,9)
C17M10Y0K9 
(17%,10%,0%,9%)
(0.17/0.10/0.00/0.09)	

CMYK percentages

%16.88
%10.39
%0
%9.41

Codes

Color #C0CFE7 in popluar color models

C0CFE7
RGB192207231
HSL217°44.83%82.94%
HSB/HSV217°16.88%90.59%
CMYK16.88%10.39%0.00%
9.41%

Color #C0CFE7 in popluar number systems.

HEXC0CFE7
Decimal192207231
Binary110000001100111111100111
Octal300317347

Shades and tints

Shades of #C0CFE7

#C0CFE7
(192,207,231)
#AFBDD2
(175,189,210)
#9EABBD
(158,171,189)
#8D99A8
(141,153,168)
#7C8793
(124,135,147)
#6B757E
(107,117,126)
#5A6369
(90,99,105)
#495154
(73,81,84)
#383F3F
(56,63,63)
#272D2A
(39,45,42)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #C0CFE7

#C0CFE7
(192,207,231)
#C5D3E9
(197,211,233)
#CAD7EB
(202,215,235)
#CFDBED
(207,219,237)
#D4DFEF
(212,223,239)
#D9E3F1
(217,227,241)
#DEE7F3
(222,231,243)
#E3EBF5
(227,235,245)
#E8EFF7
(232,239,247)
#EDF3F9
(237,243,249)
#F2F7FB
(242,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0CFE7 color. Also use rgb(192,207,231) instead hex code.

Text Font Color

.myTextColor { color: #C0CFE7; }

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

This text font color is #C0CFE7.


Background Color

.myBgColor { background-color: #C0CFE7; }

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

This div background color is #C0CFE7.


Border color

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

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

This div border color is #C0CFE7.


Opacity

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

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

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

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

This text has shadow with #C0CFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CFE7 on black background.


Color preview on white background

This text has color #C0CFE7 on white background.



Black color preview on #C0CFE7 background

This text has black color on #C0CFE7 background.


White color preview on #C0CFE7 background

This text has white color on #C0CFE7 background.