COLOR #99BEAC

HEX: #99BEAC RGB: (153,190,172)

Color info

#99BEAC contains red, green and blue colors in about the same proportion. Web safe color of #99BEAC is #99CC99 (or #9C9).

RGB color model

#99BEAC color RGB value is (153,190,172).

RGB: (153,190,172) (60%, 75%, 67%)

RGB channels and saturation

R 153 of 255 = 60%
G 190 of 255 = 75%
B 172 of 255 = 67%

153
190
172

R + G + B ~ 67%. #99BEAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 190 + 172 = 515 (100%)
R 153 of 515 ~ 29.71%
G 190 of 515 ~ 36.89%
B 172 of 515 ~ 33.4'%

%29.71
%36.89
%33.4

CMYK color model

#99BEAC color CMYK value is (19,0,9,25).

  • cyan value is 19.47%
  • magenta value is 0.00%
  • yellow value is 9.47%
  • key color value is 25.49%

CMYK: (19,0,9,25)
C19M0Y9K25 (19%, 0%, 9%, 25%)
(0.19 / 0.00 / 0.09 / 0.25)

CMYK percentages

%19.47
%0
%9.47
%25.49

Codes

Color #99BEAC in popluar color models

99 BE AC
RGB 153 190 172
HSL 151° 22.16% 67.25%
HSB/HSV 151° 19.47% 74.51%
CMYK 19.47% 0.00% 9.47%
25.49%

Color #99BEAC in popluar number systems.

HEX 99 BE AC
Decimal 153 190 172
Binary 10011001 10111110 10101100
Octal 231 276 254

Shades and tints

Shades of #99BEAC

#99BEAC
(153,190,172)
#8CAD9D
(140,173,157)
#7F9C8E
(127,156,142)
#728B7F
(114,139,127)
#657A70
(101,122,112)
#586961
(88,105,97)
#4B5852
(75,88,82)
#3E4743
(62,71,67)
#313634
(49,54,52)
#242525
(36,37,37)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #99BEAC

#99BEAC
(153,190,172)
#A2C3B3
(162,195,179)
#ABC8BA
(171,200,186)
#B4CDC1
(180,205,193)
#BDD2C8
(189,210,200)
#C6D7CF
(198,215,207)
#CFDCD6
(207,220,214)
#D8E1DD
(216,225,221)
#E1E6E4
(225,230,228)
#EAEBEB
(234,235,235)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99BEAC; }

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

This text font color is #99BEAC.

Background Color

.myBgColor { background-color: #99BEAC; }

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

This div background color is #99BEAC.

Border color

.myBorderColor { border: 1px solid #99BEAC; }

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

This div border color is #99BEAC.

Opacity

.myOpacity80 { color: #99BEAC; opacity: 0.8; }

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

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

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

This text has shadow with #99BEAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99BEAC.

Preview

Color preview on black background

This text has color #99BEAC on black background.


Color preview on white background

This text has color #99BEAC on white background.


Black color preview on #99BEAC background

This text has black color on #99BEAC background.


White color preview on #99BEAC background

This text has white color on #99BEAC background.


Related colors

Complementary color

Complementary color for #hex is #664153.


I love getcolorcode.com

Triadic colors

1 #AC99BE and #BEAC99 with #99BEAC are triadic colors.

2 #ACBE99 and #BE99AC with #99BEAC are triadic colors.