COLOR #BBD5B2

HEX: #BBD5B2
RGB: (187,213,178)

Color info

#BBD5B2 contains red, green and blue colors in about the same proportion. Web safe color of #BBD5B2 is #CCCC99 (or #CC9).

RGB color model

#BBD5B2 color RGB value is (187,213,178).

  • red value is 187;
  • green value is 213;
  • blue value is 178.
RGB:
(187,213,178)
(73%,84%,70%)

RGB channels and saturation

R 187 of 255 = 73%
G 213 of 255 = 84%
B 178 of 255 = 70%

187
213
178

R + G + B ~ 76%. #BBD5B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 213 + 178 = 578 (100%)
R 187 of 578 ~ 32.35%
G 213 of 578 ~ 36.85%
B 178 of 578 ~ 30.8%

%32.35
%36.85
%30.8

CMYK color model

#BBD5B2 color CMYK value is (12,0,16,16).

  • cyan value is 12.21%
  • magenta value is 0.00%
  • yellow value is 16.43%
  • key color value is 16.47%
CMYK:
(12,0,16,16)
C12M0Y16K16 
(12%,0%,16%,16%)
(0.12/0.00/0.16/0.16)	

CMYK percentages

%12.21
%0
%16.43
%16.47

Codes

Color #BBD5B2 in popluar color models

BBD5B2
RGB187213178
HSL105°29.41%76.67%
HSB/HSV105°16.43%83.53%
CMYK12.21%0.00%16.43%
16.47%

Color #BBD5B2 in popluar number systems.

HEXBBD5B2
Decimal187213178
Binary101110111101010110110010
Octal273325262

Shades and tints

Shades of #BBD5B2

#BBD5B2
(187,213,178)
#AAC2A2
(170,194,162)
#99AF92
(153,175,146)
#889C82
(136,156,130)
#778972
(119,137,114)
#667662
(102,118,98)
#556352
(85,99,82)
#445042
(68,80,66)
#333D32
(51,61,50)
#222A22
(34,42,34)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #BBD5B2

#BBD5B2
(187,213,178)
#C1D8B9
(193,216,185)
#C7DBC0
(199,219,192)
#CDDEC7
(205,222,199)
#D3E1CE
(211,225,206)
#D9E4D5
(217,228,213)
#DFE7DC
(223,231,220)
#E5EAE3
(229,234,227)
#EBEDEA
(235,237,234)
#F1F0F1
(241,240,241)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD5B2; }

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

This text font color is #BBD5B2.


Background Color

.myBgColor { background-color: #BBD5B2; }

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

This div background color is #BBD5B2.


Border color

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

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

This div border color is #BBD5B2.


Opacity

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

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

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

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

This text has shadow with #BBD5B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD5B2 on black background.


Color preview on white background

This text has color #BBD5B2 on white background.



Black color preview on #BBD5B2 background

This text has black color on #BBD5B2 background.


White color preview on #BBD5B2 background

This text has white color on #BBD5B2 background.