COLOR #BDE285

HEX: #BDE285
RGB: (189,226,133)

Color info

#BDE285 contains mainly red and green colors. Web safe color of #BDE285 is #CCCC99 (or #CC9).

RGB color model

#BDE285 color RGB value is (189,226,133).

  • red value is 189;
  • green value is 226;
  • blue value is 133.
RGB:
(189,226,133)
(74%,89%,52%)

RGB channels and saturation

R 189 of 255 = 74%
G 226 of 255 = 89%
B 133 of 255 = 52%

189
226
133

R + G + B ~ 72%. #BDE285 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 226 + 133 = 548 (100%)
R 189 of 548 ~ 34.49%
G 226 of 548 ~ 41.24%
B 133 of 548 ~ 24.27%

%34.49
%41.24
%24.27

CMYK color model

#BDE285 color CMYK value is (16,0,41,11).

  • cyan value is 16.37%
  • magenta value is 0.00%
  • yellow value is 41.15%
  • key color value is 11.37%
CMYK:
(16,0,41,11)
C16M0Y41K11 
(16%,0%,41%,11%)
(0.16/0.00/0.41/0.11)	

CMYK percentages

%16.37
%0
%41.15
%11.37

Codes

Color #BDE285 in popluar color models

BDE285
RGB189226133
HSL84°61.59%70.39%
HSB/HSV84°41.15%88.63%
CMYK16.37%0.00%41.15%
11.37%

Color #BDE285 in popluar number systems.

HEXBDE285
Decimal189226133
Binary101111011110001010000101
Octal275342205

Shades and tints

Shades of #BDE285

#BDE285
(189,226,133)
#ACCE79
(172,206,121)
#9BBA6D
(155,186,109)
#8AA661
(138,166,97)
#799255
(121,146,85)
#687E49
(104,126,73)
#576A3D
(87,106,61)
#465631
(70,86,49)
#354225
(53,66,37)
#242E19
(36,46,25)
#131A0D
(19,26,13)
#000000
(0,0,0)

Tints of #BDE285

#BDE285
(189,226,133)
#C3E490
(195,228,144)
#C9E69B
(201,230,155)
#CFE8A6
(207,232,166)
#D5EAB1
(213,234,177)
#DBECBC
(219,236,188)
#E1EEC7
(225,238,199)
#E7F0D2
(231,240,210)
#EDF2DD
(237,242,221)
#F3F4E8
(243,244,232)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE285 color. Also use rgb(189,226,133) instead hex code.

Text Font Color

.myTextColor { color: #BDE285; }

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

This text font color is #BDE285.


Background Color

.myBgColor { background-color: #BDE285; }

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

This div background color is #BDE285.


Border color

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

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

This div border color is #BDE285.


Opacity

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

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

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

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

This text has shadow with #BDE285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE285 on black background.


Color preview on white background

This text has color #BDE285 on white background.



Black color preview on #BDE285 background

This text has black color on #BDE285 background.


White color preview on #BDE285 background

This text has white color on #BDE285 background.