COLOR #BFF9D4

HEX: #BFF9D4
RGB: (191,249,212)

Color info

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

RGB color model

#BFF9D4 color RGB value is (191,249,212).

  • red value is 191;
  • green value is 249;
  • blue value is 212.
RGB:
(191,249,212)
(75%,98%,83%)

RGB channels and saturation

R 191 of 255 = 75%
G 249 of 255 = 98%
B 212 of 255 = 83%

191
249
212

R + G + B ~ 85%. #BFF9D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 249 + 212 = 652 (100%)
R 191 of 652 ~ 29.29%
G 249 of 652 ~ 38.19%
B 212 of 652 ~ 32.52%

%29.29
%38.19
%32.52

CMYK color model

#BFF9D4 color CMYK value is (23,0,15,2).

  • cyan value is 23.29%
  • magenta value is 0.00%
  • yellow value is 14.86%
  • key color value is 2.35%
CMYK:
(23,0,15,2)
C23M0Y15K2 
(23%,0%,15%,2%)
(0.23/0.00/0.15/0.02)	

CMYK percentages

%23.29
%0
%14.86
%2.35

Codes

Color #BFF9D4 in popluar color models

BFF9D4
RGB191249212
HSL142°82.86%86.27%
HSB/HSV142°23.29%97.65%
CMYK23.29%0.00%14.86%
2.35%

Color #BFF9D4 in popluar number systems.

HEXBFF9D4
Decimal191249212
Binary101111111111100111010100
Octal277371324

Shades and tints

Shades of #BFF9D4

#BFF9D4
(191,249,212)
#AEE3C1
(174,227,193)
#9DCDAE
(157,205,174)
#8CB79B
(140,183,155)
#7BA188
(123,161,136)
#6A8B75
(106,139,117)
#597562
(89,117,98)
#485F4F
(72,95,79)
#37493C
(55,73,60)
#263329
(38,51,41)
#151D16
(21,29,22)
#000000
(0,0,0)

Tints of #BFF9D4

#BFF9D4
(191,249,212)
#C4F9D7
(196,249,215)
#C9F9DA
(201,249,218)
#CEF9DD
(206,249,221)
#D3F9E0
(211,249,224)
#D8F9E3
(216,249,227)
#DDF9E6
(221,249,230)
#E2F9E9
(226,249,233)
#E7F9EC
(231,249,236)
#ECF9EF
(236,249,239)
#F1F9F2
(241,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFF9D4; }

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

This text font color is #BFF9D4.


Background Color

.myBgColor { background-color: #BFF9D4; }

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

This div background color is #BFF9D4.


Border color

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

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

This div border color is #BFF9D4.


Opacity

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

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

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

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

This text has shadow with #BFF9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFF9D4 on black background.


Color preview on white background

This text has color #BFF9D4 on white background.



Black color preview on #BFF9D4 background

This text has black color on #BFF9D4 background.


White color preview on #BFF9D4 background

This text has white color on #BFF9D4 background.