COLOR #C1CAEC

HEX: #C1CAEC
RGB: (193,202,236)

Color info

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

RGB color model

#C1CAEC color RGB value is (193,202,236).

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

RGB channels and saturation

R 193 of 255 = 76%
G 202 of 255 = 79%
B 236 of 255 = 93%

193
202
236

R + G + B ~ 83%. #C1CAEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 202 + 236 = 631 (100%)
R 193 of 631 ~ 30.59%
G 202 of 631 ~ 32.01%
B 236 of 631 ~ 37.4%

%30.59
%32.01
%37.4

CMYK color model

#C1CAEC color CMYK value is (18,14,0,7).

  • cyan value is 18.22%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(18,14,0,7)
C18M14Y0K7 
(18%,14%,0%,7%)
(0.18/0.14/0.00/0.07)	

CMYK percentages

%18.22
%14.41
%0
%7.45

Codes

Color #C1CAEC in popluar color models

C1CAEC
RGB193202236
HSL227°53.09%84.12%
HSB/HSV227°18.22%92.55%
CMYK18.22%14.41%0.00%
7.45%

Color #C1CAEC in popluar number systems.

HEXC1CAEC
Decimal193202236
Binary110000011100101011101100
Octal301312354

Shades and tints

Shades of #C1CAEC

#C1CAEC
(193,202,236)
#B0B8D7
(176,184,215)
#9FA6C2
(159,166,194)
#8E94AD
(142,148,173)
#7D8298
(125,130,152)
#6C7083
(108,112,131)
#5B5E6E
(91,94,110)
#4A4C59
(74,76,89)
#393A44
(57,58,68)
#28282F
(40,40,47)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #C1CAEC

#C1CAEC
(193,202,236)
#C6CEED
(198,206,237)
#CBD2EE
(203,210,238)
#D0D6EF
(208,214,239)
#D5DAF0
(213,218,240)
#DADEF1
(218,222,241)
#DFE2F2
(223,226,242)
#E4E6F3
(228,230,243)
#E9EAF4
(233,234,244)
#EEEEF5
(238,238,245)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1CAEC; }

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

This text font color is #C1CAEC.


Background Color

.myBgColor { background-color: #C1CAEC; }

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

This div background color is #C1CAEC.


Border color

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

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

This div border color is #C1CAEC.


Opacity

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

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

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

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

This text has shadow with #C1CAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CAEC on black background.


Color preview on white background

This text has color #C1CAEC on white background.



Black color preview on #C1CAEC background

This text has black color on #C1CAEC background.


White color preview on #C1CAEC background

This text has white color on #C1CAEC background.