COLOR #4CBDCF

HEX: #4CBDCF RGB: (76,189,207)

Color info

#4CBDCF contains mainly green and blue colors. Web safe color of #4CBDCF is #33CCCC (or #3CC).

RGB color model

#4CBDCF color RGB value is (76,189,207).

RGB: (76,189,207) (30%, 74%, 81%)

RGB channels and saturation

R 76 of 255 = 30%
G 189 of 255 = 74%
B 207 of 255 = 81%

76
189
207

R + G + B ~ 62%. #4CBDCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 76 + 189 + 207 = 472 (100%)
R 76 of 472 ~ 16.1%
G 189 of 472 ~ 40.04%
B 207 of 472 ~ 43.86'%

%16.1
%40.04
%43.86

CMYK color model

#4CBDCF color CMYK value is (63,9,0,19).

  • cyan value is 63.29%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (63,9,0,19) C63M9Y0K19 (63%,9%,0%,19%) (0.63/0.09/0.00/0.19) 

CMYK percentages

%63.29
%8.7
%0
%18.82

Codes

Color #4CBDCF in popluar color models

4C BD CF
RGB 76 189 207
HSL 188° 57.71% 55.49%
HSB/HSV 188° 63.29% 81.18%
CMYK 63.29% 8.70% 0.00%
18.82%

Color #4CBDCF in popluar number systems.

HEX 4C BD CF
Decimal 76 189 207
Binary 1001100 10111101 11001111
Octal 114 275 317

Shades and tints

Shades of #4CBDCF

#4CBDCF
(76,189,207)
#46ACBD
(70,172,189)
#409BAB
(64,155,171)
#3A8A99
(58,138,153)
#347987
(52,121,135)
#2E6875
(46,104,117)
#285763
(40,87,99)
#224651
(34,70,81)
#1C353F
(28,53,63)
#16242D
(22,36,45)
#10131B
(16,19,27)
#000000
(0,0,0)

Tints of #4CBDCF

#4CBDCF
(76,189,207)
#5CC3D3
(92,195,211)
#6CC9D7
(108,201,215)
#7CCFDB
(124,207,219)
#8CD5DF
(140,213,223)
#9CDBE3
(156,219,227)
#ACE1E7
(172,225,231)
#BCE7EB
(188,231,235)
#CCEDEF
(204,237,239)
#DCF3F3
(220,243,243)
#ECF9F7
(236,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CBDCF color. Also use rgb(76,189,207) instead hex code.

Text Font Color

.myTextColor { color: #4CBDCF; }

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

This text font color is #4CBDCF.

Background Color

.myBgColor { background-color: #4CBDCF; }

<div style="background-color:#4CBDCF">Inner text</div>

This div background color is #4CBDCF.

Border color

.myBorderColor { border: 1px solid #4CBDCF; }

<div style="border:3px solid #4CBDCF">Div</div>

This div border color is #4CBDCF.

Opacity

.myOpacity80 { color: #4CBDCF; opacity: 0.8; }

<p style="color:#4CBDCF;opacity:0.8;">80%</p>

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

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

This text has shadow with #4CBDCF color.


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

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

This text has shadow with #4CBDCF primary color and red secondary color.


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

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

This text has shadow with #4CBDCF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4CBDCF.

Preview

Color preview on black background

This text has color #4CBDCF on black background.


Color preview on white background

This text has color #4CBDCF on white background.


Black color preview on #4CBDCF background

This text has black color on #4CBDCF background.


White color preview on #4CBDCF background

This text has white color on #4CBDCF background.


Related colors

Complementary color

Complementary color for #hex is #B34230.


I love getcolorcode.com

Triadic colors

1 #CF4CBD and #BDCF4C with #4CBDCF are triadic colors.

2 #CFBD4C and #BD4CCF with #4CBDCF are triadic colors.