COLOR #4ABBD3

HEX: #4ABBD3
RGB: (74,187,211)

Color info

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

RGB color model

#4ABBD3 color RGB value is (74,187,211).

  • red value is 74;
  • green value is 187;
  • blue value is 211.
RGB:
(74,187,211)
(29%,73%,83%)

RGB channels and saturation

R 74 of 255 = 29%
G 187 of 255 = 73%
B 211 of 255 = 83%

74
187
211

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

Portions of RGB colors in percentages

R + G + B =
74 + 187 + 211 = 472 (100%)
R 74 of 472 ~ 15.68%
G 187 of 472 ~ 39.62%
B 211 of 472 ~ 44.7%

%15.68
%39.62
%44.7

CMYK color model

#4ABBD3 color CMYK value is (65,11,0,17).

  • cyan value is 64.93%
  • magenta value is 11.37%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(65,11,0,17)
C65M11Y0K17 
(65%,11%,0%,17%)
(0.65/0.11/0.00/0.17)	

CMYK percentages

%64.93
%11.37
%0
%17.25

Codes

Color #4ABBD3 in popluar color models

4ABBD3
RGB74187211
HSL191°60.89%55.88%
HSB/HSV191°64.93%82.75%
CMYK64.93%11.37%0.00%
17.25%

Color #4ABBD3 in popluar number systems.

HEX4ABBD3
Decimal74187211
Binary10010101011101111010011
Octal112273323

Shades and tints

Shades of #4ABBD3

#4ABBD3
(74,187,211)
#44AAC0
(68,170,192)
#3E99AD
(62,153,173)
#38889A
(56,136,154)
#327787
(50,119,135)
#2C6674
(44,102,116)
#265561
(38,85,97)
#20444E
(32,68,78)
#1A333B
(26,51,59)
#142228
(20,34,40)
#0E1115
(14,17,21)
#000000
(0,0,0)

Tints of #4ABBD3

#4ABBD3
(74,187,211)
#5AC1D7
(90,193,215)
#6AC7DB
(106,199,219)
#7ACDDF
(122,205,223)
#8AD3E3
(138,211,227)
#9AD9E7
(154,217,231)
#AADFEB
(170,223,235)
#BAE5EF
(186,229,239)
#CAEBF3
(202,235,243)
#DAF1F7
(218,241,247)
#EAF7FB
(234,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4ABBD3 color. Also use rgb(74,187,211) instead hex code.

Text Font Color

.myTextColor { color: #4ABBD3; }

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

This text font color is #4ABBD3.


Background Color

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

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

This div background color is #4ABBD3.


Border color

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

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

This div border color is #4ABBD3.


Opacity

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

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

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

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

This text has shadow with #4ABBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4ABBD3 on black background.


Color preview on white background

This text has color #4ABBD3 on white background.



Black color preview on #4ABBD3 background

This text has black color on #4ABBD3 background.


White color preview on #4ABBD3 background

This text has white color on #4ABBD3 background.