COLOR #BABBF3

HEX: #BABBF3
RGB: (186,187,243)

Color info

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

RGB color model

#BABBF3 color RGB value is (186,187,243).

  • red value is 186;
  • green value is 187;
  • blue value is 243.
RGB:
(186,187,243)
(73%,73%,95%)

RGB channels and saturation

R 186 of 255 = 73%
G 187 of 255 = 73%
B 243 of 255 = 95%

186
187
243

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

Portions of RGB colors in percentages

R + G + B =
186 + 187 + 243 = 616 (100%)
R 186 of 616 ~ 30.19%
G 187 of 616 ~ 30.36%
B 243 of 616 ~ 39.45%

%30.19
%30.36
%39.45

CMYK color model

#BABBF3 color CMYK value is (23,23,0,5).

  • cyan value is 23.46%
  • magenta value is 23.05%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(23,23,0,5)
C23M23Y0K5 
(23%,23%,0%,5%)
(0.23/0.23/0.00/0.05)	

CMYK percentages

%23.46
%23.05
%0
%4.71

Codes

Color #BABBF3 in popluar color models

BABBF3
RGB186187243
HSL239°70.37%84.12%
HSB/HSV239°23.46%95.29%
CMYK23.46%23.05%0.00%
4.71%

Color #BABBF3 in popluar number systems.

HEXBABBF3
Decimal186187243
Binary101110101011101111110011
Octal272273363

Shades and tints

Shades of #BABBF3

#BABBF3
(186,187,243)
#AAAADD
(170,170,221)
#9A99C7
(154,153,199)
#8A88B1
(138,136,177)
#7A779B
(122,119,155)
#6A6685
(106,102,133)
#5A556F
(90,85,111)
#4A4459
(74,68,89)
#3A3343
(58,51,67)
#2A222D
(42,34,45)
#1A1117
(26,17,23)
#000000
(0,0,0)

Tints of #BABBF3

#BABBF3
(186,187,243)
#C0C1F4
(192,193,244)
#C6C7F5
(198,199,245)
#CCCDF6
(204,205,246)
#D2D3F7
(210,211,247)
#D8D9F8
(216,217,248)
#DEDFF9
(222,223,249)
#E4E5FA
(228,229,250)
#EAEBFB
(234,235,251)
#F0F1FC
(240,241,252)
#F6F7FD
(246,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BABBF3 color. Also use rgb(186,187,243) instead hex code.

Text Font Color

.myTextColor { color: #BABBF3; }

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

This text font color is #BABBF3.


Background Color

.myBgColor { background-color: #BABBF3; }

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

This div background color is #BABBF3.


Border color

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

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

This div border color is #BABBF3.


Opacity

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

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

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

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

This text has shadow with #BABBF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABBF3 on black background.


Color preview on white background

This text has color #BABBF3 on white background.



Black color preview on #BABBF3 background

This text has black color on #BABBF3 background.


White color preview on #BABBF3 background

This text has white color on #BABBF3 background.