COLOR #BBD4F7

HEX: #BBD4F7
RGB: (187,212,247)

Color info

#BBD4F7 contains mainly green and blue colors. Web safe color of #BBD4F7 is #CCCCFF (or #CCF).

RGB color model

#BBD4F7 color RGB value is (187,212,247).

  • red value is 187;
  • green value is 212;
  • blue value is 247.
RGB:
(187,212,247)
(73%,83%,97%)

RGB channels and saturation

R 187 of 255 = 73%
G 212 of 255 = 83%
B 247 of 255 = 97%

187
212
247

R + G + B ~ 84%. #BBD4F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 212 + 247 = 646 (100%)
R 187 of 646 ~ 28.95%
G 212 of 646 ~ 32.82%
B 247 of 646 ~ 38.24%

%28.95
%32.82
%38.24

CMYK color model

#BBD4F7 color CMYK value is (24,14,0,3).

  • cyan value is 24.29%
  • magenta value is 14.17%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(24,14,0,3)
C24M14Y0K3 
(24%,14%,0%,3%)
(0.24/0.14/0.00/0.03)	

CMYK percentages

%24.29
%14.17
%0
%3.14

Codes

Color #BBD4F7 in popluar color models

BBD4F7
RGB187212247
HSL215°78.95%85.10%
HSB/HSV215°24.29%96.86%
CMYK24.29%14.17%0.00%
3.14%

Color #BBD4F7 in popluar number systems.

HEXBBD4F7
Decimal187212247
Binary101110111101010011110111
Octal273324367

Shades and tints

Shades of #BBD4F7

#BBD4F7
(187,212,247)
#AAC1E1
(170,193,225)
#99AECB
(153,174,203)
#889BB5
(136,155,181)
#77889F
(119,136,159)
#667589
(102,117,137)
#556273
(85,98,115)
#444F5D
(68,79,93)
#333C47
(51,60,71)
#222931
(34,41,49)
#11161B
(17,22,27)
#000000
(0,0,0)

Tints of #BBD4F7

#BBD4F7
(187,212,247)
#C1D7F7
(193,215,247)
#C7DAF7
(199,218,247)
#CDDDF7
(205,221,247)
#D3E0F7
(211,224,247)
#D9E3F7
(217,227,247)
#DFE6F7
(223,230,247)
#E5E9F7
(229,233,247)
#EBECF7
(235,236,247)
#F1EFF7
(241,239,247)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD4F7 color. Also use rgb(187,212,247) instead hex code.

Text Font Color

.myTextColor { color: #BBD4F7; }

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

This text font color is #BBD4F7.


Background Color

.myBgColor { background-color: #BBD4F7; }

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

This div background color is #BBD4F7.


Border color

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

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

This div border color is #BBD4F7.


Opacity

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

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

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

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

This text has shadow with #BBD4F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD4F7 on black background.


Color preview on white background

This text has color #BBD4F7 on white background.



Black color preview on #BBD4F7 background

This text has black color on #BBD4F7 background.


White color preview on #BBD4F7 background

This text has white color on #BBD4F7 background.