COLOR #BBEDC1

HEX: #BBEDC1
RGB: (187,237,193)

Color info

#BBEDC1 contains red, green and blue colors in about the same proportion. Web safe color of #BBEDC1 is #CCFFCC (or #CFC).

RGB color model

#BBEDC1 color RGB value is (187,237,193).

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

RGB channels and saturation

R 187 of 255 = 73%
G 237 of 255 = 93%
B 193 of 255 = 76%

187
237
193

R + G + B ~ 81%. #BBEDC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 237 + 193 = 617 (100%)
R 187 of 617 ~ 30.31%
G 237 of 617 ~ 38.41%
B 193 of 617 ~ 31.28%

%30.31
%38.41
%31.28

CMYK color model

#BBEDC1 color CMYK value is (21,0,19,7).

  • cyan value is 21.10%
  • magenta value is 0.00%
  • yellow value is 18.57%
  • key color value is 7.06%
CMYK:
(21,0,19,7)
C21M0Y19K7 
(21%,0%,19%,7%)
(0.21/0.00/0.19/0.07)	

CMYK percentages

%21.1
%0
%18.57
%7.06

Codes

Color #BBEDC1 in popluar color models

BBEDC1
RGB187237193
HSL127°58.14%83.14%
HSB/HSV127°21.10%92.94%
CMYK21.10%0.00%18.57%
7.06%

Color #BBEDC1 in popluar number systems.

HEXBBEDC1
Decimal187237193
Binary101110111110110111000001
Octal273355301

Shades and tints

Shades of #BBEDC1

#BBEDC1
(187,237,193)
#AAD8B0
(170,216,176)
#99C39F
(153,195,159)
#88AE8E
(136,174,142)
#77997D
(119,153,125)
#66846C
(102,132,108)
#556F5B
(85,111,91)
#445A4A
(68,90,74)
#334539
(51,69,57)
#223028
(34,48,40)
#111B17
(17,27,23)
#000000
(0,0,0)

Tints of #BBEDC1

#BBEDC1
(187,237,193)
#C1EEC6
(193,238,198)
#C7EFCB
(199,239,203)
#CDF0D0
(205,240,208)
#D3F1D5
(211,241,213)
#D9F2DA
(217,242,218)
#DFF3DF
(223,243,223)
#E5F4E4
(229,244,228)
#EBF5E9
(235,245,233)
#F1F6EE
(241,246,238)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBEDC1; }

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

This text font color is #BBEDC1.


Background Color

.myBgColor { background-color: #BBEDC1; }

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

This div background color is #BBEDC1.


Border color

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

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

This div border color is #BBEDC1.


Opacity

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

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

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

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

This text has shadow with #BBEDC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBEDC1 on black background.


Color preview on white background

This text has color #BBEDC1 on white background.



Black color preview on #BBEDC1 background

This text has black color on #BBEDC1 background.


White color preview on #BBEDC1 background

This text has white color on #BBEDC1 background.