COLOR #7BD0DD

HEX: #7BD0DD
RGB: (123,208,221)

Color info

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

RGB color model

#7BD0DD color RGB value is (123,208,221).

  • red value is 123;
  • green value is 208;
  • blue value is 221.
RGB:
(123,208,221)
(48%,82%,87%)

RGB channels and saturation

R 123 of 255 = 48%
G 208 of 255 = 82%
B 221 of 255 = 87%

123
208
221

R + G + B ~ 72%. #7BD0DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 208 + 221 = 552 (100%)
R 123 of 552 ~ 22.28%
G 208 of 552 ~ 37.68%
B 221 of 552 ~ 40.04%

%22.28
%37.68
%40.04

CMYK color model

#7BD0DD color CMYK value is (44,6,0,13).

  • cyan value is 44.34%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(44,6,0,13)
C44M6Y0K13 
(44%,6%,0%,13%)
(0.44/0.06/0.00/0.13)	

CMYK percentages

%44.34
%5.88
%0
%13.33

Codes

Color #7BD0DD in popluar color models

7BD0DD
RGB123208221
HSL188°59.04%67.45%
HSB/HSV188°44.34%86.67%
CMYK44.34%5.88%0.00%
13.33%

Color #7BD0DD in popluar number systems.

HEX7BD0DD
Decimal123208221
Binary11110111101000011011101
Octal173320335

Shades and tints

Shades of #7BD0DD

#7BD0DD
(123,208,221)
#70BEC9
(112,190,201)
#65ACB5
(101,172,181)
#5A9AA1
(90,154,161)
#4F888D
(79,136,141)
#447679
(68,118,121)
#396465
(57,100,101)
#2E5251
(46,82,81)
#23403D
(35,64,61)
#182E29
(24,46,41)
#0D1C15
(13,28,21)
#000000
(0,0,0)

Tints of #7BD0DD

#7BD0DD
(123,208,221)
#87D4E0
(135,212,224)
#93D8E3
(147,216,227)
#9FDCE6
(159,220,230)
#ABE0E9
(171,224,233)
#B7E4EC
(183,228,236)
#C3E8EF
(195,232,239)
#CFECF2
(207,236,242)
#DBF0F5
(219,240,245)
#E7F4F8
(231,244,248)
#F3F8FB
(243,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BD0DD color. Also use rgb(123,208,221) instead hex code.

Text Font Color

.myTextColor { color: #7BD0DD; }

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

This text font color is #7BD0DD.


Background Color

.myBgColor { background-color: #7BD0DD; }

<div style="background-color:#7BD0DD">Inner text</div>

This div background color is #7BD0DD.


Border color

.myBorderColor { border: 1px solid #7BD0DD; }

<div style="border:3px solid #7BD0DD">Div</div>

This div border color is #7BD0DD.


Opacity

.myOpacity80 { color: #7BD0DD; opacity: 0.8; }

<p style="color:#7BD0DD;opacity:0.8;">80%</p>

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

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

This text has shadow with #7BD0DD color.

.textShadow {text-shadow: 3px 3px 1px #7BD0DD, 3px 3px 1px red;}

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

This text has shadow with #7BD0DD primary color and red secondary color.


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

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

This text has shadow with #7BD0DD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BD0DD on black background.


Color preview on white background

This text has color #7BD0DD on white background.



Black color preview on #7BD0DD background

This text has black color on #7BD0DD background.


White color preview on #7BD0DD background

This text has white color on #7BD0DD background.