COLOR #BD698F

HEX: #BD698F
RGB: (189,105,143)

Color info

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

RGB color model

#BD698F color RGB value is (189,105,143).

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

RGB channels and saturation

R 189 of 255 = 74%
G 105 of 255 = 41%
B 143 of 255 = 56%

189
105
143

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

Portions of RGB colors in percentages

R + G + B =
189 + 105 + 143 = 437 (100%)
R 189 of 437 ~ 43.25%
G 105 of 437 ~ 24.03%
B 143 of 437 ~ 32.72%

%43.25
%24.03
%32.72

CMYK color model

#BD698F color CMYK value is (0,44,24,26).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 24.34%
  • key color value is 25.88%
CMYK:
(0,44,24,26)
C0M44Y24K26 
(0%,44%,24%,26%)
(0.00/0.44/0.24/0.26)	

CMYK percentages

%0
%44.44
%24.34
%25.88

Codes

Color #BD698F in popluar color models

BD698F
RGB189105143
HSL333°38.89%57.65%
HSB/HSV333°44.44%74.12%
CMYK0.00%44.44%24.34%
25.88%

Color #BD698F in popluar number systems.

HEXBD698F
Decimal189105143
Binary10111101110100110001111
Octal275151217

Shades and tints

Shades of #BD698F

#BD698F
(189,105,143)
#AC6082
(172,96,130)
#9B5775
(155,87,117)
#8A4E68
(138,78,104)
#79455B
(121,69,91)
#683C4E
(104,60,78)
#573341
(87,51,65)
#462A34
(70,42,52)
#352127
(53,33,39)
#24181A
(36,24,26)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #BD698F

#BD698F
(189,105,143)
#C37699
(195,118,153)
#C983A3
(201,131,163)
#CF90AD
(207,144,173)
#D59DB7
(213,157,183)
#DBAAC1
(219,170,193)
#E1B7CB
(225,183,203)
#E7C4D5
(231,196,213)
#EDD1DF
(237,209,223)
#F3DEE9
(243,222,233)
#F9EBF3
(249,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD698F; }

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

This text font color is #BD698F.


Background Color

.myBgColor { background-color: #BD698F; }

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

This div background color is #BD698F.


Border color

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

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

This div border color is #BD698F.


Opacity

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

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

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

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

This text has shadow with #BD698F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD698F on black background.


Color preview on white background

This text has color #BD698F on white background.



Black color preview on #BD698F background

This text has black color on #BD698F background.


White color preview on #BD698F background

This text has white color on #BD698F background.