COLOR #BEACBE

HEX: #BEACBE RGB: (190,172,190)

Color info

#BEACBE contains red, green and blue colors in about the same proportion. Web safe color of #BEACBE is #CC99CC (or #C9C).

RGB color model

#BEACBE color RGB value is (190,172,190).

RGB: (190,172,190) (75%, 67%, 75%)

RGB channels and saturation

R 190 of 255 = 75%
G 172 of 255 = 67%
B 190 of 255 = 75%

190
172
190

R + G + B ~ 72%. #BEACBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 172 + 190 = 552 (100%)
R 190 of 552 ~ 34.42%
G 172 of 552 ~ 31.16%
B 190 of 552 ~ 34.42'%

%34.42
%31.16
%34.42

CMYK color model

#BEACBE color CMYK value is (0,9,0,25).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (0,9,0,25) C0M9Y0K25 (0%,9%,0%,25%) (0.00/0.09/0.00/0.25) 

CMYK percentages

%0
%9.47
%0
%25.49

Codes

Color #BEACBE in popluar color models

BE AC BE
RGB 190 172 190
HSL 300° 12.16% 70.98%
HSB/HSV 300° 9.47% 74.51%
CMYK 0.00% 9.47% 0.00%
25.49%

Color #BEACBE in popluar number systems.

HEX BE AC BE
Decimal 190 172 190
Binary 10111110 10101100 10111110
Octal 276 254 276

Shades and tints

Shades of #BEACBE

#BEACBE
(190,172,190)
#AD9DAD
(173,157,173)
#9C8E9C
(156,142,156)
#8B7F8B
(139,127,139)
#7A707A
(122,112,122)
#696169
(105,97,105)
#585258
(88,82,88)
#474347
(71,67,71)
#363436
(54,52,54)
#252525
(37,37,37)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #BEACBE

#BEACBE
(190,172,190)
#C3B3C3
(195,179,195)
#C8BAC8
(200,186,200)
#CDC1CD
(205,193,205)
#D2C8D2
(210,200,210)
#D7CFD7
(215,207,215)
#DCD6DC
(220,214,220)
#E1DDE1
(225,221,225)
#E6E4E6
(230,228,230)
#EBEBEB
(235,235,235)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEACBE; }

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

This text font color is #BEACBE.

Background Color

.myBgColor { background-color: #BEACBE; }

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

This div background color is #BEACBE.

Border color

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

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

This div border color is #BEACBE.

Opacity

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

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

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

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

This text has shadow with #BEACBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEACBE.

Preview

Color preview on black background

This text has color #BEACBE on black background.


Color preview on white background

This text has color #BEACBE on white background.


Black color preview on #BEACBE background

This text has black color on #BEACBE background.


White color preview on #BEACBE background

This text has white color on #BEACBE background.


Related colors

Complementary color

Complementary color for #hex is #415341.


I love getcolorcode.com

Triadic colors

1 #BEBEAC and #ACBEBE with #BEACBE are triadic colors.

2 #BEACBE and #ACBEBE with #BEACBE are triadic colors.