COLOR #C4C5E5

HEX: #C4C5E5
RGB: (196,197,229)

Color info

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

RGB color model

#C4C5E5 color RGB value is (196,197,229).

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

RGB channels and saturation

R 196 of 255 = 77%
G 197 of 255 = 77%
B 229 of 255 = 90%

196
197
229

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

Portions of RGB colors in percentages

R + G + B =
196 + 197 + 229 = 622 (100%)
R 196 of 622 ~ 31.51%
G 197 of 622 ~ 31.67%
B 229 of 622 ~ 36.82%

%31.51
%31.67
%36.82

CMYK color model

#C4C5E5 color CMYK value is (14,14,0,10).

  • cyan value is 14.41%
  • magenta value is 13.97%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK: (14,14,0,10) C14M14Y0K10 (14%,14%,0%,10%) (0.14/0.14/0.00/0.10)

CMYK percentages

%14.41
%13.97
%0
%10.2

Codes

Color #C4C5E5 in popluar color models

C4C5E5
RGB196197229
HSL238°38.82%83.33%
HSB/HSV238°14.41%89.80%
CMYK14.41%13.97%0.00%
10.20%

Color #C4C5E5 in popluar number systems.

HEXC4C5E5
Decimal196197229
Binary110001001100010111100101
Octal304305345

Shades and tints

Shades of #C4C5E5

#C4C5E5
(196,197,229)
#B3B4D1
(179,180,209)
#A2A3BD
(162,163,189)
#9192A9
(145,146,169)
#808195
(128,129,149)
#6F7081
(111,112,129)
#5E5F6D
(94,95,109)
#4D4E59
(77,78,89)
#3C3D45
(60,61,69)
#2B2C31
(43,44,49)
#1A1B1D
(26,27,29)
#000000
(0,0,0)

Tints of #C4C5E5

#C4C5E5
(196,197,229)
#C9CAE7
(201,202,231)
#CECFE9
(206,207,233)
#D3D4EB
(211,212,235)
#D8D9ED
(216,217,237)
#DDDEEF
(221,222,239)
#E2E3F1
(226,227,241)
#E7E8F3
(231,232,243)
#ECEDF5
(236,237,245)
#F1F2F7
(241,242,247)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C5E5; }

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

This text font color is #C4C5E5.


Background Color

.myBgColor { background-color: #C4C5E5; }

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

This div background color is #C4C5E5.


Border color

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

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

This div border color is #C4C5E5.


Opacity

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

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

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

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

This text has shadow with #C4C5E5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C4C5E5 on black background.


Color preview on white background

This text has color #C4C5E5 on white background.



Black color preview on #C4C5E5 background

This text has black color on #C4C5E5 background.


White color preview on #C4C5E5 background

This text has white color on #C4C5E5 background.