COLOR #C1B5E4

HEX: #C1B5E4
RGB: (193,181,228)

Color info

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

RGB color model

#C1B5E4 color RGB value is (193,181,228).

  • red value is 193;
  • green value is 181;
  • blue value is 228.
RGB:
(193,181,228)
(76%,71%,89%)

RGB channels and saturation

R 193 of 255 = 76%
G 181 of 255 = 71%
B 228 of 255 = 89%

193
181
228

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

Portions of RGB colors in percentages

R + G + B =
193 + 181 + 228 = 602 (100%)
R 193 of 602 ~ 32.06%
G 181 of 602 ~ 30.07%
B 228 of 602 ~ 37.87%

%32.06
%30.07
%37.87

CMYK color model

#C1B5E4 color CMYK value is (15,21,0,11).

  • cyan value is 15.35%
  • magenta value is 20.61%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(15,21,0,11)
C15M21Y0K11 
(15%,21%,0%,11%)
(0.15/0.21/0.00/0.11)	

CMYK percentages

%15.35
%20.61
%0
%10.59

Codes

Color #C1B5E4 in popluar color models

C1B5E4
RGB193181228
HSL255°46.53%80.20%
HSB/HSV255°20.61%89.41%
CMYK15.35%20.61%0.00%
10.59%

Color #C1B5E4 in popluar number systems.

HEXC1B5E4
Decimal193181228
Binary110000011011010111100100
Octal301265344

Shades and tints

Shades of #C1B5E4

#C1B5E4
(193,181,228)
#B0A5D0
(176,165,208)
#9F95BC
(159,149,188)
#8E85A8
(142,133,168)
#7D7594
(125,117,148)
#6C6580
(108,101,128)
#5B556C
(91,85,108)
#4A4558
(74,69,88)
#393544
(57,53,68)
#282530
(40,37,48)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #C1B5E4

#C1B5E4
(193,181,228)
#C6BBE6
(198,187,230)
#CBC1E8
(203,193,232)
#D0C7EA
(208,199,234)
#D5CDEC
(213,205,236)
#DAD3EE
(218,211,238)
#DFD9F0
(223,217,240)
#E4DFF2
(228,223,242)
#E9E5F4
(233,229,244)
#EEEBF6
(238,235,246)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B5E4; }

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

This text font color is #C1B5E4.


Background Color

.myBgColor { background-color: #C1B5E4; }

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

This div background color is #C1B5E4.


Border color

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

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

This div border color is #C1B5E4.


Opacity

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

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

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

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

This text has shadow with #C1B5E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B5E4 on black background.


Color preview on white background

This text has color #C1B5E4 on white background.



Black color preview on #C1B5E4 background

This text has black color on #C1B5E4 background.


White color preview on #C1B5E4 background

This text has white color on #C1B5E4 background.