COLOR #BDE299

HEX: #BDE299
RGB: (189,226,153)

Color info

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

RGB color model

#BDE299 color RGB value is (189,226,153).

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

RGB channels and saturation

R 189 of 255 = 74%
G 226 of 255 = 89%
B 153 of 255 = 60%

189
226
153

R + G + B ~ 74%. #BDE299 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 226 + 153 = 568 (100%)
R 189 of 568 ~ 33.27%
G 226 of 568 ~ 39.79%
B 153 of 568 ~ 26.94%

%33.27
%39.79
%26.94

CMYK color model

#BDE299 color CMYK value is (16,0,32,11).

  • cyan value is 16.37%
  • magenta value is 0.00%
  • yellow value is 32.30%
  • key color value is 11.37%
CMYK:
(16,0,32,11)
C16M0Y32K11 
(16%,0%,32%,11%)
(0.16/0.00/0.32/0.11)	

CMYK percentages

%16.37
%0
%32.3
%11.37

Codes

Color #BDE299 in popluar color models

BDE299
RGB189226153
HSL90°55.73%74.31%
HSB/HSV90°32.30%88.63%
CMYK16.37%0.00%32.30%
11.37%

Color #BDE299 in popluar number systems.

HEXBDE299
Decimal189226153
Binary101111011110001010011001
Octal275342231

Shades and tints

Shades of #BDE299

#BDE299
(189,226,153)
#ACCE8C
(172,206,140)
#9BBA7F
(155,186,127)
#8AA672
(138,166,114)
#799265
(121,146,101)
#687E58
(104,126,88)
#576A4B
(87,106,75)
#46563E
(70,86,62)
#354231
(53,66,49)
#242E24
(36,46,36)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #BDE299

#BDE299
(189,226,153)
#C3E4A2
(195,228,162)
#C9E6AB
(201,230,171)
#CFE8B4
(207,232,180)
#D5EABD
(213,234,189)
#DBECC6
(219,236,198)
#E1EECF
(225,238,207)
#E7F0D8
(231,240,216)
#EDF2E1
(237,242,225)
#F3F4EA
(243,244,234)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE299; }

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

This text font color is #BDE299.


Background Color

.myBgColor { background-color: #BDE299; }

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

This div background color is #BDE299.


Border color

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

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

This div border color is #BDE299.


Opacity

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

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

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

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

This text has shadow with #BDE299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE299 on black background.


Color preview on white background

This text has color #BDE299 on white background.



Black color preview on #BDE299 background

This text has black color on #BDE299 background.


White color preview on #BDE299 background

This text has white color on #BDE299 background.