COLOR #438FB7

HEX: #438FB7 RGB: (67,143,183)

Color info

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

RGB color model

#438FB7 color RGB value is (67,143,183).

RGB: (67,143,183) (26%, 56%, 72%)

RGB channels and saturation

R 67 of 255 = 26%
G 143 of 255 = 56%
B 183 of 255 = 72%

67
143
183

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

Portions of RGB colors in percentages

R + G + B = 67 + 143 + 183 = 393 (100%)
R 67 of 393 ~ 17.05%
G 143 of 393 ~ 36.39%
B 183 of 393 ~ 46.56'%

%17.05
%36.39
%46.56

CMYK color model

#438FB7 color CMYK value is (63,22,0,28).

  • cyan value is 63.39%
  • magenta value is 21.86%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (63,22,0,28)
C63M22Y0K28 (63%, 22%, 0%, 28%)
(0.63 / 0.22 / 0.00 / 0.28)

CMYK percentages

%63.39
%21.86
%0
%28.24

Codes

Color #438FB7 in popluar color models

43 8F B7
RGB 67 143 183
HSL 201° 46.40% 49.02%
HSB/HSV 201° 63.39% 71.76%
CMYK 63.39% 21.86% 0.00%
28.24%

Color #438FB7 in popluar number systems.

HEX 43 8F B7
Decimal 67 143 183
Binary 1000011 10001111 10110111
Octal 103 217 267

Shades and tints

Shades of #438FB7

#438FB7
(67,143,183)
#3D82A7
(61,130,167)
#377597
(55,117,151)
#316887
(49,104,135)
#2B5B77
(43,91,119)
#254E67
(37,78,103)
#1F4157
(31,65,87)
#193447
(25,52,71)
#132737
(19,39,55)
#0D1A27
(13,26,39)
#070D17
(7,13,23)
#000000
(0,0,0)

Tints of #438FB7

#438FB7
(67,143,183)
#5499BD
(84,153,189)
#65A3C3
(101,163,195)
#76ADC9
(118,173,201)
#87B7CF
(135,183,207)
#98C1D5
(152,193,213)
#A9CBDB
(169,203,219)
#BAD5E1
(186,213,225)
#CBDFE7
(203,223,231)
#DCE9ED
(220,233,237)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438FB7 color. Also use rgb(67,143,183) instead hex code.

Text Font Color

.myTextColor { color: #438FB7; }

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

This text font color is #438FB7.

Background Color

.myBgColor { background-color: #438FB7; }

<div style="background-color:#438FB7">Inner text</div>

This div background color is #438FB7.

Border color

.myBorderColor { border: 1px solid #438FB7; }

<div style="border:3px solid #438FB7">Div</div>

This div border color is #438FB7.

Opacity

.myOpacity80 { color: #438FB7; opacity: 0.8; }

<p style="color:#438FB7;opacity:0.8;">80%</p>

Text with #438FB7 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 #438FB7;}

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

This text has shadow with #438FB7 color.


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

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

This text has shadow with #438FB7 primary color and red secondary color.


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

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

This text has shadow with #438FB7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #438FB7.

Preview

Color preview on black background

This text has color #438FB7 on black background.


Color preview on white background

This text has color #438FB7 on white background.


Black color preview on #438FB7 background

This text has black color on #438FB7 background.


White color preview on #438FB7 background

This text has white color on #438FB7 background.


Related colors

Complementary color

Complementary color for #hex is #BC7048.


I love getcolorcode.com

Triadic colors

1 #B7438F and #8FB743 with #438FB7 are triadic colors.

2 #B78F43 and #8F43B7 with #438FB7 are triadic colors.