COLOR #BFDEC7

HEX: #BFDEC7
RGB: (191,222,199)

Color info

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

RGB color model

#BFDEC7 color RGB value is (191,222,199).

  • red value is 191;
  • green value is 222;
  • blue value is 199.
RGB:
(191,222,199)
(75%,87%,78%)

RGB channels and saturation

R 191 of 255 = 75%
G 222 of 255 = 87%
B 199 of 255 = 78%

191
222
199

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

Portions of RGB colors in percentages

R + G + B =
191 + 222 + 199 = 612 (100%)
R 191 of 612 ~ 31.21%
G 222 of 612 ~ 36.27%
B 199 of 612 ~ 32.52%

%31.21
%36.27
%32.52

CMYK color model

#BFDEC7 color CMYK value is (14,0,10,13).

  • cyan value is 13.96%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 12.94%
CMYK:
(14,0,10,13)
C14M0Y10K13 
(14%,0%,10%,13%)
(0.14/0.00/0.10/0.13)	

CMYK percentages

%13.96
%0
%10.36
%12.94

Codes

Color #BFDEC7 in popluar color models

BFDEC7
RGB191222199
HSL135°31.96%80.98%
HSB/HSV135°13.96%87.06%
CMYK13.96%0.00%10.36%
12.94%

Color #BFDEC7 in popluar number systems.

HEXBFDEC7
Decimal191222199
Binary101111111101111011000111
Octal277336307

Shades and tints

Shades of #BFDEC7

#BFDEC7
(191,222,199)
#AECAB5
(174,202,181)
#9DB6A3
(157,182,163)
#8CA291
(140,162,145)
#7B8E7F
(123,142,127)
#6A7A6D
(106,122,109)
#59665B
(89,102,91)
#485249
(72,82,73)
#373E37
(55,62,55)
#262A25
(38,42,37)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #BFDEC7

#BFDEC7
(191,222,199)
#C4E1CC
(196,225,204)
#C9E4D1
(201,228,209)
#CEE7D6
(206,231,214)
#D3EADB
(211,234,219)
#D8EDE0
(216,237,224)
#DDF0E5
(221,240,229)
#E2F3EA
(226,243,234)
#E7F6EF
(231,246,239)
#ECF9F4
(236,249,244)
#F1FCF9
(241,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFDEC7 color. Also use rgb(191,222,199) instead hex code.

Text Font Color

.myTextColor { color: #BFDEC7; }

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

This text font color is #BFDEC7.


Background Color

.myBgColor { background-color: #BFDEC7; }

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

This div background color is #BFDEC7.


Border color

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

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

This div border color is #BFDEC7.


Opacity

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

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

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

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

This text has shadow with #BFDEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFDEC7 on black background.


Color preview on white background

This text has color #BFDEC7 on white background.



Black color preview on #BFDEC7 background

This text has black color on #BFDEC7 background.


White color preview on #BFDEC7 background

This text has white color on #BFDEC7 background.