COLOR #BCE9AD

HEX: #BCE9AD
RGB: (188,233,173)

Color info

#BCE9AD contains mainly red and green colors. Web safe color of #BCE9AD is #CCFF99 (or #CF9).

RGB color model

#BCE9AD color RGB value is (188,233,173).

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

RGB channels and saturation

R 188 of 255 = 74%
G 233 of 255 = 91%
B 173 of 255 = 68%

188
233
173

R + G + B ~ 78%. #BCE9AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 233 + 173 = 594 (100%)
R 188 of 594 ~ 31.65%
G 233 of 594 ~ 39.23%
B 173 of 594 ~ 29.12%

%31.65
%39.23
%29.12

CMYK color model

#BCE9AD color CMYK value is (19,0,26,9).

  • cyan value is 19.31%
  • magenta value is 0.00%
  • yellow value is 25.75%
  • key color value is 8.63%
CMYK:
(19,0,26,9)
C19M0Y26K9 
(19%,0%,26%,9%)
(0.19/0.00/0.26/0.09)	

CMYK percentages

%19.31
%0
%25.75
%8.63

Codes

Color #BCE9AD in popluar color models

BCE9AD
RGB188233173
HSL105°57.69%79.61%
HSB/HSV105°25.75%91.37%
CMYK19.31%0.00%25.75%
8.63%

Color #BCE9AD in popluar number systems.

HEXBCE9AD
Decimal188233173
Binary101111001110100110101101
Octal274351255

Shades and tints

Shades of #BCE9AD

#BCE9AD
(188,233,173)
#ABD49E
(171,212,158)
#9ABF8F
(154,191,143)
#89AA80
(137,170,128)
#789571
(120,149,113)
#678062
(103,128,98)
#566B53
(86,107,83)
#455644
(69,86,68)
#344135
(52,65,53)
#232C26
(35,44,38)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #BCE9AD

#BCE9AD
(188,233,173)
#C2EBB4
(194,235,180)
#C8EDBB
(200,237,187)
#CEEFC2
(206,239,194)
#D4F1C9
(212,241,201)
#DAF3D0
(218,243,208)
#E0F5D7
(224,245,215)
#E6F7DE
(230,247,222)
#ECF9E5
(236,249,229)
#F2FBEC
(242,251,236)
#F8FDF3
(248,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE9AD; }

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

This text font color is #BCE9AD.


Background Color

.myBgColor { background-color: #BCE9AD; }

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

This div background color is #BCE9AD.


Border color

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

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

This div border color is #BCE9AD.


Opacity

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

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

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

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

This text has shadow with #BCE9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE9AD on black background.


Color preview on white background

This text has color #BCE9AD on white background.



Black color preview on #BCE9AD background

This text has black color on #BCE9AD background.


White color preview on #BCE9AD background

This text has white color on #BCE9AD background.