COLOR #C4C8EA

HEX: #C4C8EA
RGB: (196,200,234)

Color info

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

RGB color model

#C4C8EA color RGB value is (196,200,234).

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

RGB channels and saturation

R 196 of 255 = 77%
G 200 of 255 = 78%
B 234 of 255 = 92%

196
200
234

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

Portions of RGB colors in percentages

R + G + B =
196 + 200 + 234 = 630 (100%)
R 196 of 630 ~ 31.11%
G 200 of 630 ~ 31.75%
B 234 of 630 ~ 37.14%

%31.11
%31.75
%37.14

CMYK color model

#C4C8EA color CMYK value is (16,15,0,8).

  • cyan value is 16.24%
  • magenta value is 14.53%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(16,15,0,8)
C16M15Y0K8 
(16%,15%,0%,8%)
(0.16/0.15/0.00/0.08)	

CMYK percentages

%16.24
%14.53
%0
%8.24

Codes

Color #C4C8EA in popluar color models

C4C8EA
RGB196200234
HSL234°47.50%84.31%
HSB/HSV234°16.24%91.76%
CMYK16.24%14.53%0.00%
8.24%

Color #C4C8EA in popluar number systems.

HEXC4C8EA
Decimal196200234
Binary110001001100100011101010
Octal304310352

Shades and tints

Shades of #C4C8EA

#C4C8EA
(196,200,234)
#B3B6D5
(179,182,213)
#A2A4C0
(162,164,192)
#9192AB
(145,146,171)
#808096
(128,128,150)
#6F6E81
(111,110,129)
#5E5C6C
(94,92,108)
#4D4A57
(77,74,87)
#3C3842
(60,56,66)
#2B262D
(43,38,45)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #C4C8EA

#C4C8EA
(196,200,234)
#C9CDEB
(201,205,235)
#CED2EC
(206,210,236)
#D3D7ED
(211,215,237)
#D8DCEE
(216,220,238)
#DDE1EF
(221,225,239)
#E2E6F0
(226,230,240)
#E7EBF1
(231,235,241)
#ECF0F2
(236,240,242)
#F1F5F3
(241,245,243)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C8EA; }

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

This text font color is #C4C8EA.


Background Color

.myBgColor { background-color: #C4C8EA; }

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

This div background color is #C4C8EA.


Border color

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

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

This div border color is #C4C8EA.


Opacity

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

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

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

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

This text has shadow with #C4C8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C8EA on black background.


Color preview on white background

This text has color #C4C8EA on white background.



Black color preview on #C4C8EA background

This text has black color on #C4C8EA background.


White color preview on #C4C8EA background

This text has white color on #C4C8EA background.