COLOR #BDD19E

HEX: #BDD19E
RGB: (189,209,158)

Color info

#BDD19E contains red, green and blue colors in about the same proportion. Web safe color of #BDD19E is #CCCC99 (or #CC9).

RGB color model

#BDD19E color RGB value is (189,209,158).

  • red value is 189;
  • green value is 209;
  • blue value is 158.
RGB:
(189,209,158)
(74%,82%,62%)

RGB channels and saturation

R 189 of 255 = 74%
G 209 of 255 = 82%
B 158 of 255 = 62%

189
209
158

R + G + B ~ 73%. #BDD19E is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 209 + 158 = 556 (100%)
R 189 of 556 ~ 33.99%
G 209 of 556 ~ 37.59%
B 158 of 556 ~ 28.42%

%33.99
%37.59
%28.42

CMYK color model

#BDD19E color CMYK value is (10,0,24,18).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 24.40%
  • key color value is 18.04%
CMYK:
(10,0,24,18)
C10M0Y24K18 
(10%,0%,24%,18%)
(0.10/0.00/0.24/0.18)	

CMYK percentages

%9.57
%0
%24.4
%18.04

Codes

Color #BDD19E in popluar color models

BDD19E
RGB189209158
HSL84°35.66%71.96%
HSB/HSV84°24.40%81.96%
CMYK9.57%0.00%24.40%
18.04%

Color #BDD19E in popluar number systems.

HEXBDD19E
Decimal189209158
Binary101111011101000110011110
Octal275321236

Shades and tints

Shades of #BDD19E

#BDD19E
(189,209,158)
#ACBE90
(172,190,144)
#9BAB82
(155,171,130)
#8A9874
(138,152,116)
#798566
(121,133,102)
#687258
(104,114,88)
#575F4A
(87,95,74)
#464C3C
(70,76,60)
#35392E
(53,57,46)
#242620
(36,38,32)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #BDD19E

#BDD19E
(189,209,158)
#C3D5A6
(195,213,166)
#C9D9AE
(201,217,174)
#CFDDB6
(207,221,182)
#D5E1BE
(213,225,190)
#DBE5C6
(219,229,198)
#E1E9CE
(225,233,206)
#E7EDD6
(231,237,214)
#EDF1DE
(237,241,222)
#F3F5E6
(243,245,230)
#F9F9EE
(249,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD19E color. Also use rgb(189,209,158) instead hex code.

Text Font Color

.myTextColor { color: #BDD19E; }

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

This text font color is #BDD19E.


Background Color

.myBgColor { background-color: #BDD19E; }

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

This div background color is #BDD19E.


Border color

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

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

This div border color is #BDD19E.


Opacity

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

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

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

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

This text has shadow with #BDD19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD19E on black background.


Color preview on white background

This text has color #BDD19E on white background.



Black color preview on #BDD19E background

This text has black color on #BDD19E background.


White color preview on #BDD19E background

This text has white color on #BDD19E background.