COLOR #BCD2AC

HEX: #BCD2AC
RGB: (188,210,172)

Color info

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

RGB color model

#BCD2AC color RGB value is (188,210,172).

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

RGB channels and saturation

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

188
210
172

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

Portions of RGB colors in percentages

R + G + B =
188 + 210 + 172 = 570 (100%)
R 188 of 570 ~ 32.98%
G 210 of 570 ~ 36.84%
B 172 of 570 ~ 30.18%

%32.98
%36.84
%30.18

CMYK color model

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

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 17.65%
CMYK:
(10,0,18,18)
C10M0Y18K18 
(10%,0%,18%,18%)
(0.10/0.00/0.18/0.18)	

CMYK percentages

%10.48
%0
%18.1
%17.65

Codes

Color #BCD2AC in popluar color models

BCD2AC
RGB188210172
HSL95°29.69%74.90%
HSB/HSV95°18.10%82.35%
CMYK10.48%0.00%18.10%
17.65%

Color #BCD2AC in popluar number systems.

HEXBCD2AC
Decimal188210172
Binary101111001101001010101100
Octal274322254

Shades and tints

Shades of #BCD2AC

#BCD2AC
(188,210,172)
#ABBF9D
(171,191,157)
#9AAC8E
(154,172,142)
#89997F
(137,153,127)
#788670
(120,134,112)
#677361
(103,115,97)
#566052
(86,96,82)
#454D43
(69,77,67)
#343A34
(52,58,52)
#232725
(35,39,37)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #BCD2AC

#BCD2AC
(188,210,172)
#C2D6B3
(194,214,179)
#C8DABA
(200,218,186)
#CEDEC1
(206,222,193)
#D4E2C8
(212,226,200)
#DAE6CF
(218,230,207)
#E0EAD6
(224,234,214)
#E6EEDD
(230,238,221)
#ECF2E4
(236,242,228)
#F2F6EB
(242,246,235)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD2AC; }

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

This text font color is #BCD2AC.


Background Color

.myBgColor { background-color: #BCD2AC; }

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

This div background color is #BCD2AC.


Border color

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

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

This div border color is #BCD2AC.


Opacity

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

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

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

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

This text has shadow with #BCD2AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD2AC on black background.


Color preview on white background

This text has color #BCD2AC on white background.



Black color preview on #BCD2AC background

This text has black color on #BCD2AC background.


White color preview on #BCD2AC background

This text has white color on #BCD2AC background.