COLOR #BCCDAA

HEX: #BCCDAA
RGB: (188,205,170)

Color info

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

RGB color model

#BCCDAA color RGB value is (188,205,170).

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

RGB channels and saturation

R 188 of 255 = 74%
G 205 of 255 = 80%
B 170 of 255 = 67%

188
205
170

R + G + B ~ 74%. #BCCDAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 205 + 170 = 563 (100%)
R 188 of 563 ~ 33.39%
G 205 of 563 ~ 36.41%
B 170 of 563 ~ 30.2%

%33.39
%36.41
%30.2

CMYK color model

#BCCDAA color CMYK value is (8,0,17,20).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 17.07%
  • key color value is 19.61%
CMYK:
(8,0,17,20)
C8M0Y17K20 
(8%,0%,17%,20%)
(0.08/0.00/0.17/0.20)	

CMYK percentages

%8.29
%0
%17.07
%19.61

Codes

Color #BCCDAA in popluar color models

BCCDAA
RGB188205170
HSL89°25.93%73.53%
HSB/HSV89°17.07%80.39%
CMYK8.29%0.00%17.07%
19.61%

Color #BCCDAA in popluar number systems.

HEXBCCDAA
Decimal188205170
Binary101111001100110110101010
Octal274315252

Shades and tints

Shades of #BCCDAA

#BCCDAA
(188,205,170)
#ABBB9B
(171,187,155)
#9AA98C
(154,169,140)
#89977D
(137,151,125)
#78856E
(120,133,110)
#67735F
(103,115,95)
#566150
(86,97,80)
#454F41
(69,79,65)
#343D32
(52,61,50)
#232B23
(35,43,35)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #BCCDAA

#BCCDAA
(188,205,170)
#C2D1B1
(194,209,177)
#C8D5B8
(200,213,184)
#CED9BF
(206,217,191)
#D4DDC6
(212,221,198)
#DAE1CD
(218,225,205)
#E0E5D4
(224,229,212)
#E6E9DB
(230,233,219)
#ECEDE2
(236,237,226)
#F2F1E9
(242,241,233)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCDAA; }

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

This text font color is #BCCDAA.


Background Color

.myBgColor { background-color: #BCCDAA; }

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

This div background color is #BCCDAA.


Border color

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

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

This div border color is #BCCDAA.


Opacity

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

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

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

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

This text has shadow with #BCCDAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCDAA on black background.


Color preview on white background

This text has color #BCCDAA on white background.



Black color preview on #BCCDAA background

This text has black color on #BCCDAA background.


White color preview on #BCCDAA background

This text has white color on #BCCDAA background.