COLOR #C0CFE4

HEX: #C0CFE4
RGB: (192,207,228)

Color info

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

RGB color model

#C0CFE4 color RGB value is (192,207,228).

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

RGB channels and saturation

R 192 of 255 = 75%
G 207 of 255 = 81%
B 228 of 255 = 89%

192
207
228

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

Portions of RGB colors in percentages

R + G + B =
192 + 207 + 228 = 627 (100%)
R 192 of 627 ~ 30.62%
G 207 of 627 ~ 33.01%
B 228 of 627 ~ 36.36%

%30.62
%33.01
%36.36

CMYK color model

#C0CFE4 color CMYK value is (16,9,0,11).

  • cyan value is 15.79%
  • magenta value is 9.21%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(16,9,0,11)
C16M9Y0K11 
(16%,9%,0%,11%)
(0.16/0.09/0.00/0.11)	

CMYK percentages

%15.79
%9.21
%0
%10.59

Codes

Color #C0CFE4 in popluar color models

C0CFE4
RGB192207228
HSL215°40.00%82.35%
HSB/HSV215°15.79%89.41%
CMYK15.79%9.21%0.00%
10.59%

Color #C0CFE4 in popluar number systems.

HEXC0CFE4
Decimal192207228
Binary110000001100111111100100
Octal300317344

Shades and tints

Shades of #C0CFE4

#C0CFE4
(192,207,228)
#AFBDD0
(175,189,208)
#9EABBC
(158,171,188)
#8D99A8
(141,153,168)
#7C8794
(124,135,148)
#6B7580
(107,117,128)
#5A636C
(90,99,108)
#495158
(73,81,88)
#383F44
(56,63,68)
#272D30
(39,45,48)
#161B1C
(22,27,28)
#000000
(0,0,0)

Tints of #C0CFE4

#C0CFE4
(192,207,228)
#C5D3E6
(197,211,230)
#CAD7E8
(202,215,232)
#CFDBEA
(207,219,234)
#D4DFEC
(212,223,236)
#D9E3EE
(217,227,238)
#DEE7F0
(222,231,240)
#E3EBF2
(227,235,242)
#E8EFF4
(232,239,244)
#EDF3F6
(237,243,246)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0CFE4; }

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

This text font color is #C0CFE4.


Background Color

.myBgColor { background-color: #C0CFE4; }

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

This div background color is #C0CFE4.


Border color

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

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

This div border color is #C0CFE4.


Opacity

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

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

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

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

This text has shadow with #C0CFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CFE4 on black background.


Color preview on white background

This text has color #C0CFE4 on white background.



Black color preview on #C0CFE4 background

This text has black color on #C0CFE4 background.


White color preview on #C0CFE4 background

This text has white color on #C0CFE4 background.