COLOR #BBD5C1

HEX: #BBD5C1
RGB: (187,213,193)

Color info

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

RGB color model

#BBD5C1 color RGB value is (187,213,193).

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

RGB channels and saturation

R 187 of 255 = 73%
G 213 of 255 = 84%
B 193 of 255 = 76%

187
213
193

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

Portions of RGB colors in percentages

R + G + B =
187 + 213 + 193 = 593 (100%)
R 187 of 593 ~ 31.53%
G 213 of 593 ~ 35.92%
B 193 of 593 ~ 32.55%

%31.53
%35.92
%32.55

CMYK color model

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

  • cyan value is 12.21%
  • magenta value is 0.00%
  • yellow value is 9.39%
  • key color value is 16.47%
CMYK:
(12,0,9,16)
C12M0Y9K16 
(12%,0%,9%,16%)
(0.12/0.00/0.09/0.16)	

CMYK percentages

%12.21
%0
%9.39
%16.47

Codes

Color #BBD5C1 in popluar color models

BBD5C1
RGB187213193
HSL134°23.64%78.43%
HSB/HSV134°12.21%83.53%
CMYK12.21%0.00%9.39%
16.47%

Color #BBD5C1 in popluar number systems.

HEXBBD5C1
Decimal187213193
Binary101110111101010111000001
Octal273325301

Shades and tints

Shades of #BBD5C1

#BBD5C1
(187,213,193)
#AAC2B0
(170,194,176)
#99AF9F
(153,175,159)
#889C8E
(136,156,142)
#77897D
(119,137,125)
#66766C
(102,118,108)
#55635B
(85,99,91)
#44504A
(68,80,74)
#333D39
(51,61,57)
#222A28
(34,42,40)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #BBD5C1

#BBD5C1
(187,213,193)
#C1D8C6
(193,216,198)
#C7DBCB
(199,219,203)
#CDDED0
(205,222,208)
#D3E1D5
(211,225,213)
#D9E4DA
(217,228,218)
#DFE7DF
(223,231,223)
#E5EAE4
(229,234,228)
#EBEDE9
(235,237,233)
#F1F0EE
(241,240,238)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD5C1; }

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

This text font color is #BBD5C1.


Background Color

.myBgColor { background-color: #BBD5C1; }

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

This div background color is #BBD5C1.


Border color

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

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

This div border color is #BBD5C1.


Opacity

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

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

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

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

This text has shadow with #BBD5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD5C1 on black background.


Color preview on white background

This text has color #BBD5C1 on white background.



Black color preview on #BBD5C1 background

This text has black color on #BBD5C1 background.


White color preview on #BBD5C1 background

This text has white color on #BBD5C1 background.