COLOR #BEAFAB

HEX: #BEAFAB
RGB: (190,175,171)

Color info

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

RGB color model

#BEAFAB color RGB value is (190,175,171).

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

RGB channels and saturation

R 190 of 255 = 75%
G 175 of 255 = 69%
B 171 of 255 = 67%

190
175
171

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

Portions of RGB colors in percentages

R + G + B =
190 + 175 + 171 = 536 (100%)
R 190 of 536 ~ 35.45%
G 175 of 536 ~ 32.65%
B 171 of 536 ~ 31.9%

%35.45
%32.65
%31.9

CMYK color model

#BEAFAB color CMYK value is (0,8,10,25).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 10.00%
  • key color value is 25.49%
CMYK:
(0,8,10,25)
C0M8Y10K25 
(0%,8%,10%,25%)
(0.00/0.08/0.10/0.25)	

CMYK percentages

%0
%7.89
%10
%25.49

Codes

Color #BEAFAB in popluar color models

BEAFAB
RGB190175171
HSL13°12.75%70.78%
HSB/HSV13°10.00%74.51%
CMYK0.00%7.89%10.00%
25.49%

Color #BEAFAB in popluar number systems.

HEXBEAFAB
Decimal190175171
Binary101111101010111110101011
Octal276257253

Shades and tints

Shades of #BEAFAB

#BEAFAB
(190,175,171)
#ADA09C
(173,160,156)
#9C918D
(156,145,141)
#8B827E
(139,130,126)
#7A736F
(122,115,111)
#696460
(105,100,96)
#585551
(88,85,81)
#474642
(71,70,66)
#363733
(54,55,51)
#252824
(37,40,36)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #BEAFAB

#BEAFAB
(190,175,171)
#C3B6B2
(195,182,178)
#C8BDB9
(200,189,185)
#CDC4C0
(205,196,192)
#D2CBC7
(210,203,199)
#D7D2CE
(215,210,206)
#DCD9D5
(220,217,213)
#E1E0DC
(225,224,220)
#E6E7E3
(230,231,227)
#EBEEEA
(235,238,234)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAFAB; }

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

This text font color is #BEAFAB.


Background Color

.myBgColor { background-color: #BEAFAB; }

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

This div background color is #BEAFAB.


Border color

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

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

This div border color is #BEAFAB.


Opacity

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

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

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

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

This text has shadow with #BEAFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAFAB on black background.


Color preview on white background

This text has color #BEAFAB on white background.



Black color preview on #BEAFAB background

This text has black color on #BEAFAB background.


White color preview on #BEAFAB background

This text has white color on #BEAFAB background.