COLOR #99BDA3

HEX: #99BDA3 RGB: (153,189,163)

Color info

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

RGB color model

#99BDA3 color RGB value is (153,189,163).

RGB: (153,189,163) (60%, 74%, 64%)

RGB channels and saturation

R 153 of 255 = 60%
G 189 of 255 = 74%
B 163 of 255 = 64%

153
189
163

R + G + B ~ 66%. #99BDA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 189 + 163 = 505 (100%)
R 153 of 505 ~ 30.3%
G 189 of 505 ~ 37.43%
B 163 of 505 ~ 32.28'%

%30.3
%37.43
%32.28

CMYK color model

#99BDA3 color CMYK value is (19,0,14,26).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 13.76%
  • key color value is 25.88%

CMYK: (19,0,14,26)
C19M0Y14K26 (19%, 0%, 14%, 26%)
(0.19 / 0.00 / 0.14 / 0.26)

CMYK percentages

%19.05
%0
%13.76
%25.88

Codes

Color #99BDA3 in popluar color models

99 BD A3
RGB 153 189 163
HSL 137° 21.43% 67.06%
HSB/HSV 137° 19.05% 74.12%
CMYK 19.05% 0.00% 13.76%
25.88%

Color #99BDA3 in popluar number systems.

HEX 99 BD A3
Decimal 153 189 163
Binary 10011001 10111101 10100011
Octal 231 275 243

Shades and tints

Shades of #99BDA3

#99BDA3
(153,189,163)
#8CAC95
(140,172,149)
#7F9B87
(127,155,135)
#728A79
(114,138,121)
#65796B
(101,121,107)
#58685D
(88,104,93)
#4B574F
(75,87,79)
#3E4641
(62,70,65)
#313533
(49,53,51)
#242425
(36,36,37)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #99BDA3

#99BDA3
(153,189,163)
#A2C3AB
(162,195,171)
#ABC9B3
(171,201,179)
#B4CFBB
(180,207,187)
#BDD5C3
(189,213,195)
#C6DBCB
(198,219,203)
#CFE1D3
(207,225,211)
#D8E7DB
(216,231,219)
#E1EDE3
(225,237,227)
#EAF3EB
(234,243,235)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BDA3 color. Also use rgb(153,189,163) instead hex code.

Text Font Color

.myTextColor { color: #99BDA3; }

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

This text font color is #99BDA3.

Background Color

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

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

This div background color is #99BDA3.

Border color

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

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

This div border color is #99BDA3.

Opacity

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

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

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

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

This text has shadow with #99BDA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99BDA3.

Preview

Color preview on black background

This text has color #99BDA3 on black background.


Color preview on white background

This text has color #99BDA3 on white background.


Black color preview on #99BDA3 background

This text has black color on #99BDA3 background.


White color preview on #99BDA3 background

This text has white color on #99BDA3 background.


Related colors

Complementary color

Complementary color for #hex is #66425C.


I love getcolorcode.com

Triadic colors

1 #A399BD and #BDA399 with #99BDA3 are triadic colors.

2 #A3BD99 and #BD99A3 with #99BDA3 are triadic colors.