COLOR #C1BBD2

HEX: #C1BBD2
RGB: (193,187,210)

Color info

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

RGB color model

#C1BBD2 color RGB value is (193,187,210).

  • red value is 193;
  • green value is 187;
  • blue value is 210.
RGB:
(193,187,210)
(76%,73%,82%)

RGB channels and saturation

R 193 of 255 = 76%
G 187 of 255 = 73%
B 210 of 255 = 82%

193
187
210

R + G + B ~ 77%. #C1BBD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 187 + 210 = 590 (100%)
R 193 of 590 ~ 32.71%
G 187 of 590 ~ 31.69%
B 210 of 590 ~ 35.59%

%32.71
%31.69
%35.59

CMYK color model

#C1BBD2 color CMYK value is (8,11,0,18).

  • cyan value is 8.10%
  • magenta value is 10.95%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(8,11,0,18)
C8M11Y0K18 
(8%,11%,0%,18%)
(0.08/0.11/0.00/0.18)	

CMYK percentages

%8.1
%10.95
%0
%17.65

Codes

Color #C1BBD2 in popluar color models

C1BBD2
RGB193187210
HSL256°20.35%77.84%
HSB/HSV256°10.95%82.35%
CMYK8.10%10.95%0.00%
17.65%

Color #C1BBD2 in popluar number systems.

HEXC1BBD2
Decimal193187210
Binary110000011011101111010010
Octal301273322

Shades and tints

Shades of #C1BBD2

#C1BBD2
(193,187,210)
#B0AABF
(176,170,191)
#9F99AC
(159,153,172)
#8E8899
(142,136,153)
#7D7786
(125,119,134)
#6C6673
(108,102,115)
#5B5560
(91,85,96)
#4A444D
(74,68,77)
#39333A
(57,51,58)
#282227
(40,34,39)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #C1BBD2

#C1BBD2
(193,187,210)
#C6C1D6
(198,193,214)
#CBC7DA
(203,199,218)
#D0CDDE
(208,205,222)
#D5D3E2
(213,211,226)
#DAD9E6
(218,217,230)
#DFDFEA
(223,223,234)
#E4E5EE
(228,229,238)
#E9EBF2
(233,235,242)
#EEF1F6
(238,241,246)
#F3F7FA
(243,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1BBD2; }

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

This text font color is #C1BBD2.


Background Color

.myBgColor { background-color: #C1BBD2; }

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

This div background color is #C1BBD2.


Border color

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

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

This div border color is #C1BBD2.


Opacity

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

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

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

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

This text has shadow with #C1BBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1BBD2 on black background.


Color preview on white background

This text has color #C1BBD2 on white background.



Black color preview on #C1BBD2 background

This text has black color on #C1BBD2 background.


White color preview on #C1BBD2 background

This text has white color on #C1BBD2 background.