COLOR #BFDEC9

HEX: #BFDEC9
RGB: (191,222,201)

Color info

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

RGB color model

#BFDEC9 color RGB value is (191,222,201).

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

RGB channels and saturation

R 191 of 255 = 75%
G 222 of 255 = 87%
B 201 of 255 = 79%

191
222
201

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

Portions of RGB colors in percentages

R + G + B =
191 + 222 + 201 = 614 (100%)
R 191 of 614 ~ 31.11%
G 222 of 614 ~ 36.16%
B 201 of 614 ~ 32.74%

%31.11
%36.16
%32.74

CMYK color model

#BFDEC9 color CMYK value is (14,0,9,13).

  • cyan value is 13.96%
  • magenta value is 0.00%
  • yellow value is 9.46%
  • key color value is 12.94%
CMYK:
(14,0,9,13)
C14M0Y9K13 
(14%,0%,9%,13%)
(0.14/0.00/0.09/0.13)	

CMYK percentages

%13.96
%0
%9.46
%12.94

Codes

Color #BFDEC9 in popluar color models

BFDEC9
RGB191222201
HSL139°31.96%80.98%
HSB/HSV139°13.96%87.06%
CMYK13.96%0.00%9.46%
12.94%

Color #BFDEC9 in popluar number systems.

HEXBFDEC9
Decimal191222201
Binary101111111101111011001001
Octal277336311

Shades and tints

Shades of #BFDEC9

#BFDEC9
(191,222,201)
#AECAB7
(174,202,183)
#9DB6A5
(157,182,165)
#8CA293
(140,162,147)
#7B8E81
(123,142,129)
#6A7A6F
(106,122,111)
#59665D
(89,102,93)
#48524B
(72,82,75)
#373E39
(55,62,57)
#262A27
(38,42,39)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #BFDEC9

#BFDEC9
(191,222,201)
#C4E1CD
(196,225,205)
#C9E4D1
(201,228,209)
#CEE7D5
(206,231,213)
#D3EAD9
(211,234,217)
#D8EDDD
(216,237,221)
#DDF0E1
(221,240,225)
#E2F3E5
(226,243,229)
#E7F6E9
(231,246,233)
#ECF9ED
(236,249,237)
#F1FCF1
(241,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFDEC9; }

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

This text font color is #BFDEC9.


Background Color

.myBgColor { background-color: #BFDEC9; }

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

This div background color is #BFDEC9.


Border color

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

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

This div border color is #BFDEC9.


Opacity

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

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

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

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

This text has shadow with #BFDEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFDEC9 on black background.


Color preview on white background

This text has color #BFDEC9 on white background.



Black color preview on #BFDEC9 background

This text has black color on #BFDEC9 background.


White color preview on #BFDEC9 background

This text has white color on #BFDEC9 background.