COLOR #78BDDD

HEX: #78BDDD RGB: (120,189,221)

Color info

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

RGB color model

#78BDDD color RGB value is (120,189,221).

RGB: (120,189,221) (47%, 74%, 87%)

RGB channels and saturation

R 120 of 255 = 47%
G 189 of 255 = 74%
B 221 of 255 = 87%

120
189
221

R + G + B ~ 69%. #78BDDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 189 + 221 = 530 (100%)
R 120 of 530 ~ 22.64%
G 189 of 530 ~ 35.66%
B 221 of 530 ~ 41.7'%

%22.64
%35.66
%41.7

CMYK color model

#78BDDD color CMYK value is (46,14,0,13).

  • cyan value is 45.70%
  • magenta value is 14.48%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (46,14,0,13)
C46M14Y0K13 (46%, 14%, 0%, 13%)
(0.46 / 0.14 / 0.00 / 0.13)

CMYK percentages

%45.7
%14.48
%0
%13.33

Codes

Color #78BDDD in popluar color models

78 BD DD
RGB 120 189 221
HSL 199° 59.76% 66.86%
HSB/HSV 199° 45.70% 86.67%
CMYK 45.70% 14.48% 0.00%
13.33%

Color #78BDDD in popluar number systems.

HEX 78 BD DD
Decimal 120 189 221
Binary 1111000 10111101 11011101
Octal 170 275 335

Shades and tints

Shades of #78BDDD

#78BDDD
(120,189,221)
#6EACC9
(110,172,201)
#649BB5
(100,155,181)
#5A8AA1
(90,138,161)
#50798D
(80,121,141)
#466879
(70,104,121)
#3C5765
(60,87,101)
#324651
(50,70,81)
#28353D
(40,53,61)
#1E2429
(30,36,41)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #78BDDD

#78BDDD
(120,189,221)
#84C3E0
(132,195,224)
#90C9E3
(144,201,227)
#9CCFE6
(156,207,230)
#A8D5E9
(168,213,233)
#B4DBEC
(180,219,236)
#C0E1EF
(192,225,239)
#CCE7F2
(204,231,242)
#D8EDF5
(216,237,245)
#E4F3F8
(228,243,248)
#F0F9FB
(240,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78BDDD color. Also use rgb(120,189,221) instead hex code.

Text Font Color

.myTextColor { color: #78BDDD; }

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

This text font color is #78BDDD.

Background Color

.myBgColor { background-color: #78BDDD; }

<div style="background-color:#78BDDD">Inner text</div>

This div background color is #78BDDD.

Border color

.myBorderColor { border: 1px solid #78BDDD; }

<div style="border:3px solid #78BDDD">Div</div>

This div border color is #78BDDD.

Opacity

.myOpacity80 { color: #78BDDD; opacity: 0.8; }

<p style="color:#78BDDD;opacity:0.8;">80%</p>

Text with #78BDDD 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 #78BDDD;}

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

This text has shadow with #78BDDD color.


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

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

This text has shadow with #78BDDD primary color and red secondary color.


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

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

This text has shadow with #78BDDD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #78BDDD.

Preview

Color preview on black background

This text has color #78BDDD on black background.


Color preview on white background

This text has color #78BDDD on white background.


Black color preview on #78BDDD background

This text has black color on #78BDDD background.


White color preview on #78BDDD background

This text has white color on #78BDDD background.


Related colors

Complementary color

Complementary color for #hex is #874222.


I love getcolorcode.com

Triadic colors

1 #DD78BD and #BDDD78 with #78BDDD are triadic colors.

2 #DDBD78 and #BD78DD with #78BDDD are triadic colors.