COLOR #BCD7AA

HEX: #BCD7AA
RGB: (188,215,170)

Color info

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

RGB color model

#BCD7AA color RGB value is (188,215,170).

  • red value is 188;
  • green value is 215;
  • blue value is 170.
RGB:
(188,215,170)
(74%,84%,67%)

RGB channels and saturation

R 188 of 255 = 74%
G 215 of 255 = 84%
B 170 of 255 = 67%

188
215
170

R + G + B ~ 75%. #BCD7AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 215 + 170 = 573 (100%)
R 188 of 573 ~ 32.81%
G 215 of 573 ~ 37.52%
B 170 of 573 ~ 29.67%

%32.81
%37.52
%29.67

CMYK color model

#BCD7AA color CMYK value is (13,0,21,16).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 20.93%
  • key color value is 15.69%
CMYK:
(13,0,21,16)
C13M0Y21K16 
(13%,0%,21%,16%)
(0.13/0.00/0.21/0.16)	

CMYK percentages

%12.56
%0
%20.93
%15.69

Codes

Color #BCD7AA in popluar color models

BCD7AA
RGB188215170
HSL96°36.00%75.49%
HSB/HSV96°20.93%84.31%
CMYK12.56%0.00%20.93%
15.69%

Color #BCD7AA in popluar number systems.

HEXBCD7AA
Decimal188215170
Binary101111001101011110101010
Octal274327252

Shades and tints

Shades of #BCD7AA

#BCD7AA
(188,215,170)
#ABC49B
(171,196,155)
#9AB18C
(154,177,140)
#899E7D
(137,158,125)
#788B6E
(120,139,110)
#67785F
(103,120,95)
#566550
(86,101,80)
#455241
(69,82,65)
#343F32
(52,63,50)
#232C23
(35,44,35)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #BCD7AA

#BCD7AA
(188,215,170)
#C2DAB1
(194,218,177)
#C8DDB8
(200,221,184)
#CEE0BF
(206,224,191)
#D4E3C6
(212,227,198)
#DAE6CD
(218,230,205)
#E0E9D4
(224,233,212)
#E6ECDB
(230,236,219)
#ECEFE2
(236,239,226)
#F2F2E9
(242,242,233)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD7AA color. Also use rgb(188,215,170) instead hex code.

Text Font Color

.myTextColor { color: #BCD7AA; }

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

This text font color is #BCD7AA.


Background Color

.myBgColor { background-color: #BCD7AA; }

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

This div background color is #BCD7AA.


Border color

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

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

This div border color is #BCD7AA.


Opacity

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

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

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

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

This text has shadow with #BCD7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD7AA on black background.


Color preview on white background

This text has color #BCD7AA on white background.



Black color preview on #BCD7AA background

This text has black color on #BCD7AA background.


White color preview on #BCD7AA background

This text has white color on #BCD7AA background.