COLOR #C1BFD1

HEX: #C1BFD1
RGB: (193,191,209)

Color info

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

RGB color model

#C1BFD1 color RGB value is (193,191,209).

  • red value is 193;
  • green value is 191;
  • blue value is 209.
RGB:
(193,191,209)
(76%,75%,82%)

RGB channels and saturation

R 193 of 255 = 76%
G 191 of 255 = 75%
B 209 of 255 = 82%

193
191
209

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

Portions of RGB colors in percentages

R + G + B =
193 + 191 + 209 = 593 (100%)
R 193 of 593 ~ 32.55%
G 191 of 593 ~ 32.21%
B 209 of 593 ~ 35.24%

%32.55
%32.21
%35.24

CMYK color model

#C1BFD1 color CMYK value is (8,9,0,18).

  • cyan value is 7.66%
  • magenta value is 8.61%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(8,9,0,18)
C8M9Y0K18 
(8%,9%,0%,18%)
(0.08/0.09/0.00/0.18)	

CMYK percentages

%7.66
%8.61
%0
%18.04

Codes

Color #C1BFD1 in popluar color models

C1BFD1
RGB193191209
HSL247°16.36%78.43%
HSB/HSV247°8.61%81.96%
CMYK7.66%8.61%0.00%
18.04%

Color #C1BFD1 in popluar number systems.

HEXC1BFD1
Decimal193191209
Binary110000011011111111010001
Octal301277321

Shades and tints

Shades of #C1BFD1

#C1BFD1
(193,191,209)
#B0AEBE
(176,174,190)
#9F9DAB
(159,157,171)
#8E8C98
(142,140,152)
#7D7B85
(125,123,133)
#6C6A72
(108,106,114)
#5B595F
(91,89,95)
#4A484C
(74,72,76)
#393739
(57,55,57)
#282626
(40,38,38)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #C1BFD1

#C1BFD1
(193,191,209)
#C6C4D5
(198,196,213)
#CBC9D9
(203,201,217)
#D0CEDD
(208,206,221)
#D5D3E1
(213,211,225)
#DAD8E5
(218,216,229)
#DFDDE9
(223,221,233)
#E4E2ED
(228,226,237)
#E9E7F1
(233,231,241)
#EEECF5
(238,236,245)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1BFD1 color. Also use rgb(193,191,209) instead hex code.

Text Font Color

.myTextColor { color: #C1BFD1; }

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

This text font color is #C1BFD1.


Background Color

.myBgColor { background-color: #C1BFD1; }

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

This div background color is #C1BFD1.


Border color

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

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

This div border color is #C1BFD1.


Opacity

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

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

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

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

This text has shadow with #C1BFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1BFD1 on black background.


Color preview on white background

This text has color #C1BFD1 on white background.



Black color preview on #C1BFD1 background

This text has black color on #C1BFD1 background.


White color preview on #C1BFD1 background

This text has white color on #C1BFD1 background.