COLOR #C1CAE5

HEX: #C1CAE5
RGB: (193,202,229)

Color info

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

RGB color model

#C1CAE5 color RGB value is (193,202,229).

  • red value is 193;
  • green value is 202;
  • blue value is 229.
RGB:
(193,202,229)
(76%,79%,90%)

RGB channels and saturation

R 193 of 255 = 76%
G 202 of 255 = 79%
B 229 of 255 = 90%

193
202
229

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

Portions of RGB colors in percentages

R + G + B =
193 + 202 + 229 = 624 (100%)
R 193 of 624 ~ 30.93%
G 202 of 624 ~ 32.37%
B 229 of 624 ~ 36.7%

%30.93
%32.37
%36.7

CMYK color model

#C1CAE5 color CMYK value is (16,12,0,10).

  • cyan value is 15.72%
  • magenta value is 11.79%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(16,12,0,10)
C16M12Y0K10 
(16%,12%,0%,10%)
(0.16/0.12/0.00/0.10)	

CMYK percentages

%15.72
%11.79
%0
%10.2

Codes

Color #C1CAE5 in popluar color models

C1CAE5
RGB193202229
HSL225°40.91%82.75%
HSB/HSV225°15.72%89.80%
CMYK15.72%11.79%0.00%
10.20%

Color #C1CAE5 in popluar number systems.

HEXC1CAE5
Decimal193202229
Binary110000011100101011100101
Octal301312345

Shades and tints

Shades of #C1CAE5

#C1CAE5
(193,202,229)
#B0B8D1
(176,184,209)
#9FA6BD
(159,166,189)
#8E94A9
(142,148,169)
#7D8295
(125,130,149)
#6C7081
(108,112,129)
#5B5E6D
(91,94,109)
#4A4C59
(74,76,89)
#393A45
(57,58,69)
#282831
(40,40,49)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #C1CAE5

#C1CAE5
(193,202,229)
#C6CEE7
(198,206,231)
#CBD2E9
(203,210,233)
#D0D6EB
(208,214,235)
#D5DAED
(213,218,237)
#DADEEF
(218,222,239)
#DFE2F1
(223,226,241)
#E4E6F3
(228,230,243)
#E9EAF5
(233,234,245)
#EEEEF7
(238,238,247)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1CAE5 color. Also use rgb(193,202,229) instead hex code.

Text Font Color

.myTextColor { color: #C1CAE5; }

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

This text font color is #C1CAE5.


Background Color

.myBgColor { background-color: #C1CAE5; }

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

This div background color is #C1CAE5.


Border color

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

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

This div border color is #C1CAE5.


Opacity

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

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

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

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

This text has shadow with #C1CAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CAE5 on black background.


Color preview on white background

This text has color #C1CAE5 on white background.



Black color preview on #C1CAE5 background

This text has black color on #C1CAE5 background.


White color preview on #C1CAE5 background

This text has white color on #C1CAE5 background.