COLOR #BBD0CF

HEX: #BBD0CF
RGB: (187,208,207)

Color info

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

RGB color model

#BBD0CF color RGB value is (187,208,207).

  • red value is 187;
  • green value is 208;
  • blue value is 207.
RGB:
(187,208,207)
(73%,82%,81%)

RGB channels and saturation

R 187 of 255 = 73%
G 208 of 255 = 82%
B 207 of 255 = 81%

187
208
207

R + G + B ~ 79%. #BBD0CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 208 + 207 = 602 (100%)
R 187 of 602 ~ 31.06%
G 208 of 602 ~ 34.55%
B 207 of 602 ~ 34.39%

%31.06
%34.55
%34.39

CMYK color model

#BBD0CF color CMYK value is (10,0,0,18).

  • cyan value is 10.10%
  • magenta value is 0.00%
  • yellow value is 0.48%
  • key color value is 18.43%
CMYK:
(10,0,0,18)
C10M0Y0K18 
(10%,0%,0%,18%)
(0.10/0.00/0.00/0.18)	

CMYK percentages

%10.1
%0
%0.48
%18.43

Codes

Color #BBD0CF in popluar color models

BBD0CF
RGB187208207
HSL177°18.26%77.45%
HSB/HSV177°10.10%81.57%
CMYK10.10%0.00%0.48%
18.43%

Color #BBD0CF in popluar number systems.

HEXBBD0CF
Decimal187208207
Binary101110111101000011001111
Octal273320317

Shades and tints

Shades of #BBD0CF

#BBD0CF
(187,208,207)
#AABEBD
(170,190,189)
#99ACAB
(153,172,171)
#889A99
(136,154,153)
#778887
(119,136,135)
#667675
(102,118,117)
#556463
(85,100,99)
#445251
(68,82,81)
#33403F
(51,64,63)
#222E2D
(34,46,45)
#111C1B
(17,28,27)
#000000
(0,0,0)

Tints of #BBD0CF

#BBD0CF
(187,208,207)
#C1D4D3
(193,212,211)
#C7D8D7
(199,216,215)
#CDDCDB
(205,220,219)
#D3E0DF
(211,224,223)
#D9E4E3
(217,228,227)
#DFE8E7
(223,232,231)
#E5ECEB
(229,236,235)
#EBF0EF
(235,240,239)
#F1F4F3
(241,244,243)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD0CF color. Also use rgb(187,208,207) instead hex code.

Text Font Color

.myTextColor { color: #BBD0CF; }

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

This text font color is #BBD0CF.


Background Color

.myBgColor { background-color: #BBD0CF; }

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

This div background color is #BBD0CF.


Border color

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

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

This div border color is #BBD0CF.


Opacity

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

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

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

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

This text has shadow with #BBD0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD0CF on black background.


Color preview on white background

This text has color #BBD0CF on white background.



Black color preview on #BBD0CF background

This text has black color on #BBD0CF background.


White color preview on #BBD0CF background

This text has white color on #BBD0CF background.