COLOR #BDCA88

HEX: #BDCA88
RGB: (189,202,136)

Color info

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

RGB color model

#BDCA88 color RGB value is (189,202,136).

  • red value is 189;
  • green value is 202;
  • blue value is 136.
RGB:
(189,202,136)
(74%,79%,53%)

RGB channels and saturation

R 189 of 255 = 74%
G 202 of 255 = 79%
B 136 of 255 = 53%

189
202
136

R + G + B ~ 69%. #BDCA88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 202 + 136 = 527 (100%)
R 189 of 527 ~ 35.86%
G 202 of 527 ~ 38.33%
B 136 of 527 ~ 25.81%

%35.86
%38.33
%25.81

CMYK color model

#BDCA88 color CMYK value is (6,0,33,21).

  • cyan value is 6.44%
  • magenta value is 0.00%
  • yellow value is 32.67%
  • key color value is 20.78%
CMYK:
(6,0,33,21)
C6M0Y33K21 
(6%,0%,33%,21%)
(0.06/0.00/0.33/0.21)	

CMYK percentages

%6.44
%0
%32.67
%20.78

Codes

Color #BDCA88 in popluar color models

BDCA88
RGB189202136
HSL72°38.37%66.27%
HSB/HSV72°32.67%79.22%
CMYK6.44%0.00%32.67%
20.78%

Color #BDCA88 in popluar number systems.

HEXBDCA88
Decimal189202136
Binary101111011100101010001000
Octal275312210

Shades and tints

Shades of #BDCA88

#BDCA88
(189,202,136)
#ACB87C
(172,184,124)
#9BA670
(155,166,112)
#8A9464
(138,148,100)
#798258
(121,130,88)
#68704C
(104,112,76)
#575E40
(87,94,64)
#464C34
(70,76,52)
#353A28
(53,58,40)
#24281C
(36,40,28)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #BDCA88

#BDCA88
(189,202,136)
#C3CE92
(195,206,146)
#C9D29C
(201,210,156)
#CFD6A6
(207,214,166)
#D5DAB0
(213,218,176)
#DBDEBA
(219,222,186)
#E1E2C4
(225,226,196)
#E7E6CE
(231,230,206)
#EDEAD8
(237,234,216)
#F3EEE2
(243,238,226)
#F9F2EC
(249,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCA88 color. Also use rgb(189,202,136) instead hex code.

Text Font Color

.myTextColor { color: #BDCA88; }

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

This text font color is #BDCA88.


Background Color

.myBgColor { background-color: #BDCA88; }

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

This div background color is #BDCA88.


Border color

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

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

This div border color is #BDCA88.


Opacity

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

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

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

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

This text has shadow with #BDCA88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCA88 on black background.


Color preview on white background

This text has color #BDCA88 on white background.



Black color preview on #BDCA88 background

This text has black color on #BDCA88 background.


White color preview on #BDCA88 background

This text has white color on #BDCA88 background.