COLOR #BFAED0

HEX: #BFAED0
RGB: (191,174,208)

Color info

#BFAED0 contains red, green and blue colors in about the same proportion. Web safe color of #BFAED0 is #CC99CC (or #C9C).

RGB color model

#BFAED0 color RGB value is (191,174,208).

  • red value is 191;
  • green value is 174;
  • blue value is 208.
RGB:
(191,174,208)
(75%,68%,82%)

RGB channels and saturation

R 191 of 255 = 75%
G 174 of 255 = 68%
B 208 of 255 = 82%

191
174
208

R + G + B ~ 75%. #BFAED0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 174 + 208 = 573 (100%)
R 191 of 573 ~ 33.33%
G 174 of 573 ~ 30.37%
B 208 of 573 ~ 36.3%

%33.33
%30.37
%36.3

CMYK color model

#BFAED0 color CMYK value is (8,16,0,18).

  • cyan value is 8.17%
  • magenta value is 16.35%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(8,16,0,18)
C8M16Y0K18 
(8%,16%,0%,18%)
(0.08/0.16/0.00/0.18)	

CMYK percentages

%8.17
%16.35
%0
%18.43

Codes

Color #BFAED0 in popluar color models

BFAED0
RGB191174208
HSL270°26.56%74.90%
HSB/HSV270°16.35%81.57%
CMYK8.17%16.35%0.00%
18.43%

Color #BFAED0 in popluar number systems.

HEXBFAED0
Decimal191174208
Binary101111111010111011010000
Octal277256320

Shades and tints

Shades of #BFAED0

#BFAED0
(191,174,208)
#AE9FBE
(174,159,190)
#9D90AC
(157,144,172)
#8C819A
(140,129,154)
#7B7288
(123,114,136)
#6A6376
(106,99,118)
#595464
(89,84,100)
#484552
(72,69,82)
#373640
(55,54,64)
#26272E
(38,39,46)
#15181C
(21,24,28)
#000000
(0,0,0)

Tints of #BFAED0

#BFAED0
(191,174,208)
#C4B5D4
(196,181,212)
#C9BCD8
(201,188,216)
#CEC3DC
(206,195,220)
#D3CAE0
(211,202,224)
#D8D1E4
(216,209,228)
#DDD8E8
(221,216,232)
#E2DFEC
(226,223,236)
#E7E6F0
(231,230,240)
#ECEDF4
(236,237,244)
#F1F4F8
(241,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFAED0 color. Also use rgb(191,174,208) instead hex code.

Text Font Color

.myTextColor { color: #BFAED0; }

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

This text font color is #BFAED0.


Background Color

.myBgColor { background-color: #BFAED0; }

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

This div background color is #BFAED0.


Border color

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

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

This div border color is #BFAED0.


Opacity

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

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

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

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

This text has shadow with #BFAED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAED0 on black background.


Color preview on white background

This text has color #BFAED0 on white background.



Black color preview on #BFAED0 background

This text has black color on #BFAED0 background.


White color preview on #BFAED0 background

This text has white color on #BFAED0 background.