COLOR #67ADD5

HEX: #67ADD5
RGB: (103,173,213)

Color info

#67ADD5 contains mainly green and blue colors. Web safe color of #67ADD5 is #6699CC (or #69C).

RGB color model

#67ADD5 color RGB value is (103,173,213).

  • red value is 103;
  • green value is 173;
  • blue value is 213.
RGB:
(103,173,213)
(40%,68%,84%)

RGB channels and saturation

R 103 of 255 = 40%
G 173 of 255 = 68%
B 213 of 255 = 84%

103
173
213

R + G + B ~ 64%. #67ADD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
103 + 173 + 213 = 489 (100%)
R 103 of 489 ~ 21.06%
G 173 of 489 ~ 35.38%
B 213 of 489 ~ 43.56%

%21.06
%35.38
%43.56

CMYK color model

#67ADD5 color CMYK value is (52,19,0,16).

  • cyan value is 51.64%
  • magenta value is 18.78%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(52,19,0,16)
C52M19Y0K16 
(52%,19%,0%,16%)
(0.52/0.19/0.00/0.16)	

CMYK percentages

%51.64
%18.78
%0
%16.47

Codes

Color #67ADD5 in popluar color models

67ADD5
RGB103173213
HSL202°56.70%61.96%
HSB/HSV202°51.64%83.53%
CMYK51.64%18.78%0.00%
16.47%

Color #67ADD5 in popluar number systems.

HEX67ADD5
Decimal103173213
Binary11001111010110111010101
Octal147255325

Shades and tints

Shades of #67ADD5

#67ADD5
(103,173,213)
#5E9EC2
(94,158,194)
#558FAF
(85,143,175)
#4C809C
(76,128,156)
#437189
(67,113,137)
#3A6276
(58,98,118)
#315363
(49,83,99)
#284450
(40,68,80)
#1F353D
(31,53,61)
#16262A
(22,38,42)
#0D1717
(13,23,23)
#000000
(0,0,0)

Tints of #67ADD5

#67ADD5
(103,173,213)
#74B4D8
(116,180,216)
#81BBDB
(129,187,219)
#8EC2DE
(142,194,222)
#9BC9E1
(155,201,225)
#A8D0E4
(168,208,228)
#B5D7E7
(181,215,231)
#C2DEEA
(194,222,234)
#CFE5ED
(207,229,237)
#DCECF0
(220,236,240)
#E9F3F3
(233,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67ADD5; }

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

This text font color is #67ADD5.


Background Color

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

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

This div background color is #67ADD5.


Border color

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

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

This div border color is #67ADD5.


Opacity

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

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

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

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

This text has shadow with #67ADD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67ADD5 on black background.


Color preview on white background

This text has color #67ADD5 on white background.



Black color preview on #67ADD5 background

This text has black color on #67ADD5 background.


White color preview on #67ADD5 background

This text has white color on #67ADD5 background.