COLOR #C1B5DD

HEX: #C1B5DD RGB: (193,181,221)

Color info

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

RGB color model

#C1B5DD color RGB value is (193,181,221).

RGB: (193,181,221) (76%, 71%, 87%)

RGB channels and saturation

R 193 of 255 = 76%
G 181 of 255 = 71%
B 221 of 255 = 87%

193
181
221

R + G + B ~ 78%. #C1B5DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 181 + 221 = 595 (100%)
R 193 of 595 ~ 32.44%
G 181 of 595 ~ 30.42%
B 221 of 595 ~ 37.14'%

%32.44
%30.42
%37.14

CMYK color model

#C1B5DD color CMYK value is (13,18,0,13).

  • cyan value is 12.67%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (13,18,0,13)
C13M18Y0K13 (13%, 18%, 0%, 13%)
(0.13 / 0.18 / 0.00 / 0.13)

CMYK percentages

%12.67
%18.1
%0
%13.33

Codes

Color #C1B5DD in popluar color models

C1 B5 DD
RGB 193 181 221
HSL 258° 37.04% 78.82%
HSB/HSV 258° 18.10% 86.67%
CMYK 12.67% 18.10% 0.00%
13.33%

Color #C1B5DD in popluar number systems.

HEX C1 B5 DD
Decimal 193 181 221
Binary 11000001 10110101 11011101
Octal 301 265 335

Shades and tints

Shades of #C1B5DD

#C1B5DD
(193,181,221)
#B0A5C9
(176,165,201)
#9F95B5
(159,149,181)
#8E85A1
(142,133,161)
#7D758D
(125,117,141)
#6C6579
(108,101,121)
#5B5565
(91,85,101)
#4A4551
(74,69,81)
#39353D
(57,53,61)
#282529
(40,37,41)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #C1B5DD

#C1B5DD
(193,181,221)
#C6BBE0
(198,187,224)
#CBC1E3
(203,193,227)
#D0C7E6
(208,199,230)
#D5CDE9
(213,205,233)
#DAD3EC
(218,211,236)
#DFD9EF
(223,217,239)
#E4DFF2
(228,223,242)
#E9E5F5
(233,229,245)
#EEEBF8
(238,235,248)
#F3F1FB
(243,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B5DD; }

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

This text font color is #C1B5DD.

Background Color

.myBgColor { background-color: #C1B5DD; }

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

This div background color is #C1B5DD.

Border color

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

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

This div border color is #C1B5DD.

Opacity

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

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

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

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

This text has shadow with #C1B5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1B5DD.

Preview

Color preview on black background

This text has color #C1B5DD on black background.


Color preview on white background

This text has color #C1B5DD on white background.


Black color preview on #C1B5DD background

This text has black color on #C1B5DD background.


White color preview on #C1B5DD background

This text has white color on #C1B5DD background.


Related colors

Complementary color

Complementary color for #hex is #3E4A22.


I love getcolorcode.com

Triadic colors

1 #DDC1B5 and #B5DDC1 with #C1B5DD are triadic colors.

2 #DDB5C1 and #B5C1DD with #C1B5DD are triadic colors.