COLOR #BBF7D5

HEX: #BBF7D5 RGB: (187,247,213)

Color info

#BBF7D5 contains mainly green and blue colors. Web safe color of #BBF7D5 is #CCFFCC (or #CFC).

RGB color model

#BBF7D5 color RGB value is (187,247,213).

RGB: (187,247,213) (73%, 97%, 84%)

RGB channels and saturation

R 187 of 255 = 73%
G 247 of 255 = 97%
B 213 of 255 = 84%

187
247
213

R + G + B ~ 85%. #BBF7D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 247 + 213 = 647 (100%)
R 187 of 647 ~ 28.9%
G 247 of 647 ~ 38.18%
B 213 of 647 ~ 32.92'%

%28.9
%38.18
%32.92

CMYK color model

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

  • cyan value is 24.29%
  • magenta value is 0.00%
  • yellow value is 13.77%
  • key color value is 3.14%

CMYK: (24,0,14,3)
C24M0Y14K3 (24%, 0%, 14%, 3%)
(0.24 / 0.00 / 0.14 / 0.03)

CMYK percentages

%24.29
%0
%13.77
%3.14

Codes

Color #BBF7D5 in popluar color models

BB F7 D5
RGB 187 247 213
HSL 146° 78.95% 85.10%
HSB/HSV 146° 24.29% 96.86%
CMYK 24.29% 0.00% 13.77%
3.14%

Color #BBF7D5 in popluar number systems.

HEX BB F7 D5
Decimal 187 247 213
Binary 10111011 11110111 11010101
Octal 273 367 325

Shades and tints

Shades of #BBF7D5

#BBF7D5
(187,247,213)
#AAE1C2
(170,225,194)
#99CBAF
(153,203,175)
#88B59C
(136,181,156)
#779F89
(119,159,137)
#668976
(102,137,118)
#557363
(85,115,99)
#445D50
(68,93,80)
#33473D
(51,71,61)
#22312A
(34,49,42)
#111B17
(17,27,23)
#000000
(0,0,0)

Tints of #BBF7D5

#BBF7D5
(187,247,213)
#C1F7D8
(193,247,216)
#C7F7DB
(199,247,219)
#CDF7DE
(205,247,222)
#D3F7E1
(211,247,225)
#D9F7E4
(217,247,228)
#DFF7E7
(223,247,231)
#E5F7EA
(229,247,234)
#EBF7ED
(235,247,237)
#F1F7F0
(241,247,240)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF7D5; }

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

This text font color is #BBF7D5.

Background Color

.myBgColor { background-color: #BBF7D5; }

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

This div background color is #BBF7D5.

Border color

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

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

This div border color is #BBF7D5.

Opacity

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

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

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

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

This text has shadow with #BBF7D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBF7D5.

Preview

Color preview on black background

This text has color #BBF7D5 on black background.


Color preview on white background

This text has color #BBF7D5 on white background.


Black color preview on #BBF7D5 background

This text has black color on #BBF7D5 background.


White color preview on #BBF7D5 background

This text has white color on #BBF7D5 background.


Related colors

Complementary color

Complementary color for #hex is #44082A.


I love getcolorcode.com

Triadic colors

1 #D5BBF7 and #F7D5BB with #BBF7D5 are triadic colors.

2 #D5F7BB and #F7BBD5 with #BBF7D5 are triadic colors.