COLOR #BFE3AD

HEX: #BFE3AD RGB: (191,227,173)

Color info

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

RGB color model

#BFE3AD color RGB value is (191,227,173).

RGB: (191,227,173) (75%, 89%, 68%)

RGB channels and saturation

R 191 of 255 = 75%
G 227 of 255 = 89%
B 173 of 255 = 68%

191
227
173

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

Portions of RGB colors in percentages

R + G + B = 191 + 227 + 173 = 591 (100%)
R 191 of 591 ~ 32.32%
G 227 of 591 ~ 38.41%
B 173 of 591 ~ 29.27'%

%32.32
%38.41
%29.27

CMYK color model

#BFE3AD color CMYK value is (16,0,24,11).

  • cyan value is 15.86%
  • magenta value is 0.00%
  • yellow value is 23.79%
  • key color value is 10.98%

CMYK: (16,0,24,11)
C16M0Y24K11 (16%, 0%, 24%, 11%)
(0.16 / 0.00 / 0.24 / 0.11)

CMYK percentages

%15.86
%0
%23.79
%10.98

Codes

Color #BFE3AD in popluar color models

BF E3 AD
RGB 191 227 173
HSL 100° 49.09% 78.43%
HSB/HSV 100° 23.79% 89.02%
CMYK 15.86% 0.00% 23.79%
10.98%

Color #BFE3AD in popluar number systems.

HEX BF E3 AD
Decimal 191 227 173
Binary 10111111 11100011 10101101
Octal 277 343 255

Shades and tints

Shades of #BFE3AD

#BFE3AD
(191,227,173)
#AECF9E
(174,207,158)
#9DBB8F
(157,187,143)
#8CA780
(140,167,128)
#7B9371
(123,147,113)
#6A7F62
(106,127,98)
#596B53
(89,107,83)
#485744
(72,87,68)
#374335
(55,67,53)
#262F26
(38,47,38)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #BFE3AD

#BFE3AD
(191,227,173)
#C4E5B4
(196,229,180)
#C9E7BB
(201,231,187)
#CEE9C2
(206,233,194)
#D3EBC9
(211,235,201)
#D8EDD0
(216,237,208)
#DDEFD7
(221,239,215)
#E2F1DE
(226,241,222)
#E7F3E5
(231,243,229)
#ECF5EC
(236,245,236)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE3AD; }

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

This text font color is #BFE3AD.

Background Color

.myBgColor { background-color: #BFE3AD; }

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

This div background color is #BFE3AD.

Border color

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

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

This div border color is #BFE3AD.

Opacity

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

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

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

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

This text has shadow with #BFE3AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFE3AD.

Preview

Color preview on black background

This text has color #BFE3AD on black background.


Color preview on white background

This text has color #BFE3AD on white background.


Black color preview on #BFE3AD background

This text has black color on #BFE3AD background.


White color preview on #BFE3AD background

This text has white color on #BFE3AD background.


Related colors

Complementary color

Complementary color for #BFE3AD is #401C52.


I love getcolorcode.com

Triadic colors

1 #ADBFE3 and #E3ADBF with #BFE3AD are triadic colors.

2 #ADE3BF and #E3BFAD with #BFE3AD are triadic colors.