COLOR #BEAFD8

HEX: #BEAFD8 RGB: (190,175,216)

Color info

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

RGB color model

#BEAFD8 color RGB value is (190,175,216).

RGB: (190,175,216) (75%, 69%, 85%)

RGB channels and saturation

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

190
175
216

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

Portions of RGB colors in percentages

R + G + B = 190 + 175 + 216 = 581 (100%)
R 190 of 581 ~ 32.7%
G 175 of 581 ~ 30.12%
B 216 of 581 ~ 37.18'%

%32.7
%30.12
%37.18

CMYK color model

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

  • cyan value is 12.04%
  • magenta value is 18.98%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (12,19,0,15)
C12M19Y0K15 (12%, 19%, 0%, 15%)
(0.12 / 0.19 / 0.00 / 0.15)

CMYK percentages

%12.04
%18.98
%0
%15.29

Codes

Color #BEAFD8 in popluar color models

BE AF D8
RGB 190 175 216
HSL 262° 34.45% 76.67%
HSB/HSV 262° 18.98% 84.71%
CMYK 12.04% 18.98% 0.00%
15.29%

Color #BEAFD8 in popluar number systems.

HEX BE AF D8
Decimal 190 175 216
Binary 10111110 10101111 11011000
Octal 276 257 330

Shades and tints

Shades of #BEAFD8

#BEAFD8
(190,175,216)
#ADA0C5
(173,160,197)
#9C91B2
(156,145,178)
#8B829F
(139,130,159)
#7A738C
(122,115,140)
#696479
(105,100,121)
#585566
(88,85,102)
#474653
(71,70,83)
#363740
(54,55,64)
#25282D
(37,40,45)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #BEAFD8

#BEAFD8
(190,175,216)
#C3B6DB
(195,182,219)
#C8BDDE
(200,189,222)
#CDC4E1
(205,196,225)
#D2CBE4
(210,203,228)
#D7D2E7
(215,210,231)
#DCD9EA
(220,217,234)
#E1E0ED
(225,224,237)
#E6E7F0
(230,231,240)
#EBEEF3
(235,238,243)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAFD8; }

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

This text font color is #BEAFD8.

Background Color

.myBgColor { background-color: #BEAFD8; }

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

This div background color is #BEAFD8.

Border color

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

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

This div border color is #BEAFD8.

Opacity

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

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

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

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

This text has shadow with #BEAFD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAFD8.

Preview

Color preview on black background

This text has color #BEAFD8 on black background.


Color preview on white background

This text has color #BEAFD8 on white background.


Black color preview on #BEAFD8 background

This text has black color on #BEAFD8 background.


White color preview on #BEAFD8 background

This text has white color on #BEAFD8 background.


Related colors

Complementary color

Complementary color for #hex is #415027.


I love getcolorcode.com

Triadic colors

1 #D8BEAF and #AFD8BE with #BEAFD8 are triadic colors.

2 #D8AFBE and #AFBED8 with #BEAFD8 are triadic colors.