COLOR #BBD6C2

HEX: #BBD6C2
RGB: (187,214,194)

Color info

#BBD6C2 contains red, green and blue colors in about the same proportion. Web safe color of #BBD6C2 is #CCCCCC (or #CCC).

RGB color model

#BBD6C2 color RGB value is (187,214,194).

  • red value is 187;
  • green value is 214;
  • blue value is 194.
RGB:
(187,214,194)
(73%,84%,76%)

RGB channels and saturation

R 187 of 255 = 73%
G 214 of 255 = 84%
B 194 of 255 = 76%

187
214
194

R + G + B ~ 78%. #BBD6C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 214 + 194 = 595 (100%)
R 187 of 595 ~ 31.43%
G 214 of 595 ~ 35.97%
B 194 of 595 ~ 32.61%

%31.43
%35.97
%32.61

CMYK color model

#BBD6C2 color CMYK value is (13,0,9,16).

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 9.35%
  • key color value is 16.08%
CMYK:
(13,0,9,16)
C13M0Y9K16 
(13%,0%,9%,16%)
(0.13/0.00/0.09/0.16)	

CMYK percentages

%12.62
%0
%9.35
%16.08

Codes

Color #BBD6C2 in popluar color models

BBD6C2
RGB187214194
HSL136°24.77%78.63%
HSB/HSV136°12.62%83.92%
CMYK12.62%0.00%9.35%
16.08%

Color #BBD6C2 in popluar number systems.

HEXBBD6C2
Decimal187214194
Binary101110111101011011000010
Octal273326302

Shades and tints

Shades of #BBD6C2

#BBD6C2
(187,214,194)
#AAC3B1
(170,195,177)
#99B0A0
(153,176,160)
#889D8F
(136,157,143)
#778A7E
(119,138,126)
#66776D
(102,119,109)
#55645C
(85,100,92)
#44514B
(68,81,75)
#333E3A
(51,62,58)
#222B29
(34,43,41)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #BBD6C2

#BBD6C2
(187,214,194)
#C1D9C7
(193,217,199)
#C7DCCC
(199,220,204)
#CDDFD1
(205,223,209)
#D3E2D6
(211,226,214)
#D9E5DB
(217,229,219)
#DFE8E0
(223,232,224)
#E5EBE5
(229,235,229)
#EBEEEA
(235,238,234)
#F1F1EF
(241,241,239)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD6C2 color. Also use rgb(187,214,194) instead hex code.

Text Font Color

.myTextColor { color: #BBD6C2; }

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

This text font color is #BBD6C2.


Background Color

.myBgColor { background-color: #BBD6C2; }

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

This div background color is #BBD6C2.


Border color

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

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

This div border color is #BBD6C2.


Opacity

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

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

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

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

This text has shadow with #BBD6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD6C2 on black background.


Color preview on white background

This text has color #BBD6C2 on white background.



Black color preview on #BBD6C2 background

This text has black color on #BBD6C2 background.


White color preview on #BBD6C2 background

This text has white color on #BBD6C2 background.