COLOR #BCE3AD

HEX: #BCE3AD
RGB: (188,227,173)

Color info

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

RGB color model

#BCE3AD color RGB value is (188,227,173).

  • red value is 188;
  • green value is 227;
  • blue value is 173.
RGB:
(188,227,173)
(74%,89%,68%)

RGB channels and saturation

R 188 of 255 = 74%
G 227 of 255 = 89%
B 173 of 255 = 68%

188
227
173

R + G + B ~ 77%. #BCE3AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 227 + 173 = 588 (100%)
R 188 of 588 ~ 31.97%
G 227 of 588 ~ 38.61%
B 173 of 588 ~ 29.42%

%31.97
%38.61
%29.42

CMYK color model

#BCE3AD color CMYK value is (17,0,24,11).

  • cyan value is 17.18%
  • magenta value is 0.00%
  • yellow value is 23.79%
  • key color value is 10.98%
CMYK:
(17,0,24,11)
C17M0Y24K11 
(17%,0%,24%,11%)
(0.17/0.00/0.24/0.11)	

CMYK percentages

%17.18
%0
%23.79
%10.98

Codes

Color #BCE3AD in popluar color models

BCE3AD
RGB188227173
HSL103°49.09%78.43%
HSB/HSV103°23.79%89.02%
CMYK17.18%0.00%23.79%
10.98%

Color #BCE3AD in popluar number systems.

HEXBCE3AD
Decimal188227173
Binary101111001110001110101101
Octal274343255

Shades and tints

Shades of #BCE3AD

#BCE3AD
(188,227,173)
#ABCF9E
(171,207,158)
#9ABB8F
(154,187,143)
#89A780
(137,167,128)
#789371
(120,147,113)
#677F62
(103,127,98)
#566B53
(86,107,83)
#455744
(69,87,68)
#344335
(52,67,53)
#232F26
(35,47,38)
#121B17
(18,27,23)
#000000
(0,0,0)

Tints of #BCE3AD

#BCE3AD
(188,227,173)
#C2E5B4
(194,229,180)
#C8E7BB
(200,231,187)
#CEE9C2
(206,233,194)
#D4EBC9
(212,235,201)
#DAEDD0
(218,237,208)
#E0EFD7
(224,239,215)
#E6F1DE
(230,241,222)
#ECF3E5
(236,243,229)
#F2F5EC
(242,245,236)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE3AD color. Also use rgb(188,227,173) instead hex code.

Text Font Color

.myTextColor { color: #BCE3AD; }

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

This text font color is #BCE3AD.


Background Color

.myBgColor { background-color: #BCE3AD; }

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

This div background color is #BCE3AD.


Border color

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

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

This div border color is #BCE3AD.


Opacity

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

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

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

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

This text has shadow with #BCE3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE3AD on black background.


Color preview on white background

This text has color #BCE3AD on white background.



Black color preview on #BCE3AD background

This text has black color on #BCE3AD background.


White color preview on #BCE3AD background

This text has white color on #BCE3AD background.