COLOR #BFE7D4

HEX: #BFE7D4 RGB: (191,231,212)

Color info

#BFE7D4 contains red, green and blue colors in about the same proportion. Web safe color of #BFE7D4 is #CCFFCC (or #CFC).

RGB color model

#BFE7D4 color RGB value is (191,231,212).

RGB: (191,231,212) (75%, 91%, 83%)

RGB channels and saturation

R 191 of 255 = 75%
G 231 of 255 = 91%
B 212 of 255 = 83%

191
231
212

R + G + B ~ 83%. #BFE7D4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 231 + 212 = 634 (100%)
R 191 of 634 ~ 30.13%
G 231 of 634 ~ 36.44%
B 212 of 634 ~ 33.44'%

%30.13
%36.44
%33.44

CMYK color model

#BFE7D4 color CMYK value is (17,0,8,9).

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

CMYK: (17,0,8,9)
C17M0Y8K9 (17%, 0%, 8%, 9%)
(0.17 / 0.00 / 0.08 / 0.09)

CMYK percentages

%17.32
%0
%8.23
%9.41

Codes

Color #BFE7D4 in popluar color models

BF E7 D4
RGB 191 231 212
HSL 152° 45.45% 82.75%
HSB/HSV 152° 17.32% 90.59%
CMYK 17.32% 0.00% 8.23%
9.41%

Color #BFE7D4 in popluar number systems.

HEX BF E7 D4
Decimal 191 231 212
Binary 10111111 11100111 11010100
Octal 277 347 324

Shades and tints

Shades of #BFE7D4

#BFE7D4
(191,231,212)
#AED2C1
(174,210,193)
#9DBDAE
(157,189,174)
#8CA89B
(140,168,155)
#7B9388
(123,147,136)
#6A7E75
(106,126,117)
#596962
(89,105,98)
#48544F
(72,84,79)
#373F3C
(55,63,60)
#262A29
(38,42,41)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #BFE7D4

#BFE7D4
(191,231,212)
#C4E9D7
(196,233,215)
#C9EBDA
(201,235,218)
#CEEDDD
(206,237,221)
#D3EFE0
(211,239,224)
#D8F1E3
(216,241,227)
#DDF3E6
(221,243,230)
#E2F5E9
(226,245,233)
#E7F7EC
(231,247,236)
#ECF9EF
(236,249,239)
#F1FBF2
(241,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE7D4; }

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

This text font color is #BFE7D4.

Background Color

.myBgColor { background-color: #BFE7D4; }

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

This div background color is #BFE7D4.

Border color

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

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

This div border color is #BFE7D4.

Opacity

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

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

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

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

This text has shadow with #BFE7D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFE7D4.

Preview

Color preview on black background

This text has color #BFE7D4 on black background.


Color preview on white background

This text has color #BFE7D4 on white background.


Black color preview on #BFE7D4 background

This text has black color on #BFE7D4 background.


White color preview on #BFE7D4 background

This text has white color on #BFE7D4 background.


Related colors

Complementary color

Complementary color for #hex is #40182B.


I love getcolorcode.com

Triadic colors

1 #D4BFE7 and #E7D4BF with #BFE7D4 are triadic colors.

2 #D4E7BF and #E7BFD4 with #BFE7D4 are triadic colors.