COLOR #67B5C7

HEX: #67B5C7 RGB: (103,181,199)

Color info

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

RGB color model

#67B5C7 color RGB value is (103,181,199).

RGB: (103,181,199) (40%, 71%, 78%)

RGB channels and saturation

R 103 of 255 = 40%
G 181 of 255 = 71%
B 199 of 255 = 78%

103
181
199

R + G + B ~ 63%. #67B5C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 103 + 181 + 199 = 483 (100%)
R 103 of 483 ~ 21.33%
G 181 of 483 ~ 37.47%
B 199 of 483 ~ 41.2'%

%21.33
%37.47
%41.2

CMYK color model

#67B5C7 color CMYK value is (48,9,0,22).

  • cyan value is 48.24%
  • magenta value is 9.05%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (48,9,0,22)
C48M9Y0K22 (48%, 9%, 0%, 22%)
(0.48 / 0.09 / 0.00 / 0.22)

CMYK percentages

%48.24
%9.05
%0
%21.96

Codes

Color #67B5C7 in popluar color models

67 B5 C7
RGB 103 181 199
HSL 191° 46.15% 59.22%
HSB/HSV 191° 48.24% 78.04%
CMYK 48.24% 9.05% 0.00%
21.96%

Color #67B5C7 in popluar number systems.

HEX 67 B5 C7
Decimal 103 181 199
Binary 1100111 10110101 11000111
Octal 147 265 307

Shades and tints

Shades of #67B5C7

#67B5C7
(103,181,199)
#5EA5B5
(94,165,181)
#5595A3
(85,149,163)
#4C8591
(76,133,145)
#43757F
(67,117,127)
#3A656D
(58,101,109)
#31555B
(49,85,91)
#284549
(40,69,73)
#1F3537
(31,53,55)
#162525
(22,37,37)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #67B5C7

#67B5C7
(103,181,199)
#74BBCC
(116,187,204)
#81C1D1
(129,193,209)
#8EC7D6
(142,199,214)
#9BCDDB
(155,205,219)
#A8D3E0
(168,211,224)
#B5D9E5
(181,217,229)
#C2DFEA
(194,223,234)
#CFE5EF
(207,229,239)
#DCEBF4
(220,235,244)
#E9F1F9
(233,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67B5C7 color. Also use rgb(103,181,199) instead hex code.

Text Font Color

.myTextColor { color: #67B5C7; }

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

This text font color is #67B5C7.

Background Color

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

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

This div background color is #67B5C7.

Border color

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

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

This div border color is #67B5C7.

Opacity

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

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

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

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

This text has shadow with #67B5C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67B5C7.

Preview

Color preview on black background

This text has color #67B5C7 on black background.


Color preview on white background

This text has color #67B5C7 on white background.


Black color preview on #67B5C7 background

This text has black color on #67B5C7 background.


White color preview on #67B5C7 background

This text has white color on #67B5C7 background.


Related colors

Complementary color

Complementary color for #hex is #984A38.


I love getcolorcode.com

Triadic colors

1 #C767B5 and #B5C767 with #67B5C7 are triadic colors.

2 #C7B567 and #B567C7 with #67B5C7 are triadic colors.