COLOR #C5BFE3

HEX: #C5BFE3
RGB: (197,191,227)

Color info

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

RGB color model

#C5BFE3 color RGB value is (197,191,227).

  • red value is 197;
  • green value is 191;
  • blue value is 227.
RGB:
(197,191,227)
(77%,75%,89%)

RGB channels and saturation

R 197 of 255 = 77%
G 191 of 255 = 75%
B 227 of 255 = 89%

197
191
227

R + G + B ~ 80%. #C5BFE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 191 + 227 = 615 (100%)
R 197 of 615 ~ 32.03%
G 191 of 615 ~ 31.06%
B 227 of 615 ~ 36.91%

%32.03
%31.06
%36.91

CMYK color model

#C5BFE3 color CMYK value is (13,16,0,11).

  • cyan value is 13.22%
  • magenta value is 15.86%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(13,16,0,11)
C13M16Y0K11 
(13%,16%,0%,11%)
(0.13/0.16/0.00/0.11)	

CMYK percentages

%13.22
%15.86
%0
%10.98

Codes

Color #C5BFE3 in popluar color models

C5BFE3
RGB197191227
HSL250°39.13%81.96%
HSB/HSV250°15.86%89.02%
CMYK13.22%15.86%0.00%
10.98%

Color #C5BFE3 in popluar number systems.

HEXC5BFE3
Decimal197191227
Binary110001011011111111100011
Octal305277343

Shades and tints

Shades of #C5BFE3

#C5BFE3
(197,191,227)
#B4AECF
(180,174,207)
#A39DBB
(163,157,187)
#928CA7
(146,140,167)
#817B93
(129,123,147)
#706A7F
(112,106,127)
#5F596B
(95,89,107)
#4E4857
(78,72,87)
#3D3743
(61,55,67)
#2C262F
(44,38,47)
#1B151B
(27,21,27)
#000000
(0,0,0)

Tints of #C5BFE3

#C5BFE3
(197,191,227)
#CAC4E5
(202,196,229)
#CFC9E7
(207,201,231)
#D4CEE9
(212,206,233)
#D9D3EB
(217,211,235)
#DED8ED
(222,216,237)
#E3DDEF
(227,221,239)
#E8E2F1
(232,226,241)
#EDE7F3
(237,231,243)
#F2ECF5
(242,236,245)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BFE3 color. Also use rgb(197,191,227) instead hex code.

Text Font Color

.myTextColor { color: #C5BFE3; }

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

This text font color is #C5BFE3.


Background Color

.myBgColor { background-color: #C5BFE3; }

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

This div background color is #C5BFE3.


Border color

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

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

This div border color is #C5BFE3.


Opacity

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

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

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

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

This text has shadow with #C5BFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BFE3 on black background.


Color preview on white background

This text has color #C5BFE3 on white background.



Black color preview on #C5BFE3 background

This text has black color on #C5BFE3 background.


White color preview on #C5BFE3 background

This text has white color on #C5BFE3 background.