COLOR #BD66A8

HEX: #BD66A8
RGB: (189,102,168)

Color info

#BD66A8 contains mainly red and blue colors. Web safe color of #BD66A8 is #CC6699 (or #C69).

RGB color model

#BD66A8 color RGB value is (189,102,168).

  • red value is 189;
  • green value is 102;
  • blue value is 168.
RGB:
(189,102,168)
(74%,40%,66%)

RGB channels and saturation

R 189 of 255 = 74%
G 102 of 255 = 40%
B 168 of 255 = 66%

189
102
168

R + G + B ~ 60%. #BD66A8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
189 + 102 + 168 = 459 (100%)
R 189 of 459 ~ 41.18%
G 102 of 459 ~ 22.22%
B 168 of 459 ~ 36.6%

%41.18
%22.22
%36.6

CMYK color model

#BD66A8 color CMYK value is (0,46,11,26).

  • cyan value is 0.00%
  • magenta value is 46.03%
  • yellow value is 11.11%
  • key color value is 25.88%
CMYK:
(0,46,11,26)
C0M46Y11K26 
(0%,46%,11%,26%)
(0.00/0.46/0.11/0.26)	

CMYK percentages

%0
%46.03
%11.11
%25.88

Codes

Color #BD66A8 in popluar color models

BD66A8
RGB189102168
HSL314°39.73%57.06%
HSB/HSV314°46.03%74.12%
CMYK0.00%46.03%11.11%
25.88%

Color #BD66A8 in popluar number systems.

HEXBD66A8
Decimal189102168
Binary10111101110011010101000
Octal275146250

Shades and tints

Shades of #BD66A8

#BD66A8
(189,102,168)
#AC5D99
(172,93,153)
#9B548A
(155,84,138)
#8A4B7B
(138,75,123)
#79426C
(121,66,108)
#68395D
(104,57,93)
#57304E
(87,48,78)
#46273F
(70,39,63)
#351E30
(53,30,48)
#241521
(36,21,33)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #BD66A8

#BD66A8
(189,102,168)
#C373AF
(195,115,175)
#C980B6
(201,128,182)
#CF8DBD
(207,141,189)
#D59AC4
(213,154,196)
#DBA7CB
(219,167,203)
#E1B4D2
(225,180,210)
#E7C1D9
(231,193,217)
#EDCEE0
(237,206,224)
#F3DBE7
(243,219,231)
#F9E8EE
(249,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD66A8 color. Also use rgb(189,102,168) instead hex code.

Text Font Color

.myTextColor { color: #BD66A8; }

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

This text font color is #BD66A8.


Background Color

.myBgColor { background-color: #BD66A8; }

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

This div background color is #BD66A8.


Border color

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

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

This div border color is #BD66A8.


Opacity

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

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

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

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

This text has shadow with #BD66A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD66A8 on black background.


Color preview on white background

This text has color #BD66A8 on white background.



Black color preview on #BD66A8 background

This text has black color on #BD66A8 background.


White color preview on #BD66A8 background

This text has white color on #BD66A8 background.