COLOR #C1BEE6

HEX: #C1BEE6 RGB: (193,190,230)

Color info

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

RGB color model

#C1BEE6 color RGB value is (193,190,230).

RGB: (193,190,230) (76%, 75%, 90%)

RGB channels and saturation

R 193 of 255 = 76%
G 190 of 255 = 75%
B 230 of 255 = 90%

193
190
230

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

Portions of RGB colors in percentages

R + G + B = 193 + 190 + 230 = 613 (100%)
R 193 of 613 ~ 31.48%
G 190 of 613 ~ 31%
B 230 of 613 ~ 37.52'%

%31.48
%31
%37.52

CMYK color model

#C1BEE6 color CMYK value is (16,17,0,10).

  • cyan value is 16.09%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (16,17,0,10)
C16M17Y0K10 (16%, 17%, 0%, 10%)
(0.16 / 0.17 / 0.00 / 0.10)

CMYK percentages

%16.09
%17.39
%0
%9.8

Codes

Color #C1BEE6 in popluar color models

C1 BE E6
RGB 193 190 230
HSL 245° 44.44% 82.35%
HSB/HSV 245° 17.39% 90.20%
CMYK 16.09% 17.39% 0.00%
9.80%

Color #C1BEE6 in popluar number systems.

HEX C1 BE E6
Decimal 193 190 230
Binary 11000001 10111110 11100110
Octal 301 276 346

Shades and tints

Shades of #C1BEE6

#C1BEE6
(193,190,230)
#B0ADD2
(176,173,210)
#9F9CBE
(159,156,190)
#8E8BAA
(142,139,170)
#7D7A96
(125,122,150)
#6C6982
(108,105,130)
#5B586E
(91,88,110)
#4A475A
(74,71,90)
#393646
(57,54,70)
#282532
(40,37,50)
#17141E
(23,20,30)
#000000
(0,0,0)

Tints of #C1BEE6

#C1BEE6
(193,190,230)
#C6C3E8
(198,195,232)
#CBC8EA
(203,200,234)
#D0CDEC
(208,205,236)
#D5D2EE
(213,210,238)
#DAD7F0
(218,215,240)
#DFDCF2
(223,220,242)
#E4E1F4
(228,225,244)
#E9E6F6
(233,230,246)
#EEEBF8
(238,235,248)
#F3F0FA
(243,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1BEE6; }

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

This text font color is #C1BEE6.

Background Color

.myBgColor { background-color: #C1BEE6; }

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

This div background color is #C1BEE6.

Border color

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

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

This div border color is #C1BEE6.

Opacity

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

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

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

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

This text has shadow with #C1BEE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1BEE6.

Preview

Color preview on black background

This text has color #C1BEE6 on black background.


Color preview on white background

This text has color #C1BEE6 on white background.


Black color preview on #C1BEE6 background

This text has black color on #C1BEE6 background.


White color preview on #C1BEE6 background

This text has white color on #C1BEE6 background.


Related colors

Complementary color

Complementary color for #hex is #3E4119.


I love getcolorcode.com

Triadic colors

1 #E6C1BE and #BEE6C1 with #C1BEE6 are triadic colors.

2 #E6BEC1 and #BEC1E6 with #C1BEE6 are triadic colors.