COLOR #BEADAF

HEX: #BEADAF
RGB: (190,173,175)

Color info

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

RGB color model

#BEADAF color RGB value is (190,173,175).

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

RGB channels and saturation

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

190
173
175

R + G + B ~ 71%. #BEADAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 173 + 175 = 538 (100%)
R 190 of 538 ~ 35.32%
G 173 of 538 ~ 32.16%
B 175 of 538 ~ 32.53%

%35.32
%32.16
%32.53

CMYK color model

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

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

CMYK percentages

%0
%8.95
%7.89
%25.49

Codes

Color #BEADAF in popluar color models

BEADAF
RGB190173175
HSL353°11.56%71.18%
HSB/HSV353°8.95%74.51%
CMYK0.00%8.95%7.89%
25.49%

Color #BEADAF in popluar number systems.

HEXBEADAF
Decimal190173175
Binary101111101010110110101111
Octal276255257

Shades and tints

Shades of #BEADAF

#BEADAF
(190,173,175)
#AD9EA0
(173,158,160)
#9C8F91
(156,143,145)
#8B8082
(139,128,130)
#7A7173
(122,113,115)
#696264
(105,98,100)
#585355
(88,83,85)
#474446
(71,68,70)
#363537
(54,53,55)
#252628
(37,38,40)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #BEADAF

#BEADAF
(190,173,175)
#C3B4B6
(195,180,182)
#C8BBBD
(200,187,189)
#CDC2C4
(205,194,196)
#D2C9CB
(210,201,203)
#D7D0D2
(215,208,210)
#DCD7D9
(220,215,217)
#E1DEE0
(225,222,224)
#E6E5E7
(230,229,231)
#EBECEE
(235,236,238)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEADAF; }

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

This text font color is #BEADAF.


Background Color

.myBgColor { background-color: #BEADAF; }

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

This div background color is #BEADAF.


Border color

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

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

This div border color is #BEADAF.


Opacity

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

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

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

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

This text has shadow with #BEADAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEADAF on black background.


Color preview on white background

This text has color #BEADAF on white background.



Black color preview on #BEADAF background

This text has black color on #BEADAF background.


White color preview on #BEADAF background

This text has white color on #BEADAF background.