COLOR #BD697C

HEX: #BD697C
RGB: (189,105,124)

Color info

#BD697C contains mainly red color. Web safe color of #BD697C is #CC6666 (or #C66).

RGB color model

#BD697C color RGB value is (189,105,124).

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

RGB channels and saturation

R 189 of 255 = 74%
G 105 of 255 = 41%
B 124 of 255 = 49%

189
105
124

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

Portions of RGB colors in percentages

R + G + B =
189 + 105 + 124 = 418 (100%)
R 189 of 418 ~ 45.22%
G 105 of 418 ~ 25.12%
B 124 of 418 ~ 29.67%

%45.22
%25.12
%29.67

CMYK color model

#BD697C color CMYK value is (0,44,34,26).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 34.39%
  • key color value is 25.88%
CMYK:
(0,44,34,26)
C0M44Y34K26 
(0%,44%,34%,26%)
(0.00/0.44/0.34/0.26)	

CMYK percentages

%0
%44.44
%34.39
%25.88

Codes

Color #BD697C in popluar color models

BD697C
RGB189105124
HSL346°38.89%57.65%
HSB/HSV346°44.44%74.12%
CMYK0.00%44.44%34.39%
25.88%

Color #BD697C in popluar number systems.

HEXBD697C
Decimal189105124
Binary1011110111010011111100
Octal275151174

Shades and tints

Shades of #BD697C

#BD697C
(189,105,124)
#AC6071
(172,96,113)
#9B5766
(155,87,102)
#8A4E5B
(138,78,91)
#794550
(121,69,80)
#683C45
(104,60,69)
#57333A
(87,51,58)
#462A2F
(70,42,47)
#352124
(53,33,36)
#241819
(36,24,25)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #BD697C

#BD697C
(189,105,124)
#C37687
(195,118,135)
#C98392
(201,131,146)
#CF909D
(207,144,157)
#D59DA8
(213,157,168)
#DBAAB3
(219,170,179)
#E1B7BE
(225,183,190)
#E7C4C9
(231,196,201)
#EDD1D4
(237,209,212)
#F3DEDF
(243,222,223)
#F9EBEA
(249,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD697C; }

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

This text font color is #BD697C.


Background Color

.myBgColor { background-color: #BD697C; }

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

This div background color is #BD697C.


Border color

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

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

This div border color is #BD697C.


Opacity

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

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

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

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

This text has shadow with #BD697C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD697C on black background.


Color preview on white background

This text has color #BD697C on white background.



Black color preview on #BD697C background

This text has black color on #BD697C background.


White color preview on #BD697C background

This text has white color on #BD697C background.