COLOR #BDD295

HEX: #BDD295
RGB: (189,210,149)

Color info

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

RGB color model

#BDD295 color RGB value is (189,210,149).

  • red value is 189;
  • green value is 210;
  • blue value is 149.
RGB:
(189,210,149)
(74%,82%,58%)

RGB channels and saturation

R 189 of 255 = 74%
G 210 of 255 = 82%
B 149 of 255 = 58%

189
210
149

R + G + B ~ 71%. #BDD295 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 210 + 149 = 548 (100%)
R 189 of 548 ~ 34.49%
G 210 of 548 ~ 38.32%
B 149 of 548 ~ 27.19%

%34.49
%38.32
%27.19

CMYK color model

#BDD295 color CMYK value is (10,0,29,18).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 29.05%
  • key color value is 17.65%
CMYK:
(10,0,29,18)
C10M0Y29K18 
(10%,0%,29%,18%)
(0.10/0.00/0.29/0.18)	

CMYK percentages

%10
%0
%29.05
%17.65

Codes

Color #BDD295 in popluar color models

BDD295
RGB189210149
HSL81°40.40%70.39%
HSB/HSV81°29.05%82.35%
CMYK10.00%0.00%29.05%
17.65%

Color #BDD295 in popluar number systems.

HEXBDD295
Decimal189210149
Binary101111011101001010010101
Octal275322225

Shades and tints

Shades of #BDD295

#BDD295
(189,210,149)
#ACBF88
(172,191,136)
#9BAC7B
(155,172,123)
#8A996E
(138,153,110)
#798661
(121,134,97)
#687354
(104,115,84)
#576047
(87,96,71)
#464D3A
(70,77,58)
#353A2D
(53,58,45)
#242720
(36,39,32)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #BDD295

#BDD295
(189,210,149)
#C3D69E
(195,214,158)
#C9DAA7
(201,218,167)
#CFDEB0
(207,222,176)
#D5E2B9
(213,226,185)
#DBE6C2
(219,230,194)
#E1EACB
(225,234,203)
#E7EED4
(231,238,212)
#EDF2DD
(237,242,221)
#F3F6E6
(243,246,230)
#F9FAEF
(249,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD295 color. Also use rgb(189,210,149) instead hex code.

Text Font Color

.myTextColor { color: #BDD295; }

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

This text font color is #BDD295.


Background Color

.myBgColor { background-color: #BDD295; }

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

This div background color is #BDD295.


Border color

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

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

This div border color is #BDD295.


Opacity

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

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

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

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

This text has shadow with #BDD295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD295 on black background.


Color preview on white background

This text has color #BDD295 on white background.



Black color preview on #BDD295 background

This text has black color on #BDD295 background.


White color preview on #BDD295 background

This text has white color on #BDD295 background.