COLOR #C0C8EA

HEX: #C0C8EA
RGB: (192,200,234)

Color info

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

RGB color model

#C0C8EA color RGB value is (192,200,234).

  • red value is 192;
  • green value is 200;
  • blue value is 234.
RGB:
(192,200,234)
(75%,78%,92%)

RGB channels and saturation

R 192 of 255 = 75%
G 200 of 255 = 78%
B 234 of 255 = 92%

192
200
234

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

Portions of RGB colors in percentages

R + G + B =
192 + 200 + 234 = 626 (100%)
R 192 of 626 ~ 30.67%
G 200 of 626 ~ 31.95%
B 234 of 626 ~ 37.38%

%30.67
%31.95
%37.38

CMYK color model

#C0C8EA color CMYK value is (18,15,0,8).

  • cyan value is 17.95%
  • magenta value is 14.53%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(18,15,0,8)
C18M15Y0K8 
(18%,15%,0%,8%)
(0.18/0.15/0.00/0.08)	

CMYK percentages

%17.95
%14.53
%0
%8.24

Codes

Color #C0C8EA in popluar color models

C0C8EA
RGB192200234
HSL229°50.00%83.53%
HSB/HSV229°17.95%91.76%
CMYK17.95%14.53%0.00%
8.24%

Color #C0C8EA in popluar number systems.

HEXC0C8EA
Decimal192200234
Binary110000001100100011101010
Octal300310352

Shades and tints

Shades of #C0C8EA

#C0C8EA
(192,200,234)
#AFB6D5
(175,182,213)
#9EA4C0
(158,164,192)
#8D92AB
(141,146,171)
#7C8096
(124,128,150)
#6B6E81
(107,110,129)
#5A5C6C
(90,92,108)
#494A57
(73,74,87)
#383842
(56,56,66)
#27262D
(39,38,45)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #C0C8EA

#C0C8EA
(192,200,234)
#C5CDEB
(197,205,235)
#CAD2EC
(202,210,236)
#CFD7ED
(207,215,237)
#D4DCEE
(212,220,238)
#D9E1EF
(217,225,239)
#DEE6F0
(222,230,240)
#E3EBF1
(227,235,241)
#E8F0F2
(232,240,242)
#EDF5F3
(237,245,243)
#F2FAF4
(242,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0C8EA color. Also use rgb(192,200,234) instead hex code.

Text Font Color

.myTextColor { color: #C0C8EA; }

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

This text font color is #C0C8EA.


Background Color

.myBgColor { background-color: #C0C8EA; }

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

This div background color is #C0C8EA.


Border color

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

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

This div border color is #C0C8EA.


Opacity

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

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

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

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

This text has shadow with #C0C8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C8EA on black background.


Color preview on white background

This text has color #C0C8EA on white background.



Black color preview on #C0C8EA background

This text has black color on #C0C8EA background.


White color preview on #C0C8EA background

This text has white color on #C0C8EA background.