COLOR #C1B6EA

HEX: #C1B6EA
RGB: (193,182,234)

Color info

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

RGB color model

#C1B6EA color RGB value is (193,182,234).

  • red value is 193;
  • green value is 182;
  • blue value is 234.
RGB:
(193,182,234)
(76%,71%,92%)

RGB channels and saturation

R 193 of 255 = 76%
G 182 of 255 = 71%
B 234 of 255 = 92%

193
182
234

R + G + B ~ 80%. #C1B6EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 182 + 234 = 609 (100%)
R 193 of 609 ~ 31.69%
G 182 of 609 ~ 29.89%
B 234 of 609 ~ 38.42%

%31.69
%29.89
%38.42

CMYK color model

#C1B6EA color CMYK value is (18,22,0,8).

  • cyan value is 17.52%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(18,22,0,8)
C18M22Y0K8 
(18%,22%,0%,8%)
(0.18/0.22/0.00/0.08)	

CMYK percentages

%17.52
%22.22
%0
%8.24

Codes

Color #C1B6EA in popluar color models

C1B6EA
RGB193182234
HSL253°55.32%81.57%
HSB/HSV253°22.22%91.76%
CMYK17.52%22.22%0.00%
8.24%

Color #C1B6EA in popluar number systems.

HEXC1B6EA
Decimal193182234
Binary110000011011011011101010
Octal301266352

Shades and tints

Shades of #C1B6EA

#C1B6EA
(193,182,234)
#B0A6D5
(176,166,213)
#9F96C0
(159,150,192)
#8E86AB
(142,134,171)
#7D7696
(125,118,150)
#6C6681
(108,102,129)
#5B566C
(91,86,108)
#4A4657
(74,70,87)
#393642
(57,54,66)
#28262D
(40,38,45)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #C1B6EA

#C1B6EA
(193,182,234)
#C6BCEB
(198,188,235)
#CBC2EC
(203,194,236)
#D0C8ED
(208,200,237)
#D5CEEE
(213,206,238)
#DAD4EF
(218,212,239)
#DFDAF0
(223,218,240)
#E4E0F1
(228,224,241)
#E9E6F2
(233,230,242)
#EEECF3
(238,236,243)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B6EA; }

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

This text font color is #C1B6EA.


Background Color

.myBgColor { background-color: #C1B6EA; }

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

This div background color is #C1B6EA.


Border color

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

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

This div border color is #C1B6EA.


Opacity

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

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

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

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

This text has shadow with #C1B6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B6EA on black background.


Color preview on white background

This text has color #C1B6EA on white background.



Black color preview on #C1B6EA background

This text has black color on #C1B6EA background.


White color preview on #C1B6EA background

This text has white color on #C1B6EA background.