COLOR #67B9D5

HEX: #67B9D5 RGB: (103,185,213)

Color info

#67B9D5 contains mainly green and blue colors. Web safe color of #67B9D5 is #66CCCC (or #6CC).

RGB color model

#67B9D5 color RGB value is (103,185,213).

RGB: (103,185,213) (40%, 73%, 84%)

RGB channels and saturation

R 103 of 255 = 40%
G 185 of 255 = 73%
B 213 of 255 = 84%

103
185
213

R + G + B ~ 66%. #67B9D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 103 + 185 + 213 = 501 (100%)
R 103 of 501 ~ 20.56%
G 185 of 501 ~ 36.93%
B 213 of 501 ~ 42.51'%

%20.56
%36.93
%42.51

CMYK color model

#67B9D5 color CMYK value is (52,13,0,16).

  • cyan value is 51.64%
  • magenta value is 13.15%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (52,13,0,16)
C52M13Y0K16 (52%, 13%, 0%, 16%)
(0.52 / 0.13 / 0.00 / 0.16)

CMYK percentages

%51.64
%13.15
%0
%16.47

Codes

Color #67B9D5 in popluar color models

67 B9 D5
RGB 103 185 213
HSL 195° 56.70% 61.96%
HSB/HSV 195° 51.64% 83.53%
CMYK 51.64% 13.15% 0.00%
16.47%

Color #67B9D5 in popluar number systems.

HEX 67 B9 D5
Decimal 103 185 213
Binary 1100111 10111001 11010101
Octal 147 271 325

Shades and tints

Shades of #67B9D5

#67B9D5
(103,185,213)
#5EA9C2
(94,169,194)
#5599AF
(85,153,175)
#4C899C
(76,137,156)
#437989
(67,121,137)
#3A6976
(58,105,118)
#315963
(49,89,99)
#284950
(40,73,80)
#1F393D
(31,57,61)
#16292A
(22,41,42)
#0D1917
(13,25,23)
#000000
(0,0,0)

Tints of #67B9D5

#67B9D5
(103,185,213)
#74BFD8
(116,191,216)
#81C5DB
(129,197,219)
#8ECBDE
(142,203,222)
#9BD1E1
(155,209,225)
#A8D7E4
(168,215,228)
#B5DDE7
(181,221,231)
#C2E3EA
(194,227,234)
#CFE9ED
(207,233,237)
#DCEFF0
(220,239,240)
#E9F5F3
(233,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67B9D5 color. Also use rgb(103,185,213) instead hex code.

Text Font Color

.myTextColor { color: #67B9D5; }

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

This text font color is #67B9D5.

Background Color

.myBgColor { background-color: #67B9D5; }

<div style="background-color:#67B9D5">Inner text</div>

This div background color is #67B9D5.

Border color

.myBorderColor { border: 1px solid #67B9D5; }

<div style="border:3px solid #67B9D5">Div</div>

This div border color is #67B9D5.

Opacity

.myOpacity80 { color: #67B9D5; opacity: 0.8; }

<p style="color:#67B9D5;opacity:0.8;">80%</p>

Text with #67B9D5 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 #67B9D5;}

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

This text has shadow with #67B9D5 color.


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

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

This text has shadow with #67B9D5 primary color and red secondary color.


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

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

This text has shadow with #67B9D5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #67B9D5.

Preview

Color preview on black background

This text has color #67B9D5 on black background.


Color preview on white background

This text has color #67B9D5 on white background.


Black color preview on #67B9D5 background

This text has black color on #67B9D5 background.


White color preview on #67B9D5 background

This text has white color on #67B9D5 background.


Related colors

Complementary color

Complementary color for #hex is #98462A.


I love getcolorcode.com

Triadic colors

1 #D567B9 and #B9D567 with #67B9D5 are triadic colors.

2 #D5B967 and #B967D5 with #67B9D5 are triadic colors.