COLOR #C0C4E8

HEX: #C0C4E8
RGB: (192,196,232)

Color info

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

RGB color model

#C0C4E8 color RGB value is (192,196,232).

  • red value is 192;
  • green value is 196;
  • blue value is 232.
RGB:
(192,196,232)
(75%,77%,91%)

RGB channels and saturation

R 192 of 255 = 75%
G 196 of 255 = 77%
B 232 of 255 = 91%

192
196
232

R + G + B ~ 81%. #C0C4E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 196 + 232 = 620 (100%)
R 192 of 620 ~ 30.97%
G 196 of 620 ~ 31.61%
B 232 of 620 ~ 37.42%

%30.97
%31.61
%37.42

CMYK color model

#C0C4E8 color CMYK value is (17,16,0,9).

  • cyan value is 17.24%
  • magenta value is 15.52%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(17,16,0,9)
C17M16Y0K9 
(17%,16%,0%,9%)
(0.17/0.16/0.00/0.09)	

CMYK percentages

%17.24
%15.52
%0
%9.02

Codes

Color #C0C4E8 in popluar color models

C0C4E8
RGB192196232
HSL234°46.51%83.14%
HSB/HSV234°17.24%90.98%
CMYK17.24%15.52%0.00%
9.02%

Color #C0C4E8 in popluar number systems.

HEXC0C4E8
Decimal192196232
Binary110000001100010011101000
Octal300304350

Shades and tints

Shades of #C0C4E8

#C0C4E8
(192,196,232)
#AFB3D3
(175,179,211)
#9EA2BE
(158,162,190)
#8D91A9
(141,145,169)
#7C8094
(124,128,148)
#6B6F7F
(107,111,127)
#5A5E6A
(90,94,106)
#494D55
(73,77,85)
#383C40
(56,60,64)
#272B2B
(39,43,43)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #C0C4E8

#C0C4E8
(192,196,232)
#C5C9EA
(197,201,234)
#CACEEC
(202,206,236)
#CFD3EE
(207,211,238)
#D4D8F0
(212,216,240)
#D9DDF2
(217,221,242)
#DEE2F4
(222,226,244)
#E3E7F6
(227,231,246)
#E8ECF8
(232,236,248)
#EDF1FA
(237,241,250)
#F2F6FC
(242,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0C4E8 color. Also use rgb(192,196,232) instead hex code.

Text Font Color

.myTextColor { color: #C0C4E8; }

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

This text font color is #C0C4E8.


Background Color

.myBgColor { background-color: #C0C4E8; }

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

This div background color is #C0C4E8.


Border color

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

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

This div border color is #C0C4E8.


Opacity

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

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

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

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

This text has shadow with #C0C4E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C4E8 on black background.


Color preview on white background

This text has color #C0C4E8 on white background.



Black color preview on #C0C4E8 background

This text has black color on #C0C4E8 background.


White color preview on #C0C4E8 background

This text has white color on #C0C4E8 background.