COLOR #BEADAD

HEX: #BEADAD
RGB: (190,173,173)

Color info

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

RGB color model

#BEADAD color RGB value is (190,173,173).

  • red value is 190;
  • green value is 173;
  • blue value is 173.
RGB:
(190,173,173)
(75%,68%,68%)

RGB channels and saturation

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

190
173
173

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

Portions of RGB colors in percentages

R + G + B =
190 + 173 + 173 = 536 (100%)
R 190 of 536 ~ 35.45%
G 173 of 536 ~ 32.28%
B 173 of 536 ~ 32.28%

%35.45
%32.28
%32.28

CMYK color model

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

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

CMYK percentages

%0
%8.95
%8.95
%25.49

Codes

Color #BEADAD in popluar color models

BEADAD
RGB190173173
HSL11.56%71.18%
HSB/HSV8.95%74.51%
CMYK0.00%8.95%8.95%
25.49%

Color #BEADAD in popluar number systems.

HEXBEADAD
Decimal190173173
Binary101111101010110110101101
Octal276255255

Shades and tints

Shades of #BEADAD

#BEADAD
(190,173,173)
#AD9E9E
(173,158,158)
#9C8F8F
(156,143,143)
#8B8080
(139,128,128)
#7A7171
(122,113,113)
#696262
(105,98,98)
#585353
(88,83,83)
#474444
(71,68,68)
#363535
(54,53,53)
#252626
(37,38,38)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #BEADAD

#BEADAD
(190,173,173)
#C3B4B4
(195,180,180)
#C8BBBB
(200,187,187)
#CDC2C2
(205,194,194)
#D2C9C9
(210,201,201)
#D7D0D0
(215,208,208)
#DCD7D7
(220,215,215)
#E1DEDE
(225,222,222)
#E6E5E5
(230,229,229)
#EBECEC
(235,236,236)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEADAD; }

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

This text font color is #BEADAD.


Background Color

.myBgColor { background-color: #BEADAD; }

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

This div background color is #BEADAD.


Border color

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

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

This div border color is #BEADAD.


Opacity

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

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

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

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

This text has shadow with #BEADAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEADAD on black background.


Color preview on white background

This text has color #BEADAD on white background.



Black color preview on #BEADAD background

This text has black color on #BEADAD background.


White color preview on #BEADAD background

This text has white color on #BEADAD background.