COLOR #C1ADEB

HEX: #C1ADEB
RGB: (193,173,235)

Color info

#C1ADEB contains mainly red and blue colors. Web safe color of #C1ADEB is #CC99FF (or #C9F).

RGB color model

#C1ADEB color RGB value is (193,173,235).

  • red value is 193;
  • green value is 173;
  • blue value is 235.
RGB:
(193,173,235)
(76%,68%,92%)

RGB channels and saturation

R 193 of 255 = 76%
G 173 of 255 = 68%
B 235 of 255 = 92%

193
173
235

R + G + B ~ 79%. #C1ADEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 173 + 235 = 601 (100%)
R 193 of 601 ~ 32.11%
G 173 of 601 ~ 28.79%
B 235 of 601 ~ 39.1%

%32.11
%28.79
%39.1

CMYK color model

#C1ADEB color CMYK value is (18,26,0,8).

  • cyan value is 17.87%
  • magenta value is 26.38%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(18,26,0,8)
C18M26Y0K8 
(18%,26%,0%,8%)
(0.18/0.26/0.00/0.08)	

CMYK percentages

%17.87
%26.38
%0
%7.84

Codes

Color #C1ADEB in popluar color models

C1ADEB
RGB193173235
HSL259°60.78%80.00%
HSB/HSV259°26.38%92.16%
CMYK17.87%26.38%0.00%
7.84%

Color #C1ADEB in popluar number systems.

HEXC1ADEB
Decimal193173235
Binary110000011010110111101011
Octal301255353

Shades and tints

Shades of #C1ADEB

#C1ADEB
(193,173,235)
#B09ED6
(176,158,214)
#9F8FC1
(159,143,193)
#8E80AC
(142,128,172)
#7D7197
(125,113,151)
#6C6282
(108,98,130)
#5B536D
(91,83,109)
#4A4458
(74,68,88)
#393543
(57,53,67)
#28262E
(40,38,46)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #C1ADEB

#C1ADEB
(193,173,235)
#C6B4EC
(198,180,236)
#CBBBED
(203,187,237)
#D0C2EE
(208,194,238)
#D5C9EF
(213,201,239)
#DAD0F0
(218,208,240)
#DFD7F1
(223,215,241)
#E4DEF2
(228,222,242)
#E9E5F3
(233,229,243)
#EEECF4
(238,236,244)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1ADEB; }

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

This text font color is #C1ADEB.


Background Color

.myBgColor { background-color: #C1ADEB; }

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

This div background color is #C1ADEB.


Border color

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

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

This div border color is #C1ADEB.


Opacity

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

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

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

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

This text has shadow with #C1ADEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1ADEB on black background.


Color preview on white background

This text has color #C1ADEB on white background.



Black color preview on #C1ADEB background

This text has black color on #C1ADEB background.


White color preview on #C1ADEB background

This text has white color on #C1ADEB background.