COLOR #BBD7CF

HEX: #BBD7CF RGB: (187,215,207)

Color info

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

RGB color model

#BBD7CF color RGB value is (187,215,207).

RGB: (187,215,207) (73%, 84%, 81%)

RGB channels and saturation

R 187 of 255 = 73%
G 215 of 255 = 84%
B 207 of 255 = 81%

187
215
207

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

Portions of RGB colors in percentages

R + G + B = 187 + 215 + 207 = 609 (100%)
R 187 of 609 ~ 30.71%
G 215 of 609 ~ 35.3%
B 207 of 609 ~ 33.99'%

%30.71
%35.3
%33.99

CMYK color model

#BBD7CF color CMYK value is (13,0,4,16).

  • cyan value is 13.02%
  • magenta value is 0.00%
  • yellow value is 3.72%
  • key color value is 15.69%

CMYK: (13,0,4,16)
C13M0Y4K16 (13%, 0%, 4%, 16%)
(0.13 / 0.00 / 0.04 / 0.16)

CMYK percentages

%13.02
%0
%3.72
%15.69

Codes

Color #BBD7CF in popluar color models

BB D7 CF
RGB 187 215 207
HSL 163° 25.93% 78.82%
HSB/HSV 163° 13.02% 84.31%
CMYK 13.02% 0.00% 3.72%
15.69%

Color #BBD7CF in popluar number systems.

HEX BB D7 CF
Decimal 187 215 207
Binary 10111011 11010111 11001111
Octal 273 327 317

Shades and tints

Shades of #BBD7CF

#BBD7CF
(187,215,207)
#AAC4BD
(170,196,189)
#99B1AB
(153,177,171)
#889E99
(136,158,153)
#778B87
(119,139,135)
#667875
(102,120,117)
#556563
(85,101,99)
#445251
(68,82,81)
#333F3F
(51,63,63)
#222C2D
(34,44,45)
#11191B
(17,25,27)
#000000
(0,0,0)

Tints of #BBD7CF

#BBD7CF
(187,215,207)
#C1DAD3
(193,218,211)
#C7DDD7
(199,221,215)
#CDE0DB
(205,224,219)
#D3E3DF
(211,227,223)
#D9E6E3
(217,230,227)
#DFE9E7
(223,233,231)
#E5ECEB
(229,236,235)
#EBEFEF
(235,239,239)
#F1F2F3
(241,242,243)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD7CF; }

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

This text font color is #BBD7CF.

Background Color

.myBgColor { background-color: #BBD7CF; }

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

This div background color is #BBD7CF.

Border color

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

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

This div border color is #BBD7CF.

Opacity

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

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

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

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

This text has shadow with #BBD7CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD7CF.

Preview

Color preview on black background

This text has color #BBD7CF on black background.


Color preview on white background

This text has color #BBD7CF on white background.


Black color preview on #BBD7CF background

This text has black color on #BBD7CF background.


White color preview on #BBD7CF background

This text has white color on #BBD7CF background.


Related colors

Complementary color

Complementary color for #hex is #442830.


I love getcolorcode.com

Triadic colors

1 #CFBBD7 and #D7CFBB with #BBD7CF are triadic colors.

2 #CFD7BB and #D7BBCF with #BBD7CF are triadic colors.