COLOR #BFE1C6

HEX: #BFE1C6 RGB: (191,225,198)

Color info

#BFE1C6 contains red, green and blue colors in about the same proportion. Web safe color of #BFE1C6 is #CCCCCC (or #CCC).

RGB color model

#BFE1C6 color RGB value is (191,225,198).

RGB: (191,225,198) (75%, 88%, 78%)

RGB channels and saturation

R 191 of 255 = 75%
G 225 of 255 = 88%
B 198 of 255 = 78%

191
225
198

R + G + B ~ 80%. #BFE1C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 225 + 198 = 614 (100%)
R 191 of 614 ~ 31.11%
G 225 of 614 ~ 36.64%
B 198 of 614 ~ 32.25'%

%31.11
%36.64
%32.25

CMYK color model

#BFE1C6 color CMYK value is (15,0,12,12).

  • cyan value is 15.11%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 11.76%

CMYK: (15,0,12,12)
C15M0Y12K12 (15%, 0%, 12%, 12%)
(0.15 / 0.00 / 0.12 / 0.12)

CMYK percentages

%15.11
%0
%12
%11.76

Codes

Color #BFE1C6 in popluar color models

BF E1 C6
RGB 191 225 198
HSL 132° 36.17% 81.57%
HSB/HSV 132° 15.11% 88.24%
CMYK 15.11% 0.00% 12.00%
11.76%

Color #BFE1C6 in popluar number systems.

HEX BF E1 C6
Decimal 191 225 198
Binary 10111111 11100001 11000110
Octal 277 341 306

Shades and tints

Shades of #BFE1C6

#BFE1C6
(191,225,198)
#AECDB4
(174,205,180)
#9DB9A2
(157,185,162)
#8CA590
(140,165,144)
#7B917E
(123,145,126)
#6A7D6C
(106,125,108)
#59695A
(89,105,90)
#485548
(72,85,72)
#374136
(55,65,54)
#262D24
(38,45,36)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #BFE1C6

#BFE1C6
(191,225,198)
#C4E3CB
(196,227,203)
#C9E5D0
(201,229,208)
#CEE7D5
(206,231,213)
#D3E9DA
(211,233,218)
#D8EBDF
(216,235,223)
#DDEDE4
(221,237,228)
#E2EFE9
(226,239,233)
#E7F1EE
(231,241,238)
#ECF3F3
(236,243,243)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE1C6 color. Also use rgb(191,225,198) instead hex code.

Text Font Color

.myTextColor { color: #BFE1C6; }

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

This text font color is #BFE1C6.

Background Color

.myBgColor { background-color: #BFE1C6; }

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

This div background color is #BFE1C6.

Border color

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

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

This div border color is #BFE1C6.

Opacity

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

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

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

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

This text has shadow with #BFE1C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFE1C6.

Preview

Color preview on black background

This text has color #BFE1C6 on black background.


Color preview on white background

This text has color #BFE1C6 on white background.


Black color preview on #BFE1C6 background

This text has black color on #BFE1C6 background.


White color preview on #BFE1C6 background

This text has white color on #BFE1C6 background.


Related colors

Complementary color

Complementary color for #hex is #401E39.


I love getcolorcode.com

Triadic colors

1 #C6BFE1 and #E1C6BF with #BFE1C6 are triadic colors.

2 #C6E1BF and #E1BFC6 with #BFE1C6 are triadic colors.