COLOR #BDE6B5

HEX: #BDE6B5
RGB: (189,230,181)

Color info

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

RGB color model

#BDE6B5 color RGB value is (189,230,181).

  • red value is 189;
  • green value is 230;
  • blue value is 181.
RGB:
(189,230,181)
(74%,90%,71%)

RGB channels and saturation

R 189 of 255 = 74%
G 230 of 255 = 90%
B 181 of 255 = 71%

189
230
181

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

Portions of RGB colors in percentages

R + G + B =
189 + 230 + 181 = 600 (100%)
R 189 of 600 ~ 31.5%
G 230 of 600 ~ 38.33%
B 181 of 600 ~ 30.17%

%31.5
%38.33
%30.17

CMYK color model

#BDE6B5 color CMYK value is (18,0,21,10).

  • cyan value is 17.83%
  • magenta value is 0.00%
  • yellow value is 21.30%
  • key color value is 9.80%
CMYK:
(18,0,21,10)
C18M0Y21K10 
(18%,0%,21%,10%)
(0.18/0.00/0.21/0.10)	

CMYK percentages

%17.83
%0
%21.3
%9.8

Codes

Color #BDE6B5 in popluar color models

BDE6B5
RGB189230181
HSL110°49.49%80.59%
HSB/HSV110°21.30%90.20%
CMYK17.83%0.00%21.30%
9.80%

Color #BDE6B5 in popluar number systems.

HEXBDE6B5
Decimal189230181
Binary101111011110011010110101
Octal275346265

Shades and tints

Shades of #BDE6B5

#BDE6B5
(189,230,181)
#ACD2A5
(172,210,165)
#9BBE95
(155,190,149)
#8AAA85
(138,170,133)
#799675
(121,150,117)
#688265
(104,130,101)
#576E55
(87,110,85)
#465A45
(70,90,69)
#354635
(53,70,53)
#243225
(36,50,37)
#131E15
(19,30,21)
#000000
(0,0,0)

Tints of #BDE6B5

#BDE6B5
(189,230,181)
#C3E8BB
(195,232,187)
#C9EAC1
(201,234,193)
#CFECC7
(207,236,199)
#D5EECD
(213,238,205)
#DBF0D3
(219,240,211)
#E1F2D9
(225,242,217)
#E7F4DF
(231,244,223)
#EDF6E5
(237,246,229)
#F3F8EB
(243,248,235)
#F9FAF1
(249,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE6B5 color. Also use rgb(189,230,181) instead hex code.

Text Font Color

.myTextColor { color: #BDE6B5; }

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

This text font color is #BDE6B5.


Background Color

.myBgColor { background-color: #BDE6B5; }

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

This div background color is #BDE6B5.


Border color

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

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

This div border color is #BDE6B5.


Opacity

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

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

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

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

This text has shadow with #BDE6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE6B5 on black background.


Color preview on white background

This text has color #BDE6B5 on white background.



Black color preview on #BDE6B5 background

This text has black color on #BDE6B5 background.


White color preview on #BDE6B5 background

This text has white color on #BDE6B5 background.