COLOR #C1B8CC

HEX: #C1B8CC
RGB: (193,184,204)

Color info

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

RGB color model

#C1B8CC color RGB value is (193,184,204).

  • red value is 193;
  • green value is 184;
  • blue value is 204.
RGB:
(193,184,204)
(76%,72%,80%)

RGB channels and saturation

R 193 of 255 = 76%
G 184 of 255 = 72%
B 204 of 255 = 80%

193
184
204

R + G + B ~ 76%. #C1B8CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 184 + 204 = 581 (100%)
R 193 of 581 ~ 33.22%
G 184 of 581 ~ 31.67%
B 204 of 581 ~ 35.11%

%33.22
%31.67
%35.11

CMYK color model

#C1B8CC color CMYK value is (5,10,0,20).

  • cyan value is 5.39%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(5,10,0,20)
C5M10Y0K20 
(5%,10%,0%,20%)
(0.05/0.10/0.00/0.20)	

CMYK percentages

%5.39
%9.8
%0
%20

Codes

Color #C1B8CC in popluar color models

C1B8CC
RGB193184204
HSL267°16.39%76.08%
HSB/HSV267°9.80%80.00%
CMYK5.39%9.80%0.00%
20.00%

Color #C1B8CC in popluar number systems.

HEXC1B8CC
Decimal193184204
Binary110000011011100011001100
Octal301270314

Shades and tints

Shades of #C1B8CC

#C1B8CC
(193,184,204)
#B0A8BA
(176,168,186)
#9F98A8
(159,152,168)
#8E8896
(142,136,150)
#7D7884
(125,120,132)
#6C6872
(108,104,114)
#5B5860
(91,88,96)
#4A484E
(74,72,78)
#39383C
(57,56,60)
#28282A
(40,40,42)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #C1B8CC

#C1B8CC
(193,184,204)
#C6BED0
(198,190,208)
#CBC4D4
(203,196,212)
#D0CAD8
(208,202,216)
#D5D0DC
(213,208,220)
#DAD6E0
(218,214,224)
#DFDCE4
(223,220,228)
#E4E2E8
(228,226,232)
#E9E8EC
(233,232,236)
#EEEEF0
(238,238,240)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1B8CC color. Also use rgb(193,184,204) instead hex code.

Text Font Color

.myTextColor { color: #C1B8CC; }

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

This text font color is #C1B8CC.


Background Color

.myBgColor { background-color: #C1B8CC; }

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

This div background color is #C1B8CC.


Border color

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

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

This div border color is #C1B8CC.


Opacity

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

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

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

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

This text has shadow with #C1B8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B8CC on black background.


Color preview on white background

This text has color #C1B8CC on white background.



Black color preview on #C1B8CC background

This text has black color on #C1B8CC background.


White color preview on #C1B8CC background

This text has white color on #C1B8CC background.