COLOR #BD69A7

HEX: #BD69A7
RGB: (189,105,167)

Color info

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

RGB color model

#BD69A7 color RGB value is (189,105,167).

  • red value is 189;
  • green value is 105;
  • blue value is 167.
RGB:
(189,105,167)
(74%,41%,65%)

RGB channels and saturation

R 189 of 255 = 74%
G 105 of 255 = 41%
B 167 of 255 = 65%

189
105
167

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

Portions of RGB colors in percentages

R + G + B =
189 + 105 + 167 = 461 (100%)
R 189 of 461 ~ 41%
G 105 of 461 ~ 22.78%
B 167 of 461 ~ 36.23%

%41
%22.78
%36.23

CMYK color model

#BD69A7 color CMYK value is (0,44,12,26).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 11.64%
  • key color value is 25.88%
CMYK:
(0,44,12,26)
C0M44Y12K26 
(0%,44%,12%,26%)
(0.00/0.44/0.12/0.26)	

CMYK percentages

%0
%44.44
%11.64
%25.88

Codes

Color #BD69A7 in popluar color models

BD69A7
RGB189105167
HSL316°38.89%57.65%
HSB/HSV316°44.44%74.12%
CMYK0.00%44.44%11.64%
25.88%

Color #BD69A7 in popluar number systems.

HEXBD69A7
Decimal189105167
Binary10111101110100110100111
Octal275151247

Shades and tints

Shades of #BD69A7

#BD69A7
(189,105,167)
#AC6098
(172,96,152)
#9B5789
(155,87,137)
#8A4E7A
(138,78,122)
#79456B
(121,69,107)
#683C5C
(104,60,92)
#57334D
(87,51,77)
#462A3E
(70,42,62)
#35212F
(53,33,47)
#241820
(36,24,32)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #BD69A7

#BD69A7
(189,105,167)
#C376AF
(195,118,175)
#C983B7
(201,131,183)
#CF90BF
(207,144,191)
#D59DC7
(213,157,199)
#DBAACF
(219,170,207)
#E1B7D7
(225,183,215)
#E7C4DF
(231,196,223)
#EDD1E7
(237,209,231)
#F3DEEF
(243,222,239)
#F9EBF7
(249,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD69A7 color. Also use rgb(189,105,167) instead hex code.

Text Font Color

.myTextColor { color: #BD69A7; }

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

This text font color is #BD69A7.


Background Color

.myBgColor { background-color: #BD69A7; }

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

This div background color is #BD69A7.


Border color

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

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

This div border color is #BD69A7.


Opacity

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

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

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

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

This text has shadow with #BD69A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD69A7 on black background.


Color preview on white background

This text has color #BD69A7 on white background.



Black color preview on #BD69A7 background

This text has black color on #BD69A7 background.


White color preview on #BD69A7 background

This text has white color on #BD69A7 background.