COLOR #BFB8EC

HEX: #BFB8EC
RGB: (191,184,236)

Color info

#BFB8EC contains red, green and blue colors in about the same proportion. Web safe color of #BFB8EC is #CCCCFF (or #CCF).

RGB color model

#BFB8EC color RGB value is (191,184,236).

  • red value is 191;
  • green value is 184;
  • blue value is 236.
RGB:
(191,184,236)
(75%,72%,93%)

RGB channels and saturation

R 191 of 255 = 75%
G 184 of 255 = 72%
B 236 of 255 = 93%

191
184
236

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

Portions of RGB colors in percentages

R + G + B =
191 + 184 + 236 = 611 (100%)
R 191 of 611 ~ 31.26%
G 184 of 611 ~ 30.11%
B 236 of 611 ~ 38.63%

%31.26
%30.11
%38.63

CMYK color model

#BFB8EC color CMYK value is (19,22,0,7).

  • cyan value is 19.07%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(19,22,0,7)
C19M22Y0K7 
(19%,22%,0%,7%)
(0.19/0.22/0.00/0.07)	

CMYK percentages

%19.07
%22.03
%0
%7.45

Codes

Color #BFB8EC in popluar color models

BFB8EC
RGB191184236
HSL248°57.78%82.35%
HSB/HSV248°22.03%92.55%
CMYK19.07%22.03%0.00%
7.45%

Color #BFB8EC in popluar number systems.

HEXBFB8EC
Decimal191184236
Binary101111111011100011101100
Octal277270354

Shades and tints

Shades of #BFB8EC

#BFB8EC
(191,184,236)
#AEA8D7
(174,168,215)
#9D98C2
(157,152,194)
#8C88AD
(140,136,173)
#7B7898
(123,120,152)
#6A6883
(106,104,131)
#59586E
(89,88,110)
#484859
(72,72,89)
#373844
(55,56,68)
#26282F
(38,40,47)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #BFB8EC

#BFB8EC
(191,184,236)
#C4BEED
(196,190,237)
#C9C4EE
(201,196,238)
#CECAEF
(206,202,239)
#D3D0F0
(211,208,240)
#D8D6F1
(216,214,241)
#DDDCF2
(221,220,242)
#E2E2F3
(226,226,243)
#E7E8F4
(231,232,244)
#ECEEF5
(236,238,245)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB8EC color. Also use rgb(191,184,236) instead hex code.

Text Font Color

.myTextColor { color: #BFB8EC; }

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

This text font color is #BFB8EC.


Background Color

.myBgColor { background-color: #BFB8EC; }

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

This div background color is #BFB8EC.


Border color

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

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

This div border color is #BFB8EC.


Opacity

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

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

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

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

This text has shadow with #BFB8EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB8EC on black background.


Color preview on white background

This text has color #BFB8EC on white background.



Black color preview on #BFB8EC background

This text has black color on #BFB8EC background.


White color preview on #BFB8EC background

This text has white color on #BFB8EC background.