COLOR #BBD2C4

HEX: #BBD2C4
RGB: (187,210,196)

Color info

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

RGB color model

#BBD2C4 color RGB value is (187,210,196).

  • red value is 187;
  • green value is 210;
  • blue value is 196.
RGB:
(187,210,196)
(73%,82%,77%)

RGB channels and saturation

R 187 of 255 = 73%
G 210 of 255 = 82%
B 196 of 255 = 77%

187
210
196

R + G + B ~ 77%. #BBD2C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 210 + 196 = 593 (100%)
R 187 of 593 ~ 31.53%
G 210 of 593 ~ 35.41%
B 196 of 593 ~ 33.05%

%31.53
%35.41
%33.05

CMYK color model

#BBD2C4 color CMYK value is (11,0,7,18).

  • cyan value is 10.95%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 17.65%
CMYK:
(11,0,7,18)
C11M0Y7K18 
(11%,0%,7%,18%)
(0.11/0.00/0.07/0.18)	

CMYK percentages

%10.95
%0
%6.67
%17.65

Codes

Color #BBD2C4 in popluar color models

BBD2C4
RGB187210196
HSL143°20.35%77.84%
HSB/HSV143°10.95%82.35%
CMYK10.95%0.00%6.67%
17.65%

Color #BBD2C4 in popluar number systems.

HEXBBD2C4
Decimal187210196
Binary101110111101001011000100
Octal273322304

Shades and tints

Shades of #BBD2C4

#BBD2C4
(187,210,196)
#AABFB3
(170,191,179)
#99ACA2
(153,172,162)
#889991
(136,153,145)
#778680
(119,134,128)
#66736F
(102,115,111)
#55605E
(85,96,94)
#444D4D
(68,77,77)
#333A3C
(51,58,60)
#22272B
(34,39,43)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #BBD2C4

#BBD2C4
(187,210,196)
#C1D6C9
(193,214,201)
#C7DACE
(199,218,206)
#CDDED3
(205,222,211)
#D3E2D8
(211,226,216)
#D9E6DD
(217,230,221)
#DFEAE2
(223,234,226)
#E5EEE7
(229,238,231)
#EBF2EC
(235,242,236)
#F1F6F1
(241,246,241)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD2C4 color. Also use rgb(187,210,196) instead hex code.

Text Font Color

.myTextColor { color: #BBD2C4; }

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

This text font color is #BBD2C4.


Background Color

.myBgColor { background-color: #BBD2C4; }

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

This div background color is #BBD2C4.


Border color

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

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

This div border color is #BBD2C4.


Opacity

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

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

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

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

This text has shadow with #BBD2C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD2C4 on black background.


Color preview on white background

This text has color #BBD2C4 on white background.



Black color preview on #BBD2C4 background

This text has black color on #BBD2C4 background.


White color preview on #BBD2C4 background

This text has white color on #BBD2C4 background.