COLOR #BEAAC3

HEX: #BEAAC3 RGB: (190,170,195)

Color info

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

RGB color model

#BEAAC3 color RGB value is (190,170,195).

RGB: (190,170,195) (75%, 67%, 76%)

RGB channels and saturation

R 190 of 255 = 75%
G 170 of 255 = 67%
B 195 of 255 = 76%

190
170
195

R + G + B ~ 73%. #BEAAC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 170 + 195 = 555 (100%)
R 190 of 555 ~ 34.23%
G 170 of 555 ~ 30.63%
B 195 of 555 ~ 35.14'%

%34.23
%30.63
%35.14

CMYK color model

#BEAAC3 color CMYK value is (3,13,0,24).

  • cyan value is 2.56%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (3,13,0,24)
C3M13Y0K24 (3%, 13%, 0%, 24%)
(0.03 / 0.13 / 0.00 / 0.24)

CMYK percentages

%2.56
%12.82
%0
%23.53

Codes

Color #BEAAC3 in popluar color models

BE AA C3
RGB 190 170 195
HSL 288° 17.24% 71.57%
HSB/HSV 288° 12.82% 76.47%
CMYK 2.56% 12.82% 0.00%
23.53%

Color #BEAAC3 in popluar number systems.

HEX BE AA C3
Decimal 190 170 195
Binary 10111110 10101010 11000011
Octal 276 252 303

Shades and tints

Shades of #BEAAC3

#BEAAC3
(190,170,195)
#AD9BB2
(173,155,178)
#9C8CA1
(156,140,161)
#8B7D90
(139,125,144)
#7A6E7F
(122,110,127)
#695F6E
(105,95,110)
#58505D
(88,80,93)
#47414C
(71,65,76)
#36323B
(54,50,59)
#25232A
(37,35,42)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #BEAAC3

#BEAAC3
(190,170,195)
#C3B1C8
(195,177,200)
#C8B8CD
(200,184,205)
#CDBFD2
(205,191,210)
#D2C6D7
(210,198,215)
#D7CDDC
(215,205,220)
#DCD4E1
(220,212,225)
#E1DBE6
(225,219,230)
#E6E2EB
(230,226,235)
#EBE9F0
(235,233,240)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAAC3; }

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

This text font color is #BEAAC3.

Background Color

.myBgColor { background-color: #BEAAC3; }

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

This div background color is #BEAAC3.

Border color

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

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

This div border color is #BEAAC3.

Opacity

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

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

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

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

This text has shadow with #BEAAC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAAC3.

Preview

Color preview on black background

This text has color #BEAAC3 on black background.


Color preview on white background

This text has color #BEAAC3 on white background.


Black color preview on #BEAAC3 background

This text has black color on #BEAAC3 background.


White color preview on #BEAAC3 background

This text has white color on #BEAAC3 background.


Related colors

Complementary color

Complementary color for #hex is #41553C.


I love getcolorcode.com

Triadic colors

1 #C3BEAA and #AAC3BE with #BEAAC3 are triadic colors.

2 #C3AABE and #AABEC3 with #BEAAC3 are triadic colors.