COLOR #BDE8B3

HEX: #BDE8B3
RGB: (189,232,179)

Color info

#BDE8B3 contains red, green and blue colors in about the same proportion. Web safe color of #BDE8B3 is #CCFF99 (or #CF9).

RGB color model

#BDE8B3 color RGB value is (189,232,179).

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

RGB channels and saturation

R 189 of 255 = 74%
G 232 of 255 = 91%
B 179 of 255 = 70%

189
232
179

R + G + B ~ 78%. #BDE8B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 232 + 179 = 600 (100%)
R 189 of 600 ~ 31.5%
G 232 of 600 ~ 38.67%
B 179 of 600 ~ 29.83%

%31.5
%38.67
%29.83

CMYK color model

#BDE8B3 color CMYK value is (19,0,23,9).

  • cyan value is 18.53%
  • magenta value is 0.00%
  • yellow value is 22.84%
  • key color value is 9.02%
CMYK:
(19,0,23,9)
C19M0Y23K9 
(19%,0%,23%,9%)
(0.19/0.00/0.23/0.09)	

CMYK percentages

%18.53
%0
%22.84
%9.02

Codes

Color #BDE8B3 in popluar color models

BDE8B3
RGB189232179
HSL109°53.54%80.59%
HSB/HSV109°22.84%90.98%
CMYK18.53%0.00%22.84%
9.02%

Color #BDE8B3 in popluar number systems.

HEXBDE8B3
Decimal189232179
Binary101111011110100010110011
Octal275350263

Shades and tints

Shades of #BDE8B3

#BDE8B3
(189,232,179)
#ACD3A3
(172,211,163)
#9BBE93
(155,190,147)
#8AA983
(138,169,131)
#799473
(121,148,115)
#687F63
(104,127,99)
#576A53
(87,106,83)
#465543
(70,85,67)
#354033
(53,64,51)
#242B23
(36,43,35)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #BDE8B3

#BDE8B3
(189,232,179)
#C3EAB9
(195,234,185)
#C9ECBF
(201,236,191)
#CFEEC5
(207,238,197)
#D5F0CB
(213,240,203)
#DBF2D1
(219,242,209)
#E1F4D7
(225,244,215)
#E7F6DD
(231,246,221)
#EDF8E3
(237,248,227)
#F3FAE9
(243,250,233)
#F9FCEF
(249,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE8B3; }

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

This text font color is #BDE8B3.


Background Color

.myBgColor { background-color: #BDE8B3; }

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

This div background color is #BDE8B3.


Border color

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

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

This div border color is #BDE8B3.


Opacity

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

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

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

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

This text has shadow with #BDE8B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE8B3 on black background.


Color preview on white background

This text has color #BDE8B3 on white background.



Black color preview on #BDE8B3 background

This text has black color on #BDE8B3 background.


White color preview on #BDE8B3 background

This text has white color on #BDE8B3 background.