COLOR #BEAFD5

HEX: #BEAFD5
RGB: (190,175,213)

Color info

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

RGB color model

#BEAFD5 color RGB value is (190,175,213).

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

RGB channels and saturation

R 190 of 255 = 75%
G 175 of 255 = 69%
B 213 of 255 = 84%

190
175
213

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

Portions of RGB colors in percentages

R + G + B =
190 + 175 + 213 = 578 (100%)
R 190 of 578 ~ 32.87%
G 175 of 578 ~ 30.28%
B 213 of 578 ~ 36.85%

%32.87
%30.28
%36.85

CMYK color model

#BEAFD5 color CMYK value is (11,18,0,16).

  • cyan value is 10.80%
  • magenta value is 17.84%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(11,18,0,16)
C11M18Y0K16 
(11%,18%,0%,16%)
(0.11/0.18/0.00/0.16)	

CMYK percentages

%10.8
%17.84
%0
%16.47

Codes

Color #BEAFD5 in popluar color models

BEAFD5
RGB190175213
HSL264°31.15%76.08%
HSB/HSV264°17.84%83.53%
CMYK10.80%17.84%0.00%
16.47%

Color #BEAFD5 in popluar number systems.

HEXBEAFD5
Decimal190175213
Binary101111101010111111010101
Octal276257325

Shades and tints

Shades of #BEAFD5

#BEAFD5
(190,175,213)
#ADA0C2
(173,160,194)
#9C91AF
(156,145,175)
#8B829C
(139,130,156)
#7A7389
(122,115,137)
#696476
(105,100,118)
#585563
(88,85,99)
#474650
(71,70,80)
#36373D
(54,55,61)
#25282A
(37,40,42)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #BEAFD5

#BEAFD5
(190,175,213)
#C3B6D8
(195,182,216)
#C8BDDB
(200,189,219)
#CDC4DE
(205,196,222)
#D2CBE1
(210,203,225)
#D7D2E4
(215,210,228)
#DCD9E7
(220,217,231)
#E1E0EA
(225,224,234)
#E6E7ED
(230,231,237)
#EBEEF0
(235,238,240)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAFD5; }

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

This text font color is #BEAFD5.


Background Color

.myBgColor { background-color: #BEAFD5; }

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

This div background color is #BEAFD5.


Border color

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

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

This div border color is #BEAFD5.


Opacity

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

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

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

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

This text has shadow with #BEAFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAFD5 on black background.


Color preview on white background

This text has color #BEAFD5 on white background.



Black color preview on #BEAFD5 background

This text has black color on #BEAFD5 background.


White color preview on #BEAFD5 background

This text has white color on #BEAFD5 background.