COLOR #BFE7AD

HEX: #BFE7AD RGB: (191,231,173)

Color info

#BFE7AD contains red, green and blue colors in about the same proportion. Web safe color of #BFE7AD is #CCFF99 (or #CF9).

RGB color model

#BFE7AD color RGB value is (191,231,173).

RGB: (191,231,173) (75%, 91%, 68%)

RGB channels and saturation

R 191 of 255 = 75%
G 231 of 255 = 91%
B 173 of 255 = 68%

191
231
173

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

Portions of RGB colors in percentages

R + G + B = 191 + 231 + 173 = 595 (100%)
R 191 of 595 ~ 32.1%
G 231 of 595 ~ 38.82%
B 173 of 595 ~ 29.08'%

%32.1
%38.82
%29.08

CMYK color model

#BFE7AD color CMYK value is (17,0,25,9).

  • cyan value is 17.32%
  • magenta value is 0.00%
  • yellow value is 25.11%
  • key color value is 9.41%

CMYK: (17,0,25,9)
C17M0Y25K9 (17%, 0%, 25%, 9%)
(0.17 / 0.00 / 0.25 / 0.09)

CMYK percentages

%17.32
%0
%25.11
%9.41

Codes

Color #BFE7AD in popluar color models

BF E7 AD
RGB 191 231 173
HSL 101° 54.72% 79.22%
HSB/HSV 101° 25.11% 90.59%
CMYK 17.32% 0.00% 25.11%
9.41%

Color #BFE7AD in popluar number systems.

HEX BF E7 AD
Decimal 191 231 173
Binary 10111111 11100111 10101101
Octal 277 347 255

Shades and tints

Shades of #BFE7AD

#BFE7AD
(191,231,173)
#AED29E
(174,210,158)
#9DBD8F
(157,189,143)
#8CA880
(140,168,128)
#7B9371
(123,147,113)
#6A7E62
(106,126,98)
#596953
(89,105,83)
#485444
(72,84,68)
#373F35
(55,63,53)
#262A26
(38,42,38)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #BFE7AD

#BFE7AD
(191,231,173)
#C4E9B4
(196,233,180)
#C9EBBB
(201,235,187)
#CEEDC2
(206,237,194)
#D3EFC9
(211,239,201)
#D8F1D0
(216,241,208)
#DDF3D7
(221,243,215)
#E2F5DE
(226,245,222)
#E7F7E5
(231,247,229)
#ECF9EC
(236,249,236)
#F1FBF3
(241,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE7AD; }

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

This text font color is #BFE7AD.

Background Color

.myBgColor { background-color: #BFE7AD; }

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

This div background color is #BFE7AD.

Border color

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

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

This div border color is #BFE7AD.

Opacity

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

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

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

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

This text has shadow with #BFE7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFE7AD.

Preview

Color preview on black background

This text has color #BFE7AD on black background.


Color preview on white background

This text has color #BFE7AD on white background.


Black color preview on #BFE7AD background

This text has black color on #BFE7AD background.


White color preview on #BFE7AD background

This text has white color on #BFE7AD background.


Related colors

Complementary color

Complementary color for #hex is #401852.


I love getcolorcode.com

Triadic colors

1 #ADBFE7 and #E7ADBF with #BFE7AD are triadic colors.

2 #ADE7BF and #E7BFAD with #BFE7AD are triadic colors.