COLOR #C1B7EC

HEX: #C1B7EC RGB: (193,183,236)

Color info

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

RGB color model

#C1B7EC color RGB value is (193,183,236).

RGB: (193,183,236) (76%, 72%, 93%)

RGB channels and saturation

R 193 of 255 = 76%
G 183 of 255 = 72%
B 236 of 255 = 93%

193
183
236

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

Portions of RGB colors in percentages

R + G + B = 193 + 183 + 236 = 612 (100%)
R 193 of 612 ~ 31.54%
G 183 of 612 ~ 29.9%
B 236 of 612 ~ 38.56'%

%31.54
%29.9
%38.56

CMYK color model

#C1B7EC color CMYK value is (18,22,0,7).

  • cyan value is 18.22%
  • magenta value is 22.46%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (18,22,0,7)
C18M22Y0K7 (18%, 22%, 0%, 7%)
(0.18 / 0.22 / 0.00 / 0.07)

CMYK percentages

%18.22
%22.46
%0
%7.45

Codes

Color #C1B7EC in popluar color models

C1 B7 EC
RGB 193 183 236
HSL 251° 58.24% 82.16%
HSB/HSV 251° 22.46% 92.55%
CMYK 18.22% 22.46% 0.00%
7.45%

Color #C1B7EC in popluar number systems.

HEX C1 B7 EC
Decimal 193 183 236
Binary 11000001 10110111 11101100
Octal 301 267 354

Shades and tints

Shades of #C1B7EC

#C1B7EC
(193,183,236)
#B0A7D7
(176,167,215)
#9F97C2
(159,151,194)
#8E87AD
(142,135,173)
#7D7798
(125,119,152)
#6C6783
(108,103,131)
#5B576E
(91,87,110)
#4A4759
(74,71,89)
#393744
(57,55,68)
#28272F
(40,39,47)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #C1B7EC

#C1B7EC
(193,183,236)
#C6BDED
(198,189,237)
#CBC3EE
(203,195,238)
#D0C9EF
(208,201,239)
#D5CFF0
(213,207,240)
#DAD5F1
(218,213,241)
#DFDBF2
(223,219,242)
#E4E1F3
(228,225,243)
#E9E7F4
(233,231,244)
#EEEDF5
(238,237,245)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1B7EC color. Also use rgb(193,183,236) instead hex code.

Text Font Color

.myTextColor { color: #C1B7EC; }

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

This text font color is #C1B7EC.

Background Color

.myBgColor { background-color: #C1B7EC; }

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

This div background color is #C1B7EC.

Border color

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

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

This div border color is #C1B7EC.

Opacity

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

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

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

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

This text has shadow with #C1B7EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1B7EC.

Preview

Color preview on black background

This text has color #C1B7EC on black background.


Color preview on white background

This text has color #C1B7EC on white background.


Black color preview on #C1B7EC background

This text has black color on #C1B7EC background.


White color preview on #C1B7EC background

This text has white color on #C1B7EC background.


Related colors

Complementary color

Complementary color for #hex is #3E4813.


I love getcolorcode.com

Triadic colors

1 #ECC1B7 and #B7ECC1 with #C1B7EC are triadic colors.

2 #ECB7C1 and #B7C1EC with #C1B7EC are triadic colors.