COLOR #BDD693

HEX: #BDD693
RGB: (189,214,147)

Color info

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

RGB color model

#BDD693 color RGB value is (189,214,147).

  • red value is 189;
  • green value is 214;
  • blue value is 147.
RGB:
(189,214,147)
(74%,84%,58%)

RGB channels and saturation

R 189 of 255 = 74%
G 214 of 255 = 84%
B 147 of 255 = 58%

189
214
147

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

Portions of RGB colors in percentages

R + G + B =
189 + 214 + 147 = 550 (100%)
R 189 of 550 ~ 34.36%
G 214 of 550 ~ 38.91%
B 147 of 550 ~ 26.73%

%34.36
%38.91
%26.73

CMYK color model

#BDD693 color CMYK value is (12,0,31,16).

  • cyan value is 11.68%
  • magenta value is 0.00%
  • yellow value is 31.31%
  • key color value is 16.08%
CMYK:
(12,0,31,16)
C12M0Y31K16 
(12%,0%,31%,16%)
(0.12/0.00/0.31/0.16)	

CMYK percentages

%11.68
%0
%31.31
%16.08

Codes

Color #BDD693 in popluar color models

BDD693
RGB189214147
HSL82°44.97%70.78%
HSB/HSV82°31.31%83.92%
CMYK11.68%0.00%31.31%
16.08%

Color #BDD693 in popluar number systems.

HEXBDD693
Decimal189214147
Binary101111011101011010010011
Octal275326223

Shades and tints

Shades of #BDD693

#BDD693
(189,214,147)
#ACC386
(172,195,134)
#9BB079
(155,176,121)
#8A9D6C
(138,157,108)
#798A5F
(121,138,95)
#687752
(104,119,82)
#576445
(87,100,69)
#465138
(70,81,56)
#353E2B
(53,62,43)
#242B1E
(36,43,30)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #BDD693

#BDD693
(189,214,147)
#C3D99C
(195,217,156)
#C9DCA5
(201,220,165)
#CFDFAE
(207,223,174)
#D5E2B7
(213,226,183)
#DBE5C0
(219,229,192)
#E1E8C9
(225,232,201)
#E7EBD2
(231,235,210)
#EDEEDB
(237,238,219)
#F3F1E4
(243,241,228)
#F9F4ED
(249,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD693 color. Also use rgb(189,214,147) instead hex code.

Text Font Color

.myTextColor { color: #BDD693; }

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

This text font color is #BDD693.


Background Color

.myBgColor { background-color: #BDD693; }

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

This div background color is #BDD693.


Border color

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

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

This div border color is #BDD693.


Opacity

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

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

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

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

This text has shadow with #BDD693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD693 on black background.


Color preview on white background

This text has color #BDD693 on white background.



Black color preview on #BDD693 background

This text has black color on #BDD693 background.


White color preview on #BDD693 background

This text has white color on #BDD693 background.