COLOR #BDE8BE

HEX: #BDE8BE
RGB: (189,232,190)

Color info

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

RGB color model

#BDE8BE color RGB value is (189,232,190).

  • red value is 189;
  • green value is 232;
  • blue value is 190.
RGB:
(189,232,190)
(74%,91%,75%)

RGB channels and saturation

R 189 of 255 = 74%
G 232 of 255 = 91%
B 190 of 255 = 75%

189
232
190

R + G + B ~ 80%. #BDE8BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 232 + 190 = 611 (100%)
R 189 of 611 ~ 30.93%
G 232 of 611 ~ 37.97%
B 190 of 611 ~ 31.1%

%30.93
%37.97
%31.1

CMYK color model

#BDE8BE color CMYK value is (19,0,18,9).

  • cyan value is 18.53%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 9.02%
CMYK:
(19,0,18,9)
C19M0Y18K9 
(19%,0%,18%,9%)
(0.19/0.00/0.18/0.09)	

CMYK percentages

%18.53
%0
%18.1
%9.02

Codes

Color #BDE8BE in popluar color models

BDE8BE
RGB189232190
HSL121°48.31%82.55%
HSB/HSV121°18.53%90.98%
CMYK18.53%0.00%18.10%
9.02%

Color #BDE8BE in popluar number systems.

HEXBDE8BE
Decimal189232190
Binary101111011110100010111110
Octal275350276

Shades and tints

Shades of #BDE8BE

#BDE8BE
(189,232,190)
#ACD3AD
(172,211,173)
#9BBE9C
(155,190,156)
#8AA98B
(138,169,139)
#79947A
(121,148,122)
#687F69
(104,127,105)
#576A58
(87,106,88)
#465547
(70,85,71)
#354036
(53,64,54)
#242B25
(36,43,37)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #BDE8BE

#BDE8BE
(189,232,190)
#C3EAC3
(195,234,195)
#C9ECC8
(201,236,200)
#CFEECD
(207,238,205)
#D5F0D2
(213,240,210)
#DBF2D7
(219,242,215)
#E1F4DC
(225,244,220)
#E7F6E1
(231,246,225)
#EDF8E6
(237,248,230)
#F3FAEB
(243,250,235)
#F9FCF0
(249,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE8BE color. Also use rgb(189,232,190) instead hex code.

Text Font Color

.myTextColor { color: #BDE8BE; }

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

This text font color is #BDE8BE.


Background Color

.myBgColor { background-color: #BDE8BE; }

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

This div background color is #BDE8BE.


Border color

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

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

This div border color is #BDE8BE.


Opacity

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

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

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

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

This text has shadow with #BDE8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE8BE on black background.


Color preview on white background

This text has color #BDE8BE on white background.



Black color preview on #BDE8BE background

This text has black color on #BDE8BE background.


White color preview on #BDE8BE background

This text has white color on #BDE8BE background.