COLOR #ACCADB

HEX: #ACCADB
RGB: (172,202,219)

Color info

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

RGB color model

#ACCADB color RGB value is (172,202,219).

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

RGB channels and saturation

R 172 of 255 = 67%
G 202 of 255 = 79%
B 219 of 255 = 86%

172
202
219

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

Portions of RGB colors in percentages

R + G + B =
172 + 202 + 219 = 593 (100%)
R 172 of 593 ~ 29.01%
G 202 of 593 ~ 34.06%
B 219 of 593 ~ 36.93%

%29.01
%34.06
%36.93

CMYK color model

#ACCADB color CMYK value is (21,8,0,14).

  • cyan value is 21.46%
  • magenta value is 7.76%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(21,8,0,14)
C21M8Y0K14 
(21%,8%,0%,14%)
(0.21/0.08/0.00/0.14)	

CMYK percentages

%21.46
%7.76
%0
%14.12

Codes

Color #ACCADB in popluar color models

ACCADB
RGB172202219
HSL202°39.50%76.67%
HSB/HSV202°21.46%85.88%
CMYK21.46%7.76%0.00%
14.12%

Color #ACCADB in popluar number systems.

HEXACCADB
Decimal172202219
Binary101011001100101011011011
Octal254312333

Shades and tints

Shades of #ACCADB

#ACCADB
(172,202,219)
#9DB8C8
(157,184,200)
#8EA6B5
(142,166,181)
#7F94A2
(127,148,162)
#70828F
(112,130,143)
#61707C
(97,112,124)
#525E69
(82,94,105)
#434C56
(67,76,86)
#343A43
(52,58,67)
#252830
(37,40,48)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #ACCADB

#ACCADB
(172,202,219)
#B3CEDE
(179,206,222)
#BAD2E1
(186,210,225)
#C1D6E4
(193,214,228)
#C8DAE7
(200,218,231)
#CFDEEA
(207,222,234)
#D6E2ED
(214,226,237)
#DDE6F0
(221,230,240)
#E4EAF3
(228,234,243)
#EBEEF6
(235,238,246)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCADB; }

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

This text font color is #ACCADB.


Background Color

.myBgColor { background-color: #ACCADB; }

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

This div background color is #ACCADB.


Border color

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

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

This div border color is #ACCADB.


Opacity

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

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

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

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

This text has shadow with #ACCADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCADB on black background.


Color preview on white background

This text has color #ACCADB on white background.



Black color preview on #ACCADB background

This text has black color on #ACCADB background.


White color preview on #ACCADB background

This text has white color on #ACCADB background.