COLOR #BCD2AB

HEX: #BCD2AB
RGB: (188,210,171)

Color info

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

RGB color model

#BCD2AB color RGB value is (188,210,171).

  • red value is 188;
  • green value is 210;
  • blue value is 171.
RGB:
(188,210,171)
(74%,82%,67%)

RGB channels and saturation

R 188 of 255 = 74%
G 210 of 255 = 82%
B 171 of 255 = 67%

188
210
171

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

Portions of RGB colors in percentages

R + G + B =
188 + 210 + 171 = 569 (100%)
R 188 of 569 ~ 33.04%
G 210 of 569 ~ 36.91%
B 171 of 569 ~ 30.05%

%33.04
%36.91
%30.05

CMYK color model

#BCD2AB color CMYK value is (10,0,19,18).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 18.57%
  • key color value is 17.65%
CMYK:
(10,0,19,18)
C10M0Y19K18 
(10%,0%,19%,18%)
(0.10/0.00/0.19/0.18)	

CMYK percentages

%10.48
%0
%18.57
%17.65

Codes

Color #BCD2AB in popluar color models

BCD2AB
RGB188210171
HSL94°30.23%74.71%
HSB/HSV94°18.57%82.35%
CMYK10.48%0.00%18.57%
17.65%

Color #BCD2AB in popluar number systems.

HEXBCD2AB
Decimal188210171
Binary101111001101001010101011
Octal274322253

Shades and tints

Shades of #BCD2AB

#BCD2AB
(188,210,171)
#ABBF9C
(171,191,156)
#9AAC8D
(154,172,141)
#89997E
(137,153,126)
#78866F
(120,134,111)
#677360
(103,115,96)
#566051
(86,96,81)
#454D42
(69,77,66)
#343A33
(52,58,51)
#232724
(35,39,36)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #BCD2AB

#BCD2AB
(188,210,171)
#C2D6B2
(194,214,178)
#C8DAB9
(200,218,185)
#CEDEC0
(206,222,192)
#D4E2C7
(212,226,199)
#DAE6CE
(218,230,206)
#E0EAD5
(224,234,213)
#E6EEDC
(230,238,220)
#ECF2E3
(236,242,227)
#F2F6EA
(242,246,234)
#F8FAF1
(248,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD2AB color. Also use rgb(188,210,171) instead hex code.

Text Font Color

.myTextColor { color: #BCD2AB; }

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

This text font color is #BCD2AB.


Background Color

.myBgColor { background-color: #BCD2AB; }

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

This div background color is #BCD2AB.


Border color

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

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

This div border color is #BCD2AB.


Opacity

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

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

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

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

This text has shadow with #BCD2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD2AB on black background.


Color preview on white background

This text has color #BCD2AB on white background.



Black color preview on #BCD2AB background

This text has black color on #BCD2AB background.


White color preview on #BCD2AB background

This text has white color on #BCD2AB background.