COLOR #BCCD99

HEX: #BCCD99
RGB: (188,205,153)

Color info

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

RGB color model

#BCCD99 color RGB value is (188,205,153).

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

RGB channels and saturation

R 188 of 255 = 74%
G 205 of 255 = 80%
B 153 of 255 = 60%

188
205
153

R + G + B ~ 71%. #BCCD99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 205 + 153 = 546 (100%)
R 188 of 546 ~ 34.43%
G 205 of 546 ~ 37.55%
B 153 of 546 ~ 28.02%

%34.43
%37.55
%28.02

CMYK color model

#BCCD99 color CMYK value is (8,0,25,20).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 25.37%
  • key color value is 19.61%
CMYK:
(8,0,25,20)
C8M0Y25K20 
(8%,0%,25%,20%)
(0.08/0.00/0.25/0.20)	

CMYK percentages

%8.29
%0
%25.37
%19.61

Codes

Color #BCCD99 in popluar color models

BCCD99
RGB188205153
HSL80°34.21%70.20%
HSB/HSV80°25.37%80.39%
CMYK8.29%0.00%25.37%
19.61%

Color #BCCD99 in popluar number systems.

HEXBCCD99
Decimal188205153
Binary101111001100110110011001
Octal274315231

Shades and tints

Shades of #BCCD99

#BCCD99
(188,205,153)
#ABBB8C
(171,187,140)
#9AA97F
(154,169,127)
#899772
(137,151,114)
#788565
(120,133,101)
#677358
(103,115,88)
#56614B
(86,97,75)
#454F3E
(69,79,62)
#343D31
(52,61,49)
#232B24
(35,43,36)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #BCCD99

#BCCD99
(188,205,153)
#C2D1A2
(194,209,162)
#C8D5AB
(200,213,171)
#CED9B4
(206,217,180)
#D4DDBD
(212,221,189)
#DAE1C6
(218,225,198)
#E0E5CF
(224,229,207)
#E6E9D8
(230,233,216)
#ECEDE1
(236,237,225)
#F2F1EA
(242,241,234)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCD99; }

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

This text font color is #BCCD99.


Background Color

.myBgColor { background-color: #BCCD99; }

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

This div background color is #BCCD99.


Border color

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

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

This div border color is #BCCD99.


Opacity

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

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

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

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

This text has shadow with #BCCD99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCD99 on black background.


Color preview on white background

This text has color #BCCD99 on white background.



Black color preview on #BCCD99 background

This text has black color on #BCCD99 background.


White color preview on #BCCD99 background

This text has white color on #BCCD99 background.