COLOR #BEAFAC

HEX: #BEAFAC
RGB: (190,175,172)

Color info

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

RGB color model

#BEAFAC color RGB value is (190,175,172).

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

RGB channels and saturation

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

190
175
172

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

Portions of RGB colors in percentages

R + G + B =
190 + 175 + 172 = 537 (100%)
R 190 of 537 ~ 35.38%
G 175 of 537 ~ 32.59%
B 172 of 537 ~ 32.03%

%35.38
%32.59
%32.03

CMYK color model

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

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

CMYK percentages

%0
%7.89
%9.47
%25.49

Codes

Color #BEAFAC in popluar color models

BEAFAC
RGB190175172
HSL10°12.16%70.98%
HSB/HSV10°9.47%74.51%
CMYK0.00%7.89%9.47%
25.49%

Color #BEAFAC in popluar number systems.

HEXBEAFAC
Decimal190175172
Binary101111101010111110101100
Octal276257254

Shades and tints

Shades of #BEAFAC

#BEAFAC
(190,175,172)
#ADA09D
(173,160,157)
#9C918E
(156,145,142)
#8B827F
(139,130,127)
#7A7370
(122,115,112)
#696461
(105,100,97)
#585552
(88,85,82)
#474643
(71,70,67)
#363734
(54,55,52)
#252825
(37,40,37)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #BEAFAC

#BEAFAC
(190,175,172)
#C3B6B3
(195,182,179)
#C8BDBA
(200,189,186)
#CDC4C1
(205,196,193)
#D2CBC8
(210,203,200)
#D7D2CF
(215,210,207)
#DCD9D6
(220,217,214)
#E1E0DD
(225,224,221)
#E6E7E4
(230,231,228)
#EBEEEB
(235,238,235)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAFAC; }

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

This text font color is #BEAFAC.


Background Color

.myBgColor { background-color: #BEAFAC; }

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

This div background color is #BEAFAC.


Border color

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

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

This div border color is #BEAFAC.


Opacity

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

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

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

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

This text has shadow with #BEAFAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAFAC on black background.


Color preview on white background

This text has color #BEAFAC on white background.



Black color preview on #BEAFAC background

This text has black color on #BEAFAC background.


White color preview on #BEAFAC background

This text has white color on #BEAFAC background.