COLOR #BDAFCF

HEX: #BDAFCF
RGB: (189,175,207)

Color info

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

RGB color model

#BDAFCF color RGB value is (189,175,207).

  • red value is 189;
  • green value is 175;
  • blue value is 207.
RGB:
(189,175,207)
(74%,69%,81%)

RGB channels and saturation

R 189 of 255 = 74%
G 175 of 255 = 69%
B 207 of 255 = 81%

189
175
207

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

Portions of RGB colors in percentages

R + G + B =
189 + 175 + 207 = 571 (100%)
R 189 of 571 ~ 33.1%
G 175 of 571 ~ 30.65%
B 207 of 571 ~ 36.25%

%33.1
%30.65
%36.25

CMYK color model

#BDAFCF color CMYK value is (9,15,0,19).

  • cyan value is 8.70%
  • magenta value is 15.46%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(9,15,0,19)
C9M15Y0K19 
(9%,15%,0%,19%)
(0.09/0.15/0.00/0.19)	

CMYK percentages

%8.7
%15.46
%0
%18.82

Codes

Color #BDAFCF in popluar color models

BDAFCF
RGB189175207
HSL266°25.00%74.90%
HSB/HSV266°15.46%81.18%
CMYK8.70%15.46%0.00%
18.82%

Color #BDAFCF in popluar number systems.

HEXBDAFCF
Decimal189175207
Binary101111011010111111001111
Octal275257317

Shades and tints

Shades of #BDAFCF

#BDAFCF
(189,175,207)
#ACA0BD
(172,160,189)
#9B91AB
(155,145,171)
#8A8299
(138,130,153)
#797387
(121,115,135)
#686475
(104,100,117)
#575563
(87,85,99)
#464651
(70,70,81)
#35373F
(53,55,63)
#24282D
(36,40,45)
#13191B
(19,25,27)
#000000
(0,0,0)

Tints of #BDAFCF

#BDAFCF
(189,175,207)
#C3B6D3
(195,182,211)
#C9BDD7
(201,189,215)
#CFC4DB
(207,196,219)
#D5CBDF
(213,203,223)
#DBD2E3
(219,210,227)
#E1D9E7
(225,217,231)
#E7E0EB
(231,224,235)
#EDE7EF
(237,231,239)
#F3EEF3
(243,238,243)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDAFCF color. Also use rgb(189,175,207) instead hex code.

Text Font Color

.myTextColor { color: #BDAFCF; }

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

This text font color is #BDAFCF.


Background Color

.myBgColor { background-color: #BDAFCF; }

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

This div background color is #BDAFCF.


Border color

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

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

This div border color is #BDAFCF.


Opacity

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

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

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

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

This text has shadow with #BDAFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAFCF on black background.


Color preview on white background

This text has color #BDAFCF on white background.



Black color preview on #BDAFCF background

This text has black color on #BDAFCF background.


White color preview on #BDAFCF background

This text has white color on #BDAFCF background.