COLOR #BD798E

HEX: #BD798E
RGB: (189,121,142)

Color info

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

RGB color model

#BD798E color RGB value is (189,121,142).

  • red value is 189;
  • green value is 121;
  • blue value is 142.
RGB:
(189,121,142)
(74%,47%,56%)

RGB channels and saturation

R 189 of 255 = 74%
G 121 of 255 = 47%
B 142 of 255 = 56%

189
121
142

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

Portions of RGB colors in percentages

R + G + B =
189 + 121 + 142 = 452 (100%)
R 189 of 452 ~ 41.81%
G 121 of 452 ~ 26.77%
B 142 of 452 ~ 31.42%

%41.81
%26.77
%31.42

CMYK color model

#BD798E color CMYK value is (0,36,25,26).

  • cyan value is 0.00%
  • magenta value is 35.98%
  • yellow value is 24.87%
  • key color value is 25.88%
CMYK:
(0,36,25,26)
C0M36Y25K26 
(0%,36%,25%,26%)
(0.00/0.36/0.25/0.26)	

CMYK percentages

%0
%35.98
%24.87
%25.88

Codes

Color #BD798E in popluar color models

BD798E
RGB189121142
HSL341°34.00%60.78%
HSB/HSV341°35.98%74.12%
CMYK0.00%35.98%24.87%
25.88%

Color #BD798E in popluar number systems.

HEXBD798E
Decimal189121142
Binary10111101111100110001110
Octal275171216

Shades and tints

Shades of #BD798E

#BD798E
(189,121,142)
#AC6E82
(172,110,130)
#9B6376
(155,99,118)
#8A586A
(138,88,106)
#794D5E
(121,77,94)
#684252
(104,66,82)
#573746
(87,55,70)
#462C3A
(70,44,58)
#35212E
(53,33,46)
#241622
(36,22,34)
#130B16
(19,11,22)
#000000
(0,0,0)

Tints of #BD798E

#BD798E
(189,121,142)
#C38598
(195,133,152)
#C991A2
(201,145,162)
#CF9DAC
(207,157,172)
#D5A9B6
(213,169,182)
#DBB5C0
(219,181,192)
#E1C1CA
(225,193,202)
#E7CDD4
(231,205,212)
#EDD9DE
(237,217,222)
#F3E5E8
(243,229,232)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD798E color. Also use rgb(189,121,142) instead hex code.

Text Font Color

.myTextColor { color: #BD798E; }

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

This text font color is #BD798E.


Background Color

.myBgColor { background-color: #BD798E; }

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

This div background color is #BD798E.


Border color

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

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

This div border color is #BD798E.


Opacity

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

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

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

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

This text has shadow with #BD798E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD798E on black background.


Color preview on white background

This text has color #BD798E on white background.



Black color preview on #BD798E background

This text has black color on #BD798E background.


White color preview on #BD798E background

This text has white color on #BD798E background.