COLOR #BDAED7

HEX: #BDAED7
RGB: (189,174,215)

Color info

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

RGB color model

#BDAED7 color RGB value is (189,174,215).

  • red value is 189;
  • green value is 174;
  • blue value is 215.
RGB:
(189,174,215)
(74%,68%,84%)

RGB channels and saturation

R 189 of 255 = 74%
G 174 of 255 = 68%
B 215 of 255 = 84%

189
174
215

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

Portions of RGB colors in percentages

R + G + B =
189 + 174 + 215 = 578 (100%)
R 189 of 578 ~ 32.7%
G 174 of 578 ~ 30.1%
B 215 of 578 ~ 37.2%

%32.7
%30.1
%37.2

CMYK color model

#BDAED7 color CMYK value is (12,19,0,16).

  • cyan value is 12.09%
  • magenta value is 19.07%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(12,19,0,16)
C12M19Y0K16 
(12%,19%,0%,16%)
(0.12/0.19/0.00/0.16)	

CMYK percentages

%12.09
%19.07
%0
%15.69

Codes

Color #BDAED7 in popluar color models

BDAED7
RGB189174215
HSL262°33.88%76.27%
HSB/HSV262°19.07%84.31%
CMYK12.09%19.07%0.00%
15.69%

Color #BDAED7 in popluar number systems.

HEXBDAED7
Decimal189174215
Binary101111011010111011010111
Octal275256327

Shades and tints

Shades of #BDAED7

#BDAED7
(189,174,215)
#AC9FC4
(172,159,196)
#9B90B1
(155,144,177)
#8A819E
(138,129,158)
#79728B
(121,114,139)
#686378
(104,99,120)
#575465
(87,84,101)
#464552
(70,69,82)
#35363F
(53,54,63)
#24272C
(36,39,44)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #BDAED7

#BDAED7
(189,174,215)
#C3B5DA
(195,181,218)
#C9BCDD
(201,188,221)
#CFC3E0
(207,195,224)
#D5CAE3
(213,202,227)
#DBD1E6
(219,209,230)
#E1D8E9
(225,216,233)
#E7DFEC
(231,223,236)
#EDE6EF
(237,230,239)
#F3EDF2
(243,237,242)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDAED7 color. Also use rgb(189,174,215) instead hex code.

Text Font Color

.myTextColor { color: #BDAED7; }

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

This text font color is #BDAED7.


Background Color

.myBgColor { background-color: #BDAED7; }

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

This div background color is #BDAED7.


Border color

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

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

This div border color is #BDAED7.


Opacity

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

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

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

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

This text has shadow with #BDAED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAED7 on black background.


Color preview on white background

This text has color #BDAED7 on white background.



Black color preview on #BDAED7 background

This text has black color on #BDAED7 background.


White color preview on #BDAED7 background

This text has white color on #BDAED7 background.