COLOR #C1B6ED

HEX: #C1B6ED RGB: (193,182,237)

Color info

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

RGB color model

#C1B6ED color RGB value is (193,182,237).

RGB: (193,182,237) (76%, 71%, 93%)

RGB channels and saturation

R 193 of 255 = 76%
G 182 of 255 = 71%
B 237 of 255 = 93%

193
182
237

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

Portions of RGB colors in percentages

R + G + B = 193 + 182 + 237 = 612 (100%)
R 193 of 612 ~ 31.54%
G 182 of 612 ~ 29.74%
B 237 of 612 ~ 38.73'%

%31.54
%29.74
%38.73

CMYK color model

#C1B6ED color CMYK value is (19,23,0,7).

  • cyan value is 18.57%
  • magenta value is 23.21%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (19,23,0,7)
C19M23Y0K7 (19%, 23%, 0%, 7%)
(0.19 / 0.23 / 0.00 / 0.07)

CMYK percentages

%18.57
%23.21
%0
%7.06

Codes

Color #C1B6ED in popluar color models

C1 B6 ED
RGB 193 182 237
HSL 252° 60.44% 82.16%
HSB/HSV 252° 23.21% 92.94%
CMYK 18.57% 23.21% 0.00%
7.06%

Color #C1B6ED in popluar number systems.

HEX C1 B6 ED
Decimal 193 182 237
Binary 11000001 10110110 11101101
Octal 301 266 355

Shades and tints

Shades of #C1B6ED

#C1B6ED
(193,182,237)
#B0A6D8
(176,166,216)
#9F96C3
(159,150,195)
#8E86AE
(142,134,174)
#7D7699
(125,118,153)
#6C6684
(108,102,132)
#5B566F
(91,86,111)
#4A465A
(74,70,90)
#393645
(57,54,69)
#282630
(40,38,48)
#17161B
(23,22,27)
#000000
(0,0,0)

Tints of #C1B6ED

#C1B6ED
(193,182,237)
#C6BCEE
(198,188,238)
#CBC2EF
(203,194,239)
#D0C8F0
(208,200,240)
#D5CEF1
(213,206,241)
#DAD4F2
(218,212,242)
#DFDAF3
(223,218,243)
#E4E0F4
(228,224,244)
#E9E6F5
(233,230,245)
#EEECF6
(238,236,246)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B6ED; }

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

This text font color is #C1B6ED.

Background Color

.myBgColor { background-color: #C1B6ED; }

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

This div background color is #C1B6ED.

Border color

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

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

This div border color is #C1B6ED.

Opacity

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

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

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

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

This text has shadow with #C1B6ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1B6ED.

Preview

Color preview on black background

This text has color #C1B6ED on black background.


Color preview on white background

This text has color #C1B6ED on white background.


Black color preview on #C1B6ED background

This text has black color on #C1B6ED background.


White color preview on #C1B6ED background

This text has white color on #C1B6ED background.


Related colors

Complementary color

Complementary color for #hex is #3E4912.


I love getcolorcode.com

Triadic colors

1 #EDC1B6 and #B6EDC1 with #C1B6ED are triadic colors.

2 #EDB6C1 and #B6C1ED with #C1B6ED are triadic colors.