COLOR #43A9D8

HEX: #43A9D8
RGB: (67,169,216)

Color info

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

RGB color model

#43A9D8 color RGB value is (67,169,216).

  • red value is 67;
  • green value is 169;
  • blue value is 216.
RGB:
(67,169,216)
(26%,66%,85%)

RGB channels and saturation

R 67 of 255 = 26%
G 169 of 255 = 66%
B 216 of 255 = 85%

67
169
216

R + G + B ~ 59%. #43A9D8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
67 + 169 + 216 = 452 (100%)
R 67 of 452 ~ 14.82%
G 169 of 452 ~ 37.39%
B 216 of 452 ~ 47.79%

%14.82
%37.39
%47.79

CMYK color model

#43A9D8 color CMYK value is (69,22,0,15).

  • cyan value is 68.98%
  • magenta value is 21.76%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(69,22,0,15)
C69M22Y0K15 
(69%,22%,0%,15%)
(0.69/0.22/0.00/0.15)	

CMYK percentages

%68.98
%21.76
%0
%15.29

Codes

Color #43A9D8 in popluar color models

43A9D8
RGB67169216
HSL199°65.64%55.49%
HSB/HSV199°68.98%84.71%
CMYK68.98%21.76%0.00%
15.29%

Color #43A9D8 in popluar number systems.

HEX43A9D8
Decimal67169216
Binary10000111010100111011000
Octal103251330

Shades and tints

Shades of #43A9D8

#43A9D8
(67,169,216)
#3D9AC5
(61,154,197)
#378BB2
(55,139,178)
#317C9F
(49,124,159)
#2B6D8C
(43,109,140)
#255E79
(37,94,121)
#1F4F66
(31,79,102)
#194053
(25,64,83)
#133140
(19,49,64)
#0D222D
(13,34,45)
#07131A
(7,19,26)
#000000
(0,0,0)

Tints of #43A9D8

#43A9D8
(67,169,216)
#54B0DB
(84,176,219)
#65B7DE
(101,183,222)
#76BEE1
(118,190,225)
#87C5E4
(135,197,228)
#98CCE7
(152,204,231)
#A9D3EA
(169,211,234)
#BADAED
(186,218,237)
#CBE1F0
(203,225,240)
#DCE8F3
(220,232,243)
#EDEFF6
(237,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43A9D8 color. Also use rgb(67,169,216) instead hex code.

Text Font Color

.myTextColor { color: #43A9D8; }

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

This text font color is #43A9D8.


Background Color

.myBgColor { background-color: #43A9D8; }

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

This div background color is #43A9D8.


Border color

.myBorderColor { border: 1px solid #43A9D8; }

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

This div border color is #43A9D8.


Opacity

.myOpacity80 { color: #43A9D8; opacity: 0.8; }

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

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

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

This text has shadow with #43A9D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43A9D8 on black background.


Color preview on white background

This text has color #43A9D8 on white background.



Black color preview on #43A9D8 background

This text has black color on #43A9D8 background.


White color preview on #43A9D8 background

This text has white color on #43A9D8 background.