COLOR #BFEFC4

HEX: #BFEFC4 RGB: (191,239,196)

Color info

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

RGB color model

#BFEFC4 color RGB value is (191,239,196).

RGB: (191,239,196) (75%, 94%, 77%)

RGB channels and saturation

R 191 of 255 = 75%
G 239 of 255 = 94%
B 196 of 255 = 77%

191
239
196

R + G + B ~ 82%. #BFEFC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 239 + 196 = 626 (100%)
R 191 of 626 ~ 30.51%
G 239 of 626 ~ 38.18%
B 196 of 626 ~ 31.31'%

%30.51
%38.18
%31.31

CMYK color model

#BFEFC4 color CMYK value is (20,0,18,6).

  • cyan value is 20.08%
  • magenta value is 0.00%
  • yellow value is 17.99%
  • key color value is 6.27%

CMYK: (20,0,18,6)
C20M0Y18K6 (20%, 0%, 18%, 6%)
(0.20 / 0.00 / 0.18 / 0.06)

CMYK percentages

%20.08
%0
%17.99
%6.27

Codes

Color #BFEFC4 in popluar color models

BF EF C4
RGB 191 239 196
HSL 126° 60.00% 84.31%
HSB/HSV 126° 20.08% 93.73%
CMYK 20.08% 0.00% 17.99%
6.27%

Color #BFEFC4 in popluar number systems.

HEX BF EF C4
Decimal 191 239 196
Binary 10111111 11101111 11000100
Octal 277 357 304

Shades and tints

Shades of #BFEFC4

#BFEFC4
(191,239,196)
#AEDAB3
(174,218,179)
#9DC5A2
(157,197,162)
#8CB091
(140,176,145)
#7B9B80
(123,155,128)
#6A866F
(106,134,111)
#59715E
(89,113,94)
#485C4D
(72,92,77)
#37473C
(55,71,60)
#26322B
(38,50,43)
#151D1A
(21,29,26)
#000000
(0,0,0)

Tints of #BFEFC4

#BFEFC4
(191,239,196)
#C4F0C9
(196,240,201)
#C9F1CE
(201,241,206)
#CEF2D3
(206,242,211)
#D3F3D8
(211,243,216)
#D8F4DD
(216,244,221)
#DDF5E2
(221,245,226)
#E2F6E7
(226,246,231)
#E7F7EC
(231,247,236)
#ECF8F1
(236,248,241)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFEFC4 color. Also use rgb(191,239,196) instead hex code.

Text Font Color

.myTextColor { color: #BFEFC4; }

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

This text font color is #BFEFC4.

Background Color

.myBgColor { background-color: #BFEFC4; }

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

This div background color is #BFEFC4.

Border color

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

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

This div border color is #BFEFC4.

Opacity

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

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

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

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

This text has shadow with #BFEFC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFEFC4.

Preview

Color preview on black background

This text has color #BFEFC4 on black background.


Color preview on white background

This text has color #BFEFC4 on white background.


Black color preview on #BFEFC4 background

This text has black color on #BFEFC4 background.


White color preview on #BFEFC4 background

This text has white color on #BFEFC4 background.


Related colors

Complementary color

Complementary color for #hex is #40103B.


I love getcolorcode.com

Triadic colors

1 #C4BFEF and #EFC4BF with #BFEFC4 are triadic colors.

2 #C4EFBF and #EFBFC4 with #BFEFC4 are triadic colors.