COLOR #BFF9CD

HEX: #BFF9CD
RGB: (191,249,205)

Color info

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

RGB color model

#BFF9CD color RGB value is (191,249,205).

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

RGB channels and saturation

R 191 of 255 = 75%
G 249 of 255 = 98%
B 205 of 255 = 80%

191
249
205

R + G + B ~ 84%. #BFF9CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 249 + 205 = 645 (100%)
R 191 of 645 ~ 29.61%
G 249 of 645 ~ 38.6%
B 205 of 645 ~ 31.78%

%29.61
%38.6
%31.78

CMYK color model

#BFF9CD color CMYK value is (23,0,18,2).

  • cyan value is 23.29%
  • magenta value is 0.00%
  • yellow value is 17.67%
  • key color value is 2.35%
CMYK:
(23,0,18,2)
C23M0Y18K2 
(23%,0%,18%,2%)
(0.23/0.00/0.18/0.02)	

CMYK percentages

%23.29
%0
%17.67
%2.35

Codes

Color #BFF9CD in popluar color models

BFF9CD
RGB191249205
HSL134°82.86%86.27%
HSB/HSV134°23.29%97.65%
CMYK23.29%0.00%17.67%
2.35%

Color #BFF9CD in popluar number systems.

HEXBFF9CD
Decimal191249205
Binary101111111111100111001101
Octal277371315

Shades and tints

Shades of #BFF9CD

#BFF9CD
(191,249,205)
#AEE3BB
(174,227,187)
#9DCDA9
(157,205,169)
#8CB797
(140,183,151)
#7BA185
(123,161,133)
#6A8B73
(106,139,115)
#597561
(89,117,97)
#485F4F
(72,95,79)
#37493D
(55,73,61)
#26332B
(38,51,43)
#151D19
(21,29,25)
#000000
(0,0,0)

Tints of #BFF9CD

#BFF9CD
(191,249,205)
#C4F9D1
(196,249,209)
#C9F9D5
(201,249,213)
#CEF9D9
(206,249,217)
#D3F9DD
(211,249,221)
#D8F9E1
(216,249,225)
#DDF9E5
(221,249,229)
#E2F9E9
(226,249,233)
#E7F9ED
(231,249,237)
#ECF9F1
(236,249,241)
#F1F9F5
(241,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFF9CD; }

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

This text font color is #BFF9CD.


Background Color

.myBgColor { background-color: #BFF9CD; }

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

This div background color is #BFF9CD.


Border color

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

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

This div border color is #BFF9CD.


Opacity

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

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

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

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

This text has shadow with #BFF9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFF9CD on black background.


Color preview on white background

This text has color #BFF9CD on white background.



Black color preview on #BFF9CD background

This text has black color on #BFF9CD background.


White color preview on #BFF9CD background

This text has white color on #BFF9CD background.