COLOR #BDF7BB

HEX: #BDF7BB
RGB: (189,247,187)

Color info

#BDF7BB contains mainly red and green colors. Web safe color of #BDF7BB is #CCFFCC (or #CFC).

RGB color model

#BDF7BB color RGB value is (189,247,187).

  • red value is 189;
  • green value is 247;
  • blue value is 187.
RGB:
(189,247,187)
(74%,97%,73%)

RGB channels and saturation

R 189 of 255 = 74%
G 247 of 255 = 97%
B 187 of 255 = 73%

189
247
187

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

Portions of RGB colors in percentages

R + G + B =
189 + 247 + 187 = 623 (100%)
R 189 of 623 ~ 30.34%
G 247 of 623 ~ 39.65%
B 187 of 623 ~ 30.02%

%30.34
%39.65
%30.02

CMYK color model

#BDF7BB color CMYK value is (23,0,24,3).

  • cyan value is 23.48%
  • magenta value is 0.00%
  • yellow value is 24.29%
  • key color value is 3.14%
CMYK:
(23,0,24,3)
C23M0Y24K3 
(23%,0%,24%,3%)
(0.23/0.00/0.24/0.03)	

CMYK percentages

%23.48
%0
%24.29
%3.14

Codes

Color #BDF7BB in popluar color models

BDF7BB
RGB189247187
HSL118°78.95%85.10%
HSB/HSV118°24.29%96.86%
CMYK23.48%0.00%24.29%
3.14%

Color #BDF7BB in popluar number systems.

HEXBDF7BB
Decimal189247187
Binary101111011111011110111011
Octal275367273

Shades and tints

Shades of #BDF7BB

#BDF7BB
(189,247,187)
#ACE1AA
(172,225,170)
#9BCB99
(155,203,153)
#8AB588
(138,181,136)
#799F77
(121,159,119)
#688966
(104,137,102)
#577355
(87,115,85)
#465D44
(70,93,68)
#354733
(53,71,51)
#243122
(36,49,34)
#131B11
(19,27,17)
#000000
(0,0,0)

Tints of #BDF7BB

#BDF7BB
(189,247,187)
#C3F7C1
(195,247,193)
#C9F7C7
(201,247,199)
#CFF7CD
(207,247,205)
#D5F7D3
(213,247,211)
#DBF7D9
(219,247,217)
#E1F7DF
(225,247,223)
#E7F7E5
(231,247,229)
#EDF7EB
(237,247,235)
#F3F7F1
(243,247,241)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF7BB color. Also use rgb(189,247,187) instead hex code.

Text Font Color

.myTextColor { color: #BDF7BB; }

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

This text font color is #BDF7BB.


Background Color

.myBgColor { background-color: #BDF7BB; }

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

This div background color is #BDF7BB.


Border color

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

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

This div border color is #BDF7BB.


Opacity

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

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

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

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

This text has shadow with #BDF7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF7BB on black background.


Color preview on white background

This text has color #BDF7BB on white background.



Black color preview on #BDF7BB background

This text has black color on #BDF7BB background.


White color preview on #BDF7BB background

This text has white color on #BDF7BB background.