COLOR #BEAFD9

HEX: #BEAFD9
RGB: (190,175,217)

Color info

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

RGB color model

#BEAFD9 color RGB value is (190,175,217).

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

RGB channels and saturation

R 190 of 255 = 75%
G 175 of 255 = 69%
B 217 of 255 = 85%

190
175
217

R + G + B ~ 76%. #BEAFD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 175 + 217 = 582 (100%)
R 190 of 582 ~ 32.65%
G 175 of 582 ~ 30.07%
B 217 of 582 ~ 37.29%

%32.65
%30.07
%37.29

CMYK color model

#BEAFD9 color CMYK value is (12,19,0,15).

  • cyan value is 12.44%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(12,19,0,15)
C12M19Y0K15 
(12%,19%,0%,15%)
(0.12/0.19/0.00/0.15)	

CMYK percentages

%12.44
%19.35
%0
%14.9

Codes

Color #BEAFD9 in popluar color models

BEAFD9
RGB190175217
HSL261°35.59%76.86%
HSB/HSV261°19.35%85.10%
CMYK12.44%19.35%0.00%
14.90%

Color #BEAFD9 in popluar number systems.

HEXBEAFD9
Decimal190175217
Binary101111101010111111011001
Octal276257331

Shades and tints

Shades of #BEAFD9

#BEAFD9
(190,175,217)
#ADA0C6
(173,160,198)
#9C91B3
(156,145,179)
#8B82A0
(139,130,160)
#7A738D
(122,115,141)
#69647A
(105,100,122)
#585567
(88,85,103)
#474654
(71,70,84)
#363741
(54,55,65)
#25282E
(37,40,46)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #BEAFD9

#BEAFD9
(190,175,217)
#C3B6DC
(195,182,220)
#C8BDDF
(200,189,223)
#CDC4E2
(205,196,226)
#D2CBE5
(210,203,229)
#D7D2E8
(215,210,232)
#DCD9EB
(220,217,235)
#E1E0EE
(225,224,238)
#E6E7F1
(230,231,241)
#EBEEF4
(235,238,244)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAFD9; }

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

This text font color is #BEAFD9.


Background Color

.myBgColor { background-color: #BEAFD9; }

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

This div background color is #BEAFD9.


Border color

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

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

This div border color is #BEAFD9.


Opacity

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

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

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

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

This text has shadow with #BEAFD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAFD9 on black background.


Color preview on white background

This text has color #BEAFD9 on white background.



Black color preview on #BEAFD9 background

This text has black color on #BEAFD9 background.


White color preview on #BEAFD9 background

This text has white color on #BEAFD9 background.