COLOR #7DCBCC

HEX: #7DCBCC RGB: (125,203,204)

Color info

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

RGB color model

#7DCBCC color RGB value is (125,203,204).

RGB: (125,203,204) (49%, 80%, 80%)

RGB channels and saturation

R 125 of 255 = 49%
G 203 of 255 = 80%
B 204 of 255 = 80%

125
203
204

R + G + B ~ 70%. #7DCBCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 203 + 204 = 532 (100%)
R 125 of 532 ~ 23.5%
G 203 of 532 ~ 38.16%
B 204 of 532 ~ 38.35'%

%23.5
%38.16
%38.35

CMYK color model

#7DCBCC color CMYK value is (39,0,0,20).

  • cyan value is 38.73%
  • magenta value is 0.49%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (39,0,0,20) C39M0Y0K20 (39%,0%,0%,20%) (0.39/0.00/0.00/0.20) 

CMYK percentages

%38.73
%0.49
%0
%20

Codes

Color #7DCBCC in popluar color models

7D CB CC
RGB 125 203 204
HSL 181° 43.65% 64.51%
HSB/HSV 181° 38.73% 80.00%
CMYK 38.73% 0.49% 0.00%
20.00%

Color #7DCBCC in popluar number systems.

HEX 7D CB CC
Decimal 125 203 204
Binary 1111101 11001011 11001100
Octal 175 313 314

Shades and tints

Shades of #7DCBCC

#7DCBCC
(125,203,204)
#72B9BA
(114,185,186)
#67A7A8
(103,167,168)
#5C9596
(92,149,150)
#518384
(81,131,132)
#467172
(70,113,114)
#3B5F60
(59,95,96)
#304D4E
(48,77,78)
#253B3C
(37,59,60)
#1A292A
(26,41,42)
#0F1718
(15,23,24)
#000000
(0,0,0)

Tints of #7DCBCC

#7DCBCC
(125,203,204)
#88CFD0
(136,207,208)
#93D3D4
(147,211,212)
#9ED7D8
(158,215,216)
#A9DBDC
(169,219,220)
#B4DFE0
(180,223,224)
#BFE3E4
(191,227,228)
#CAE7E8
(202,231,232)
#D5EBEC
(213,235,236)
#E0EFF0
(224,239,240)
#EBF3F4
(235,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DCBCC color. Also use rgb(125,203,204) instead hex code.

Text Font Color

.myTextColor { color: #7DCBCC; }

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

This text font color is #7DCBCC.

Background Color

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

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

This div background color is #7DCBCC.

Border color

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

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

This div border color is #7DCBCC.

Opacity

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

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

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

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

This text has shadow with #7DCBCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DCBCC.

Preview

Color preview on black background

This text has color #7DCBCC on black background.


Color preview on white background

This text has color #7DCBCC on white background.


Black color preview on #7DCBCC background

This text has black color on #7DCBCC background.


White color preview on #7DCBCC background

This text has white color on #7DCBCC background.


Related colors

Complementary color

Complementary color for #hex is #823433.


I love getcolorcode.com

Triadic colors

1 #CC7DCB and #CBCC7D with #7DCBCC are triadic colors.

2 #CCCB7D and #CB7DCC with #7DCBCC are triadic colors.