COLOR #C1BBDB

HEX: #C1BBDB RGB: (193,187,219)

Color info

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

RGB color model

#C1BBDB color RGB value is (193,187,219).

RGB: (193,187,219) (76%, 73%, 86%)

RGB channels and saturation

R 193 of 255 = 76%
G 187 of 255 = 73%
B 219 of 255 = 86%

193
187
219

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

Portions of RGB colors in percentages

R + G + B = 193 + 187 + 219 = 599 (100%)
R 193 of 599 ~ 32.22%
G 187 of 599 ~ 31.22%
B 219 of 599 ~ 36.56'%

%32.22
%31.22
%36.56

CMYK color model

#C1BBDB color CMYK value is (12,15,0,14).

  • cyan value is 11.87%
  • magenta value is 14.61%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (12,15,0,14)
C12M15Y0K14 (12%, 15%, 0%, 14%)
(0.12 / 0.15 / 0.00 / 0.14)

CMYK percentages

%11.87
%14.61
%0
%14.12

Codes

Color #C1BBDB in popluar color models

C1 BB DB
RGB 193 187 219
HSL 251° 30.77% 79.61%
HSB/HSV 251° 14.61% 85.88%
CMYK 11.87% 14.61% 0.00%
14.12%

Color #C1BBDB in popluar number systems.

HEX C1 BB DB
Decimal 193 187 219
Binary 11000001 10111011 11011011
Octal 301 273 333

Shades and tints

Shades of #C1BBDB

#C1BBDB
(193,187,219)
#B0AAC8
(176,170,200)
#9F99B5
(159,153,181)
#8E88A2
(142,136,162)
#7D778F
(125,119,143)
#6C667C
(108,102,124)
#5B5569
(91,85,105)
#4A4456
(74,68,86)
#393343
(57,51,67)
#282230
(40,34,48)
#17111D
(23,17,29)
#000000
(0,0,0)

Tints of #C1BBDB

#C1BBDB
(193,187,219)
#C6C1DE
(198,193,222)
#CBC7E1
(203,199,225)
#D0CDE4
(208,205,228)
#D5D3E7
(213,211,231)
#DAD9EA
(218,217,234)
#DFDFED
(223,223,237)
#E4E5F0
(228,229,240)
#E9EBF3
(233,235,243)
#EEF1F6
(238,241,246)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1BBDB color. Also use rgb(193,187,219) instead hex code.

Text Font Color

.myTextColor { color: #C1BBDB; }

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

This text font color is #C1BBDB.

Background Color

.myBgColor { background-color: #C1BBDB; }

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

This div background color is #C1BBDB.

Border color

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

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

This div border color is #C1BBDB.

Opacity

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

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

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

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

This text has shadow with #C1BBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1BBDB.

Preview

Color preview on black background

This text has color #C1BBDB on black background.


Color preview on white background

This text has color #C1BBDB on white background.


Black color preview on #C1BBDB background

This text has black color on #C1BBDB background.


White color preview on #C1BBDB background

This text has white color on #C1BBDB background.


Related colors

Complementary color

Complementary color for #hex is #3E4424.


I love getcolorcode.com

Triadic colors

1 #DBC1BB and #BBDBC1 with #C1BBDB are triadic colors.

2 #DBBBC1 and #BBC1DB with #C1BBDB are triadic colors.