COLOR #BE7D9B

HEX: #BE7D9B RGB: (190,125,155)

Color info

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

RGB color model

#BE7D9B color RGB value is (190,125,155).

RGB: (190,125,155) (75%, 49%, 61%)

RGB channels and saturation

R 190 of 255 = 75%
G 125 of 255 = 49%
B 155 of 255 = 61%

190
125
155

R + G + B ~ 62%. #BE7D9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 125 + 155 = 470 (100%)
R 190 of 470 ~ 40.43%
G 125 of 470 ~ 26.6%
B 155 of 470 ~ 32.98'%

%40.43
%26.6
%32.98

CMYK color model

#BE7D9B color CMYK value is (0,34,18,25).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 18.42%
  • key color value is 25.49%

CMYK: (0,34,18,25)
C0M34Y18K25 (0%, 34%, 18%, 25%)
(0.00 / 0.34 / 0.18 / 0.25)

CMYK percentages

%0
%34.21
%18.42
%25.49

Codes

Color #BE7D9B in popluar color models

BE 7D 9B
RGB 190 125 155
HSL 332° 33.33% 61.76%
HSB/HSV 332° 34.21% 74.51%
CMYK 0.00% 34.21% 18.42%
25.49%

Color #BE7D9B in popluar number systems.

HEX BE 7D 9B
Decimal 190 125 155
Binary 10111110 1111101 10011011
Octal 276 175 233

Shades and tints

Shades of #BE7D9B

#BE7D9B
(190,125,155)
#AD728D
(173,114,141)
#9C677F
(156,103,127)
#8B5C71
(139,92,113)
#7A5163
(122,81,99)
#694655
(105,70,85)
#583B47
(88,59,71)
#473039
(71,48,57)
#36252B
(54,37,43)
#251A1D
(37,26,29)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #BE7D9B

#BE7D9B
(190,125,155)
#C388A4
(195,136,164)
#C893AD
(200,147,173)
#CD9EB6
(205,158,182)
#D2A9BF
(210,169,191)
#D7B4C8
(215,180,200)
#DCBFD1
(220,191,209)
#E1CADA
(225,202,218)
#E6D5E3
(230,213,227)
#EBE0EC
(235,224,236)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7D9B color. Also use rgb(190,125,155) instead hex code.

Text Font Color

.myTextColor { color: #BE7D9B; }

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

This text font color is #BE7D9B.

Background Color

.myBgColor { background-color: #BE7D9B; }

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

This div background color is #BE7D9B.

Border color

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

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

This div border color is #BE7D9B.

Opacity

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

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

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

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

This text has shadow with #BE7D9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE7D9B.

Preview

Color preview on black background

This text has color #BE7D9B on black background.


Color preview on white background

This text has color #BE7D9B on white background.


Black color preview on #BE7D9B background

This text has black color on #BE7D9B background.


White color preview on #BE7D9B background

This text has white color on #BE7D9B background.


Related colors

Complementary color

Complementary color for #hex is #418264.


I love getcolorcode.com

Triadic colors

1 #9BBE7D and #7D9BBE with #BE7D9B are triadic colors.

2 #9B7DBE and #7DBE9B with #BE7D9B are triadic colors.