COLOR #C1BEE4

HEX: #C1BEE4
RGB: (193,190,228)

Color info

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

RGB color model

#C1BEE4 color RGB value is (193,190,228).

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

RGB channels and saturation

R 193 of 255 = 76%
G 190 of 255 = 75%
B 228 of 255 = 89%

193
190
228

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

Portions of RGB colors in percentages

R + G + B =
193 + 190 + 228 = 611 (100%)
R 193 of 611 ~ 31.59%
G 190 of 611 ~ 31.1%
B 228 of 611 ~ 37.32%

%31.59
%31.1
%37.32

CMYK color model

#C1BEE4 color CMYK value is (15,17,0,11).

  • cyan value is 15.35%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(15,17,0,11)
C15M17Y0K11 
(15%,17%,0%,11%)
(0.15/0.17/0.00/0.11)	

CMYK percentages

%15.35
%16.67
%0
%10.59

Codes

Color #C1BEE4 in popluar color models

C1BEE4
RGB193190228
HSL245°41.30%81.96%
HSB/HSV245°16.67%89.41%
CMYK15.35%16.67%0.00%
10.59%

Color #C1BEE4 in popluar number systems.

HEXC1BEE4
Decimal193190228
Binary110000011011111011100100
Octal301276344

Shades and tints

Shades of #C1BEE4

#C1BEE4
(193,190,228)
#B0ADD0
(176,173,208)
#9F9CBC
(159,156,188)
#8E8BA8
(142,139,168)
#7D7A94
(125,122,148)
#6C6980
(108,105,128)
#5B586C
(91,88,108)
#4A4758
(74,71,88)
#393644
(57,54,68)
#282530
(40,37,48)
#17141C
(23,20,28)
#000000
(0,0,0)

Tints of #C1BEE4

#C1BEE4
(193,190,228)
#C6C3E6
(198,195,230)
#CBC8E8
(203,200,232)
#D0CDEA
(208,205,234)
#D5D2EC
(213,210,236)
#DAD7EE
(218,215,238)
#DFDCF0
(223,220,240)
#E4E1F2
(228,225,242)
#E9E6F4
(233,230,244)
#EEEBF6
(238,235,246)
#F3F0F8
(243,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1BEE4; }

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

This text font color is #C1BEE4.


Background Color

.myBgColor { background-color: #C1BEE4; }

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

This div background color is #C1BEE4.


Border color

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

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

This div border color is #C1BEE4.


Opacity

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

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

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

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

This text has shadow with #C1BEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1BEE4 on black background.


Color preview on white background

This text has color #C1BEE4 on white background.



Black color preview on #C1BEE4 background

This text has black color on #C1BEE4 background.


White color preview on #C1BEE4 background

This text has white color on #C1BEE4 background.