COLOR #BBD1CD

HEX: #BBD1CD
RGB: (187,209,205)

Color info

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

RGB color model

#BBD1CD color RGB value is (187,209,205).

  • red value is 187;
  • green value is 209;
  • blue value is 205.
RGB:
(187,209,205)
(73%,82%,80%)

RGB channels and saturation

R 187 of 255 = 73%
G 209 of 255 = 82%
B 205 of 255 = 80%

187
209
205

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

Portions of RGB colors in percentages

R + G + B =
187 + 209 + 205 = 601 (100%)
R 187 of 601 ~ 31.11%
G 209 of 601 ~ 34.78%
B 205 of 601 ~ 34.11%

%31.11
%34.78
%34.11

CMYK color model

#BBD1CD color CMYK value is (11,0,2,18).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 1.91%
  • key color value is 18.04%
CMYK:
(11,0,2,18)
C11M0Y2K18 
(11%,0%,2%,18%)
(0.11/0.00/0.02/0.18)	

CMYK percentages

%10.53
%0
%1.91
%18.04

Codes

Color #BBD1CD in popluar color models

BBD1CD
RGB187209205
HSL169°19.30%77.65%
HSB/HSV169°10.53%81.96%
CMYK10.53%0.00%1.91%
18.04%

Color #BBD1CD in popluar number systems.

HEXBBD1CD
Decimal187209205
Binary101110111101000111001101
Octal273321315

Shades and tints

Shades of #BBD1CD

#BBD1CD
(187,209,205)
#AABEBB
(170,190,187)
#99ABA9
(153,171,169)
#889897
(136,152,151)
#778585
(119,133,133)
#667273
(102,114,115)
#555F61
(85,95,97)
#444C4F
(68,76,79)
#33393D
(51,57,61)
#22262B
(34,38,43)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #BBD1CD

#BBD1CD
(187,209,205)
#C1D5D1
(193,213,209)
#C7D9D5
(199,217,213)
#CDDDD9
(205,221,217)
#D3E1DD
(211,225,221)
#D9E5E1
(217,229,225)
#DFE9E5
(223,233,229)
#E5EDE9
(229,237,233)
#EBF1ED
(235,241,237)
#F1F5F1
(241,245,241)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD1CD color. Also use rgb(187,209,205) instead hex code.

Text Font Color

.myTextColor { color: #BBD1CD; }

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

This text font color is #BBD1CD.


Background Color

.myBgColor { background-color: #BBD1CD; }

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

This div background color is #BBD1CD.


Border color

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

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

This div border color is #BBD1CD.


Opacity

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

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

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

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

This text has shadow with #BBD1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD1CD on black background.


Color preview on white background

This text has color #BBD1CD on white background.



Black color preview on #BBD1CD background

This text has black color on #BBD1CD background.


White color preview on #BBD1CD background

This text has white color on #BBD1CD background.