COLOR #BEACCC

HEX: #BEACCC
RGB: (190,172,204)

Color info

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

RGB color model

#BEACCC color RGB value is (190,172,204).

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

RGB channels and saturation

R 190 of 255 = 75%
G 172 of 255 = 67%
B 204 of 255 = 80%

190
172
204

R + G + B ~ 74%. #BEACCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 172 + 204 = 566 (100%)
R 190 of 566 ~ 33.57%
G 172 of 566 ~ 30.39%
B 204 of 566 ~ 36.04%

%33.57
%30.39
%36.04

CMYK color model

#BEACCC color CMYK value is (7,16,0,20).

  • cyan value is 6.86%
  • magenta value is 15.69%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(7,16,0,20)
C7M16Y0K20 
(7%,16%,0%,20%)
(0.07/0.16/0.00/0.20)	

CMYK percentages

%6.86
%15.69
%0
%20

Codes

Color #BEACCC in popluar color models

BEACCC
RGB190172204
HSL274°23.88%73.73%
HSB/HSV274°15.69%80.00%
CMYK6.86%15.69%0.00%
20.00%

Color #BEACCC in popluar number systems.

HEXBEACCC
Decimal190172204
Binary101111101010110011001100
Octal276254314

Shades and tints

Shades of #BEACCC

#BEACCC
(190,172,204)
#AD9DBA
(173,157,186)
#9C8EA8
(156,142,168)
#8B7F96
(139,127,150)
#7A7084
(122,112,132)
#696172
(105,97,114)
#585260
(88,82,96)
#47434E
(71,67,78)
#36343C
(54,52,60)
#25252A
(37,37,42)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #BEACCC

#BEACCC
(190,172,204)
#C3B3D0
(195,179,208)
#C8BAD4
(200,186,212)
#CDC1D8
(205,193,216)
#D2C8DC
(210,200,220)
#D7CFE0
(215,207,224)
#DCD6E4
(220,214,228)
#E1DDE8
(225,221,232)
#E6E4EC
(230,228,236)
#EBEBF0
(235,235,240)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEACCC; }

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

This text font color is #BEACCC.


Background Color

.myBgColor { background-color: #BEACCC; }

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

This div background color is #BEACCC.


Border color

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

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

This div border color is #BEACCC.


Opacity

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

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

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

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

This text has shadow with #BEACCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEACCC on black background.


Color preview on white background

This text has color #BEACCC on white background.



Black color preview on #BEACCC background

This text has black color on #BEACCC background.


White color preview on #BEACCC background

This text has white color on #BEACCC background.