COLOR #BEAFBD

HEX: #BEAFBD
RGB: (190,175,189)

Color info

#BEAFBD contains red, green and blue colors in about the same proportion. Web safe color of #BEAFBD is #CC99CC (or #C9C).

RGB color model

#BEAFBD color RGB value is (190,175,189).

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

RGB channels and saturation

R 190 of 255 = 75%
G 175 of 255 = 69%
B 189 of 255 = 74%

190
175
189

R + G + B ~ 73%. #BEAFBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 175 + 189 = 554 (100%)
R 190 of 554 ~ 34.3%
G 175 of 554 ~ 31.59%
B 189 of 554 ~ 34.12%

%34.3
%31.59
%34.12

CMYK color model

#BEAFBD color CMYK value is (0,8,1,25).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 0.53%
  • key color value is 25.49%
CMYK:
(0,8,1,25)
C0M8Y1K25 
(0%,8%,1%,25%)
(0.00/0.08/0.01/0.25)	

CMYK percentages

%0
%7.89
%0.53
%25.49

Codes

Color #BEAFBD in popluar color models

BEAFBD
RGB190175189
HSL304°10.34%71.57%
HSB/HSV304°7.89%74.51%
CMYK0.00%7.89%0.53%
25.49%

Color #BEAFBD in popluar number systems.

HEXBEAFBD
Decimal190175189
Binary101111101010111110111101
Octal276257275

Shades and tints

Shades of #BEAFBD

#BEAFBD
(190,175,189)
#ADA0AC
(173,160,172)
#9C919B
(156,145,155)
#8B828A
(139,130,138)
#7A7379
(122,115,121)
#696468
(105,100,104)
#585557
(88,85,87)
#474646
(71,70,70)
#363735
(54,55,53)
#252824
(37,40,36)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #BEAFBD

#BEAFBD
(190,175,189)
#C3B6C3
(195,182,195)
#C8BDC9
(200,189,201)
#CDC4CF
(205,196,207)
#D2CBD5
(210,203,213)
#D7D2DB
(215,210,219)
#DCD9E1
(220,217,225)
#E1E0E7
(225,224,231)
#E6E7ED
(230,231,237)
#EBEEF3
(235,238,243)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAFBD; }

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

This text font color is #BEAFBD.


Background Color

.myBgColor { background-color: #BEAFBD; }

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

This div background color is #BEAFBD.


Border color

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

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

This div border color is #BEAFBD.


Opacity

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

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

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

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

This text has shadow with #BEAFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAFBD on black background.


Color preview on white background

This text has color #BEAFBD on white background.



Black color preview on #BEAFBD background

This text has black color on #BEAFBD background.


White color preview on #BEAFBD background

This text has white color on #BEAFBD background.