COLOR #BDE3B8

HEX: #BDE3B8
RGB: (189,227,184)

Color info

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

RGB color model

#BDE3B8 color RGB value is (189,227,184).

  • red value is 189;
  • green value is 227;
  • blue value is 184.
RGB:
(189,227,184)
(74%,89%,72%)

RGB channels and saturation

R 189 of 255 = 74%
G 227 of 255 = 89%
B 184 of 255 = 72%

189
227
184

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

Portions of RGB colors in percentages

R + G + B =
189 + 227 + 184 = 600 (100%)
R 189 of 600 ~ 31.5%
G 227 of 600 ~ 37.83%
B 184 of 600 ~ 30.67%

%31.5
%37.83
%30.67

CMYK color model

#BDE3B8 color CMYK value is (17,0,19,11).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 18.94%
  • key color value is 10.98%
CMYK:
(17,0,19,11)
C17M0Y19K11 
(17%,0%,19%,11%)
(0.17/0.00/0.19/0.11)	

CMYK percentages

%16.74
%0
%18.94
%10.98

Codes

Color #BDE3B8 in popluar color models

BDE3B8
RGB189227184
HSL113°43.43%80.59%
HSB/HSV113°18.94%89.02%
CMYK16.74%0.00%18.94%
10.98%

Color #BDE3B8 in popluar number systems.

HEXBDE3B8
Decimal189227184
Binary101111011110001110111000
Octal275343270

Shades and tints

Shades of #BDE3B8

#BDE3B8
(189,227,184)
#ACCFA8
(172,207,168)
#9BBB98
(155,187,152)
#8AA788
(138,167,136)
#799378
(121,147,120)
#687F68
(104,127,104)
#576B58
(87,107,88)
#465748
(70,87,72)
#354338
(53,67,56)
#242F28
(36,47,40)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #BDE3B8

#BDE3B8
(189,227,184)
#C3E5BE
(195,229,190)
#C9E7C4
(201,231,196)
#CFE9CA
(207,233,202)
#D5EBD0
(213,235,208)
#DBEDD6
(219,237,214)
#E1EFDC
(225,239,220)
#E7F1E2
(231,241,226)
#EDF3E8
(237,243,232)
#F3F5EE
(243,245,238)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE3B8 color. Also use rgb(189,227,184) instead hex code.

Text Font Color

.myTextColor { color: #BDE3B8; }

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

This text font color is #BDE3B8.


Background Color

.myBgColor { background-color: #BDE3B8; }

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

This div background color is #BDE3B8.


Border color

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

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

This div border color is #BDE3B8.


Opacity

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

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

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

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

This text has shadow with #BDE3B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE3B8 on black background.


Color preview on white background

This text has color #BDE3B8 on white background.



Black color preview on #BDE3B8 background

This text has black color on #BDE3B8 background.


White color preview on #BDE3B8 background

This text has white color on #BDE3B8 background.