COLOR #BBE3C3

HEX: #BBE3C3
RGB: (187,227,195)

Color info

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

RGB color model

#BBE3C3 color RGB value is (187,227,195).

  • red value is 187;
  • green value is 227;
  • blue value is 195.
RGB:
(187,227,195)
(73%,89%,76%)

RGB channels and saturation

R 187 of 255 = 73%
G 227 of 255 = 89%
B 195 of 255 = 76%

187
227
195

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

Portions of RGB colors in percentages

R + G + B =
187 + 227 + 195 = 609 (100%)
R 187 of 609 ~ 30.71%
G 227 of 609 ~ 37.27%
B 195 of 609 ~ 32.02%

%30.71
%37.27
%32.02

CMYK color model

#BBE3C3 color CMYK value is (18,0,14,11).

  • cyan value is 17.62%
  • magenta value is 0.00%
  • yellow value is 14.10%
  • key color value is 10.98%
CMYK:
(18,0,14,11)
C18M0Y14K11 
(18%,0%,14%,11%)
(0.18/0.00/0.14/0.11)	

CMYK percentages

%17.62
%0
%14.1
%10.98

Codes

Color #BBE3C3 in popluar color models

BBE3C3
RGB187227195
HSL132°41.67%81.18%
HSB/HSV132°17.62%89.02%
CMYK17.62%0.00%14.10%
10.98%

Color #BBE3C3 in popluar number systems.

HEXBBE3C3
Decimal187227195
Binary101110111110001111000011
Octal273343303

Shades and tints

Shades of #BBE3C3

#BBE3C3
(187,227,195)
#AACFB2
(170,207,178)
#99BBA1
(153,187,161)
#88A790
(136,167,144)
#77937F
(119,147,127)
#667F6E
(102,127,110)
#556B5D
(85,107,93)
#44574C
(68,87,76)
#33433B
(51,67,59)
#222F2A
(34,47,42)
#111B19
(17,27,25)
#000000
(0,0,0)

Tints of #BBE3C3

#BBE3C3
(187,227,195)
#C1E5C8
(193,229,200)
#C7E7CD
(199,231,205)
#CDE9D2
(205,233,210)
#D3EBD7
(211,235,215)
#D9EDDC
(217,237,220)
#DFEFE1
(223,239,225)
#E5F1E6
(229,241,230)
#EBF3EB
(235,243,235)
#F1F5F0
(241,245,240)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE3C3 color. Also use rgb(187,227,195) instead hex code.

Text Font Color

.myTextColor { color: #BBE3C3; }

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

This text font color is #BBE3C3.


Background Color

.myBgColor { background-color: #BBE3C3; }

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

This div background color is #BBE3C3.


Border color

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

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

This div border color is #BBE3C3.


Opacity

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

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

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

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

This text has shadow with #BBE3C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE3C3 on black background.


Color preview on white background

This text has color #BBE3C3 on white background.



Black color preview on #BBE3C3 background

This text has black color on #BBE3C3 background.


White color preview on #BBE3C3 background

This text has white color on #BBE3C3 background.