COLOR #BEADAB

HEX: #BEADAB RGB: (190,173,171)

Color info

#BEADAB contains red, green and blue colors in about the same proportion. Web safe color of #BEADAB is #CC9999 (or #C99).

RGB color model

#BEADAB color RGB value is (190,173,171).

RGB: (190,173,171) (75%, 68%, 67%)

RGB channels and saturation

R 190 of 255 = 75%
G 173 of 255 = 68%
B 171 of 255 = 67%

190
173
171

R + G + B ~ 70%. #BEADAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 173 + 171 = 534 (100%)
R 190 of 534 ~ 35.58%
G 173 of 534 ~ 32.4%
B 171 of 534 ~ 32.02'%

%35.58
%32.4
%32.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.95%
  • yellow value is 10.00%
  • key color value is 25.49%
CMYK: (0,9,10,25) C0M9Y10K25 (0%,9%,10%,25%) (0.00/0.09/0.10/0.25) 

CMYK percentages

%0
%8.95
%10
%25.49

Codes

Color #BEADAB in popluar color models

BE AD AB
RGB 190 173 171
HSL 12.75% 70.78%
HSB/HSV 10.00% 74.51%
CMYK 0.00% 8.95% 10.00%
25.49%

Color #BEADAB in popluar number systems.

HEX BE AD AB
Decimal 190 173 171
Binary 10111110 10101101 10101011
Octal 276 255 253

Shades and tints

Shades of #BEADAB

#BEADAB
(190,173,171)
#AD9E9C
(173,158,156)
#9C8F8D
(156,143,141)
#8B807E
(139,128,126)
#7A716F
(122,113,111)
#696260
(105,98,96)
#585351
(88,83,81)
#474442
(71,68,66)
#363533
(54,53,51)
#252624
(37,38,36)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #BEADAB

#BEADAB
(190,173,171)
#C3B4B2
(195,180,178)
#C8BBB9
(200,187,185)
#CDC2C0
(205,194,192)
#D2C9C7
(210,201,199)
#D7D0CE
(215,208,206)
#DCD7D5
(220,215,213)
#E1DEDC
(225,222,220)
#E6E5E3
(230,229,227)
#EBECEA
(235,236,234)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEADAB; }

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

This text font color is #BEADAB.

Background Color

.myBgColor { background-color: #BEADAB; }

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

This div background color is #BEADAB.

Border color

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

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

This div border color is #BEADAB.

Opacity

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

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

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

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

This text has shadow with #BEADAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEADAB.

Preview

Color preview on black background

This text has color #BEADAB on black background.


Color preview on white background

This text has color #BEADAB on white background.


Black color preview on #BEADAB background

This text has black color on #BEADAB background.


White color preview on #BEADAB background

This text has white color on #BEADAB background.


Related colors

Complementary color

Complementary color for #hex is #415254.


I love getcolorcode.com

Triadic colors

1 #ABBEAD and #ADABBE with #BEADAB are triadic colors.

2 #ABADBE and #ADBEAB with #BEADAB are triadic colors.