COLOR #C1BFD5

HEX: #C1BFD5
RGB: (193,191,213)

Color info

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

RGB color model

#C1BFD5 color RGB value is (193,191,213).

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

RGB channels and saturation

R 193 of 255 = 76%
G 191 of 255 = 75%
B 213 of 255 = 84%

193
191
213

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

Portions of RGB colors in percentages

R + G + B =
193 + 191 + 213 = 597 (100%)
R 193 of 597 ~ 32.33%
G 191 of 597 ~ 31.99%
B 213 of 597 ~ 35.68%

%32.33
%31.99
%35.68

CMYK color model

#C1BFD5 color CMYK value is (9,10,0,16).

  • cyan value is 9.39%
  • magenta value is 10.33%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(9,10,0,16)
C9M10Y0K16 
(9%,10%,0%,16%)
(0.09/0.10/0.00/0.16)	

CMYK percentages

%9.39
%10.33
%0
%16.47

Codes

Color #C1BFD5 in popluar color models

C1BFD5
RGB193191213
HSL245°20.75%79.22%
HSB/HSV245°10.33%83.53%
CMYK9.39%10.33%0.00%
16.47%

Color #C1BFD5 in popluar number systems.

HEXC1BFD5
Decimal193191213
Binary110000011011111111010101
Octal301277325

Shades and tints

Shades of #C1BFD5

#C1BFD5
(193,191,213)
#B0AEC2
(176,174,194)
#9F9DAF
(159,157,175)
#8E8C9C
(142,140,156)
#7D7B89
(125,123,137)
#6C6A76
(108,106,118)
#5B5963
(91,89,99)
#4A4850
(74,72,80)
#39373D
(57,55,61)
#28262A
(40,38,42)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #C1BFD5

#C1BFD5
(193,191,213)
#C6C4D8
(198,196,216)
#CBC9DB
(203,201,219)
#D0CEDE
(208,206,222)
#D5D3E1
(213,211,225)
#DAD8E4
(218,216,228)
#DFDDE7
(223,221,231)
#E4E2EA
(228,226,234)
#E9E7ED
(233,231,237)
#EEECF0
(238,236,240)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1BFD5; }

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

This text font color is #C1BFD5.


Background Color

.myBgColor { background-color: #C1BFD5; }

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

This div background color is #C1BFD5.


Border color

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

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

This div border color is #C1BFD5.


Opacity

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

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

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

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

This text has shadow with #C1BFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1BFD5 on black background.


Color preview on white background

This text has color #C1BFD5 on white background.



Black color preview on #C1BFD5 background

This text has black color on #C1BFD5 background.


White color preview on #C1BFD5 background

This text has white color on #C1BFD5 background.