COLOR #72ACCA

HEX: #72ACCA
RGB: (114,172,202)

Color info

#72ACCA contains mainly green and blue colors. Web safe color of #72ACCA is #6699CC (or #69C).

RGB color model

#72ACCA color RGB value is (114,172,202).

  • red value is 114;
  • green value is 172;
  • blue value is 202.
RGB:
(114,172,202)
(45%,67%,79%)

RGB channels and saturation

R 114 of 255 = 45%
G 172 of 255 = 67%
B 202 of 255 = 79%

114
172
202

R + G + B ~ 64%. #72ACCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 172 + 202 = 488 (100%)
R 114 of 488 ~ 23.36%
G 172 of 488 ~ 35.25%
B 202 of 488 ~ 41.39%

%23.36
%35.25
%41.39

CMYK color model

#72ACCA color CMYK value is (44,15,0,21).

  • cyan value is 43.56%
  • magenta value is 14.85%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(44,15,0,21)
C44M15Y0K21 
(44%,15%,0%,21%)
(0.44/0.15/0.00/0.21)	

CMYK percentages

%43.56
%14.85
%0
%20.78

Codes

Color #72ACCA in popluar color models

72ACCA
RGB114172202
HSL200°45.36%61.96%
HSB/HSV200°43.56%79.22%
CMYK43.56%14.85%0.00%
20.78%

Color #72ACCA in popluar number systems.

HEX72ACCA
Decimal114172202
Binary11100101010110011001010
Octal162254312

Shades and tints

Shades of #72ACCA

#72ACCA
(114,172,202)
#689DB8
(104,157,184)
#5E8EA6
(94,142,166)
#547F94
(84,127,148)
#4A7082
(74,112,130)
#406170
(64,97,112)
#36525E
(54,82,94)
#2C434C
(44,67,76)
#22343A
(34,52,58)
#182528
(24,37,40)
#0E1616
(14,22,22)
#000000
(0,0,0)

Tints of #72ACCA

#72ACCA
(114,172,202)
#7EB3CE
(126,179,206)
#8ABAD2
(138,186,210)
#96C1D6
(150,193,214)
#A2C8DA
(162,200,218)
#AECFDE
(174,207,222)
#BAD6E2
(186,214,226)
#C6DDE6
(198,221,230)
#D2E4EA
(210,228,234)
#DEEBEE
(222,235,238)
#EAF2F2
(234,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72ACCA color. Also use rgb(114,172,202) instead hex code.

Text Font Color

.myTextColor { color: #72ACCA; }

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

This text font color is #72ACCA.


Background Color

.myBgColor { background-color: #72ACCA; }

<div style="background-color:#72ACCA">Inner text</div>

This div background color is #72ACCA.


Border color

.myBorderColor { border: 1px solid #72ACCA; }

<div style="border:3px solid #72ACCA">Div</div>

This div border color is #72ACCA.


Opacity

.myOpacity80 { color: #72ACCA; opacity: 0.8; }

<p style="color:#72ACCA;opacity:0.8;">80%</p>

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

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

This text has shadow with #72ACCA color.

.textShadow {text-shadow: 3px 3px 1px #72ACCA, 3px 3px 1px red;}

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

This text has shadow with #72ACCA primary color and red secondary color.


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

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

This text has shadow with #72ACCA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72ACCA on black background.


Color preview on white background

This text has color #72ACCA on white background.



Black color preview on #72ACCA background

This text has black color on #72ACCA background.


White color preview on #72ACCA background

This text has white color on #72ACCA background.