COLOR #C1C1ED

HEX: #C1C1ED
RGB: (193,193,237)

Color info

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

RGB color model

#C1C1ED color RGB value is (193,193,237).

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

RGB channels and saturation

R 193 of 255 = 76%
G 193 of 255 = 76%
B 237 of 255 = 93%

193
193
237

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

Portions of RGB colors in percentages

R + G + B =
193 + 193 + 237 = 623 (100%)
R 193 of 623 ~ 30.98%
G 193 of 623 ~ 30.98%
B 237 of 623 ~ 38.04%

%30.98
%30.98
%38.04

CMYK color model

#C1C1ED color CMYK value is (19,19,0,7).

  • cyan value is 18.57%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(19,19,0,7)
C19M19Y0K7 
(19%,19%,0%,7%)
(0.19/0.19/0.00/0.07)	

CMYK percentages

%18.57
%18.57
%0
%7.06

Codes

Color #C1C1ED in popluar color models

C1C1ED
RGB193193237
HSL240°55.00%84.31%
HSB/HSV240°18.57%92.94%
CMYK18.57%18.57%0.00%
7.06%

Color #C1C1ED in popluar number systems.

HEXC1C1ED
Decimal193193237
Binary110000011100000111101101
Octal301301355

Shades and tints

Shades of #C1C1ED

#C1C1ED
(193,193,237)
#B0B0D8
(176,176,216)
#9F9FC3
(159,159,195)
#8E8EAE
(142,142,174)
#7D7D99
(125,125,153)
#6C6C84
(108,108,132)
#5B5B6F
(91,91,111)
#4A4A5A
(74,74,90)
#393945
(57,57,69)
#282830
(40,40,48)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #C1C1ED

#C1C1ED
(193,193,237)
#C6C6EE
(198,198,238)
#CBCBEF
(203,203,239)
#D0D0F0
(208,208,240)
#D5D5F1
(213,213,241)
#DADAF2
(218,218,242)
#DFDFF3
(223,223,243)
#E4E4F4
(228,228,244)
#E9E9F5
(233,233,245)
#EEEEF6
(238,238,246)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C1ED; }

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

This text font color is #C1C1ED.


Background Color

.myBgColor { background-color: #C1C1ED; }

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

This div background color is #C1C1ED.


Border color

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

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

This div border color is #C1C1ED.


Opacity

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

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

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

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

This text has shadow with #C1C1ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C1ED on black background.


Color preview on white background

This text has color #C1C1ED on white background.



Black color preview on #C1C1ED background

This text has black color on #C1C1ED background.


White color preview on #C1C1ED background

This text has white color on #C1C1ED background.