COLOR #15BDA7

HEX: #15BDA7 RGB: (21,189,167)

Color info

#15BDA7 contains mainly green and blue colors. Web safe color of #15BDA7 is #00CC99 (or #0C9).

RGB color model

#15BDA7 color RGB value is (21,189,167).

RGB: (21,189,167) (8%, 74%, 65%)

RGB channels and saturation

R 21 of 255 = 8%
G 189 of 255 = 74%
B 167 of 255 = 65%

21
189
167

R + G + B ~ 49%. #15BDA7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 21 + 189 + 167 = 377 (100%)
R 21 of 377 ~ 5.57%
G 189 of 377 ~ 50.13%
B 167 of 377 ~ 44.3'%

%50.13
%44.3

CMYK color model

#15BDA7 color CMYK value is (89,0,12,26).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 11.64%
  • key color value is 25.88%

CMYK: (89,0,12,26)
C89M0Y12K26 (89%, 0%, 12%, 26%)
(0.89 / 0.00 / 0.12 / 0.26)

CMYK percentages

%88.89
%0
%11.64
%25.88

Codes

Color #15BDA7 in popluar color models

15 BD A7
RGB 21 189 167
HSL 172° 80.00% 41.18%
HSB/HSV 172° 88.89% 74.12%
CMYK 88.89% 0.00% 11.64%
25.88%

Color #15BDA7 in popluar number systems.

HEX 15 BD A7
Decimal 21 189 167
Binary 10101 10111101 10100111
Octal 25 275 247

Shades and tints

Shades of #15BDA7

#15BDA7
(21,189,167)
#14AC98
(20,172,152)
#139B89
(19,155,137)
#128A7A
(18,138,122)
#11796B
(17,121,107)
#10685C
(16,104,92)
#0F574D
(15,87,77)
#0E463E
(14,70,62)
#0D352F
(13,53,47)
#0C2420
(12,36,32)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #15BDA7

#15BDA7
(21,189,167)
#2AC3AF
(42,195,175)
#3FC9B7
(63,201,183)
#54CFBF
(84,207,191)
#69D5C7
(105,213,199)
#7EDBCF
(126,219,207)
#93E1D7
(147,225,215)
#A8E7DF
(168,231,223)
#BDEDE7
(189,237,231)
#D2F3EF
(210,243,239)
#E7F9F7
(231,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15BDA7 color. Also use rgb(21,189,167) instead hex code.

Text Font Color

.myTextColor { color: #15BDA7; }

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

This text font color is #15BDA7.

Background Color

.myBgColor { background-color: #15BDA7; }

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

This div background color is #15BDA7.

Border color

.myBorderColor { border: 1px solid #15BDA7; }

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

This div border color is #15BDA7.

Opacity

.myOpacity80 { color: #15BDA7; opacity: 0.8; }

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

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

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

This text has shadow with #15BDA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15BDA7.

Preview

Color preview on black background

This text has color #15BDA7 on black background.


Color preview on white background

This text has color #15BDA7 on white background.


Black color preview on #15BDA7 background

This text has black color on #15BDA7 background.


White color preview on #15BDA7 background

This text has white color on #15BDA7 background.


Related colors

Complementary color

Complementary color for #hex is #EA4258.


I love getcolorcode.com

Triadic colors

1 #A715BD and #BDA715 with #15BDA7 are triadic colors.

2 #A7BD15 and #BD15A7 with #15BDA7 are triadic colors.