COLOR #ACCED5

HEX: #ACCED5
RGB: (172,206,213)

Color info

#ACCED5 contains red, green and blue colors in about the same proportion. Web safe color of #ACCED5 is #99CCCC (or #9CC).

RGB color model

#ACCED5 color RGB value is (172,206,213).

  • red value is 172;
  • green value is 206;
  • blue value is 213.
RGB:
(172,206,213)
(67%,81%,84%)

RGB channels and saturation

R 172 of 255 = 67%
G 206 of 255 = 81%
B 213 of 255 = 84%

172
206
213

R + G + B ~ 77%. #ACCED5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 206 + 213 = 591 (100%)
R 172 of 591 ~ 29.1%
G 206 of 591 ~ 34.86%
B 213 of 591 ~ 36.04%

%29.1
%34.86
%36.04

CMYK color model

#ACCED5 color CMYK value is (19,3,0,16).

  • cyan value is 19.25%
  • magenta value is 3.29%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(19,3,0,16)
C19M3Y0K16 
(19%,3%,0%,16%)
(0.19/0.03/0.00/0.16)	

CMYK percentages

%19.25
%3.29
%0
%16.47

Codes

Color #ACCED5 in popluar color models

ACCED5
RGB172206213
HSL190°32.80%75.49%
HSB/HSV190°19.25%83.53%
CMYK19.25%3.29%0.00%
16.47%

Color #ACCED5 in popluar number systems.

HEXACCED5
Decimal172206213
Binary101011001100111011010101
Octal254316325

Shades and tints

Shades of #ACCED5

#ACCED5
(172,206,213)
#9DBCC2
(157,188,194)
#8EAAAF
(142,170,175)
#7F989C
(127,152,156)
#708689
(112,134,137)
#617476
(97,116,118)
#526263
(82,98,99)
#435050
(67,80,80)
#343E3D
(52,62,61)
#252C2A
(37,44,42)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #ACCED5

#ACCED5
(172,206,213)
#B3D2D8
(179,210,216)
#BAD6DB
(186,214,219)
#C1DADE
(193,218,222)
#C8DEE1
(200,222,225)
#CFE2E4
(207,226,228)
#D6E6E7
(214,230,231)
#DDEAEA
(221,234,234)
#E4EEED
(228,238,237)
#EBF2F0
(235,242,240)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCED5 color. Also use rgb(172,206,213) instead hex code.

Text Font Color

.myTextColor { color: #ACCED5; }

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

This text font color is #ACCED5.


Background Color

.myBgColor { background-color: #ACCED5; }

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

This div background color is #ACCED5.


Border color

.myBorderColor { border: 1px solid #ACCED5; }

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

This div border color is #ACCED5.


Opacity

.myOpacity80 { color: #ACCED5; opacity: 0.8; }

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

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

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

This text has shadow with #ACCED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCED5 on black background.


Color preview on white background

This text has color #ACCED5 on white background.



Black color preview on #ACCED5 background

This text has black color on #ACCED5 background.


White color preview on #ACCED5 background

This text has white color on #ACCED5 background.