COLOR #C4C5E2

HEX: #C4C5E2
RGB: (196,197,226)

Color info

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

RGB color model

#C4C5E2 color RGB value is (196,197,226).

  • red value is 196;
  • green value is 197;
  • blue value is 226.
RGB:
(196,197,226)
(77%,77%,89%)

RGB channels and saturation

R 196 of 255 = 77%
G 197 of 255 = 77%
B 226 of 255 = 89%

196
197
226

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

Portions of RGB colors in percentages

R + G + B =
196 + 197 + 226 = 619 (100%)
R 196 of 619 ~ 31.66%
G 197 of 619 ~ 31.83%
B 226 of 619 ~ 36.51%

%31.66
%31.83
%36.51

CMYK color model

#C4C5E2 color CMYK value is (13,13,0,11).

  • cyan value is 13.27%
  • magenta value is 12.83%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(13,13,0,11)
C13M13Y0K11 
(13%,13%,0%,11%)
(0.13/0.13/0.00/0.11)	

CMYK percentages

%13.27
%12.83
%0
%11.37

Codes

Color #C4C5E2 in popluar color models

C4C5E2
RGB196197226
HSL238°34.09%82.75%
HSB/HSV238°13.27%88.63%
CMYK13.27%12.83%0.00%
11.37%

Color #C4C5E2 in popluar number systems.

HEXC4C5E2
Decimal196197226
Binary110001001100010111100010
Octal304305342

Shades and tints

Shades of #C4C5E2

#C4C5E2
(196,197,226)
#B3B4CE
(179,180,206)
#A2A3BA
(162,163,186)
#9192A6
(145,146,166)
#808192
(128,129,146)
#6F707E
(111,112,126)
#5E5F6A
(94,95,106)
#4D4E56
(77,78,86)
#3C3D42
(60,61,66)
#2B2C2E
(43,44,46)
#1A1B1A
(26,27,26)
#000000
(0,0,0)

Tints of #C4C5E2

#C4C5E2
(196,197,226)
#C9CAE4
(201,202,228)
#CECFE6
(206,207,230)
#D3D4E8
(211,212,232)
#D8D9EA
(216,217,234)
#DDDEEC
(221,222,236)
#E2E3EE
(226,227,238)
#E7E8F0
(231,232,240)
#ECEDF2
(236,237,242)
#F1F2F4
(241,242,244)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C5E2 color. Also use rgb(196,197,226) instead hex code.

Text Font Color

.myTextColor { color: #C4C5E2; }

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

This text font color is #C4C5E2.


Background Color

.myBgColor { background-color: #C4C5E2; }

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

This div background color is #C4C5E2.


Border color

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

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

This div border color is #C4C5E2.


Opacity

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

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

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

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

This text has shadow with #C4C5E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C5E2 on black background.


Color preview on white background

This text has color #C4C5E2 on white background.



Black color preview on #C4C5E2 background

This text has black color on #C4C5E2 background.


White color preview on #C4C5E2 background

This text has white color on #C4C5E2 background.