COLOR #BE7DA8

HEX: #BE7DA8 RGB: (190,125,168)

Color info

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

RGB color model

#BE7DA8 color RGB value is (190,125,168).

RGB: (190,125,168) (75%, 49%, 66%)

RGB channels and saturation

R 190 of 255 = 75%
G 125 of 255 = 49%
B 168 of 255 = 66%

190
125
168

R + G + B ~ 63%. #BE7DA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 125 + 168 = 483 (100%)
R 190 of 483 ~ 39.34%
G 125 of 483 ~ 25.88%
B 168 of 483 ~ 34.78'%

%39.34
%25.88
%34.78

CMYK color model

#BE7DA8 color CMYK value is (0,34,12,25).

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

CMYK: (0,34,12,25)
C0M34Y12K25 (0%, 34%, 12%, 25%)
(0.00 / 0.34 / 0.12 / 0.25)

CMYK percentages

%0
%34.21
%11.58
%25.49

Codes

Color #BE7DA8 in popluar color models

BE 7D A8
RGB 190 125 168
HSL 320° 33.33% 61.76%
HSB/HSV 320° 34.21% 74.51%
CMYK 0.00% 34.21% 11.58%
25.49%

Color #BE7DA8 in popluar number systems.

HEX BE 7D A8
Decimal 190 125 168
Binary 10111110 1111101 10101000
Octal 276 175 250

Shades and tints

Shades of #BE7DA8

#BE7DA8
(190,125,168)
#AD7299
(173,114,153)
#9C678A
(156,103,138)
#8B5C7B
(139,92,123)
#7A516C
(122,81,108)
#69465D
(105,70,93)
#583B4E
(88,59,78)
#47303F
(71,48,63)
#362530
(54,37,48)
#251A21
(37,26,33)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #BE7DA8

#BE7DA8
(190,125,168)
#C388AF
(195,136,175)
#C893B6
(200,147,182)
#CD9EBD
(205,158,189)
#D2A9C4
(210,169,196)
#D7B4CB
(215,180,203)
#DCBFD2
(220,191,210)
#E1CAD9
(225,202,217)
#E6D5E0
(230,213,224)
#EBE0E7
(235,224,231)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7DA8; }

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

This text font color is #BE7DA8.

Background Color

.myBgColor { background-color: #BE7DA8; }

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

This div background color is #BE7DA8.

Border color

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

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

This div border color is #BE7DA8.

Opacity

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

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

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

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

This text has shadow with #BE7DA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE7DA8.

Preview

Color preview on black background

This text has color #BE7DA8 on black background.


Color preview on white background

This text has color #BE7DA8 on white background.


Black color preview on #BE7DA8 background

This text has black color on #BE7DA8 background.


White color preview on #BE7DA8 background

This text has white color on #BE7DA8 background.


Related colors

Complementary color

Complementary color for #hex is #418257.


I love getcolorcode.com

Triadic colors

1 #A8BE7D and #7DA8BE with #BE7DA8 are triadic colors.

2 #A87DBE and #7DBEA8 with #BE7DA8 are triadic colors.