COLOR #2D9EB9

HEX: #2D9EB9
RGB: (45,158,185)

Color info

#2D9EB9 contains mainly green and blue colors. Web safe color of #2D9EB9 is #3399CC (or #39C).

RGB color model

#2D9EB9 color RGB value is (45,158,185).

  • red value is 45;
  • green value is 158;
  • blue value is 185.
RGB:
(45,158,185)
(18%,62%,73%)

RGB channels and saturation

R 45 of 255 = 18%
G 158 of 255 = 62%
B 185 of 255 = 73%

45
158
185

R + G + B ~ 51%. #2D9EB9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
45 + 158 + 185 = 388 (100%)
R 45 of 388 ~ 11.6%
G 158 of 388 ~ 40.72%
B 185 of 388 ~ 47.68%

%11.6
%40.72
%47.68

CMYK color model

#2D9EB9 color CMYK value is (76,15,0,27).

  • cyan value is 75.68%
  • magenta value is 14.59%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(76,15,0,27)
C76M15Y0K27 
(76%,15%,0%,27%)
(0.76/0.15/0.00/0.27)	

CMYK percentages

%75.68
%14.59
%0
%27.45

Codes

Color #2D9EB9 in popluar color models

2D9EB9
RGB45158185
HSL192°60.87%45.10%
HSB/HSV192°75.68%72.55%
CMYK75.68%14.59%0.00%
27.45%

Color #2D9EB9 in popluar number systems.

HEX2D9EB9
Decimal45158185
Binary1011011001111010111001
Octal55236271

Shades and tints

Shades of #2D9EB9

#2D9EB9
(45,158,185)
#2990A9
(41,144,169)
#258299
(37,130,153)
#217489
(33,116,137)
#1D6679
(29,102,121)
#195869
(25,88,105)
#154A59
(21,74,89)
#113C49
(17,60,73)
#0D2E39
(13,46,57)
#092029
(9,32,41)
#051219
(5,18,25)
#000000
(0,0,0)

Tints of #2D9EB9

#2D9EB9
(45,158,185)
#40A6BF
(64,166,191)
#53AEC5
(83,174,197)
#66B6CB
(102,182,203)
#79BED1
(121,190,209)
#8CC6D7
(140,198,215)
#9FCEDD
(159,206,221)
#B2D6E3
(178,214,227)
#C5DEE9
(197,222,233)
#D8E6EF
(216,230,239)
#EBEEF5
(235,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D9EB9 color. Also use rgb(45,158,185) instead hex code.

Text Font Color

.myTextColor { color: #2D9EB9; }

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

This text font color is #2D9EB9.


Background Color

.myBgColor { background-color: #2D9EB9; }

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

This div background color is #2D9EB9.


Border color

.myBorderColor { border: 1px solid #2D9EB9; }

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

This div border color is #2D9EB9.


Opacity

.myOpacity80 { color: #2D9EB9; opacity: 0.8; }

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

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

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

This text has shadow with #2D9EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D9EB9 on black background.


Color preview on white background

This text has color #2D9EB9 on white background.



Black color preview on #2D9EB9 background

This text has black color on #2D9EB9 background.


White color preview on #2D9EB9 background

This text has white color on #2D9EB9 background.